Color spaces of #991950
RGB | 153 | 25 | 80 |
---|---|---|---|
HSL | 0.93 | 0.72 | 0.35 |
HSV | 334° | 84° | 60° |
CMYK | 0.00 | 0.84 | 0.48 0.40 |
XYZ | 14.9325 | 8.0468 | 8.3556 |
Yxy | 8.0468 | 0.4765 | 0.2568 |
Hunter Lab | 28.3669 | 44.3214 | 2.3927 |
CIE-Lab | 34.0802 | 53.9327 | 1.3548 |
#991950 color RGB value is (153,25,80).
#991950 hex color red value is 153, green value is 25 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #991950 hue: 0.93 , saturation: 0.72 and the lightness value of 991950 is 0.35.
The process color (four color CMYK) of #991950 color hex is 0.00, 0.84, 0.48, 0.40. Web safe color of #991950 is #990066. Color #991950 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 00011001 | 01010000 |
Octal | 231 | 31 | 120 |
Decimal | 153 | 25 | 80 |
Hex | 99 | 19 | 50 |
Shades of #991950
Tints of #991950
RGB Percentages of Color #991950
CMYK Percentages of Color #991950
Complementary Color
#991950 | #199962 |
#991950 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#991950 Color Preview on White Background
Lorem ipsum dolor sit amet.
#991950 Color CSS Codes
.mybgcolor {background-color:#991950; } .myforecolor {color:#991950; } .mybordercolor {border:3px solid #991950; }
#991950 Text Font Color
<p style="color:#991950">Text here</p>
This sample text font color is #991950
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.
#991950 Background Color
<div style="background-color:#991950">
Div content here</div>
This div background color is #991950
#991950 Border Color
<div style="border:3px solid #991950">
Div here</div>
This div border color is #991950
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,25,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #991950; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #991950; -webkit-box-shadow: 1px 1px 3px 2px #991950; box-shadow: 1px 1px 3px 2px #991950; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,25,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #991950">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #991950; -webkit-box-shadow: 1px 1px 3px 2px #991950; box-shadow: 1px 1px 3px 2px #991950;">
Div content here</div>
This div box has shadow with color #991950
Comments
No comments written yet.
Please login to write comment.