Color spaces of #991304
RGB | 153 | 19 | 4 |
---|---|---|---|
HSL | 0.02 | 0.95 | 0.31 |
HSV | 6° | 97° | 60° |
CMYK | 0.00 | 0.88 | 0.97 0.40 |
XYZ | 13.3917 | 7.2468 | 0.8078 |
Yxy | 7.2468 | 0.6244 | 0.3379 |
Hunter Lab | 26.9199 | 41.6877 | 17.0648 |
CIE-Lab | 32.3623 | 51.7190 | 44.2427 |
#991304 color RGB value is (153,19,4).
#991304 hex color red value is 153, green value is 19 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #991304 hue: 0.02 , saturation: 0.95 and the lightness value of 991304 is 0.31.
The process color (four color CMYK) of #991304 color hex is 0.00, 0.88, 0.97, 0.40. Web safe color of #991304 is #990000. Color #991304 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 00010011 | 00000100 |
Octal | 231 | 23 | 4 |
Decimal | 153 | 19 | 4 |
Hex | 99 | 13 | 4 |
Shades of #991304
Tints of #991304
RGB Percentages of Color #991304
CMYK Percentages of Color #991304
Complementary Color
#991304 | #048a99 |
#991304 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#991304 Color Preview on White Background
Lorem ipsum dolor sit amet.
#991304 Color CSS Codes
.mybgcolor {background-color:#991304; } .myforecolor {color:#991304; } .mybordercolor {border:3px solid #991304; }
#991304 Text Font Color
<p style="color:#991304">Text here</p>
This sample text font color is #991304
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#991304 Background Color
<div style="background-color:#991304">
Div content here</div>
This div background color is #991304
#991304 Border Color
<div style="border:3px solid #991304">
Div here</div>
This div border color is #991304
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,19,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #991304; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #991304; -webkit-box-shadow: 1px 1px 3px 2px #991304; box-shadow: 1px 1px 3px 2px #991304; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,19,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #991304">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #991304; -webkit-box-shadow: 1px 1px 3px 2px #991304; box-shadow: 1px 1px 3px 2px #991304;">
Div content here</div>
This div box has shadow with color #991304
Comments
No comments written yet.
Please login to write comment.