Color spaces of #90271f
RGB | 144 | 39 | 31 |
---|---|---|---|
HSL | 0.01 | 0.65 | 0.34 |
HSV | 4° | 78° | 56° |
CMYK | 0.00 | 0.73 | 0.78 0.44 |
XYZ | 12.4744 | 7.4793 | 2.0825 |
Yxy | 7.4793 | 0.5661 | 0.3394 |
Hunter Lab | 27.3483 | 33.5598 | 14.6290 |
CIE-Lab | 32.8740 | 43.4316 | 30.7798 |
#90271f color RGB value is (144,39,31).
#90271f hex color red value is 144, green value is 39 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #90271f hue: 0.01 , saturation: 0.65 and the lightness value of 90271f is 0.34.
The process color (four color CMYK) of #90271f color hex is 0.00, 0.73, 0.78, 0.44. Web safe color of #90271f is #993333. Color #90271f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 00100111 | 00011111 |
Octal | 220 | 47 | 37 |
Decimal | 144 | 39 | 31 |
Hex | 90 | 27 | 1F |
Shades of #90271f
Tints of #90271f
RGB Percentages of Color #90271f
CMYK Percentages of Color #90271f
Complementary Color
#90271f | #1f8890 |
#90271f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90271f Color Preview on White Background
Lorem ipsum dolor sit amet.
#90271f Color CSS Codes
.mybgcolor {background-color:#90271f; } .myforecolor {color:#90271f; } .mybordercolor {border:3px solid #90271f; }
#90271f Text Font Color
<p style="color:#90271f">Text here</p>
This sample text font color is #90271f
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.
#90271f Background Color
<div style="background-color:#90271f">
Div content here</div>
This div background color is #90271f
#90271f Border Color
<div style="border:3px solid #90271f">
Div here</div>
This div border color is #90271f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,39,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90271f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90271f; -webkit-box-shadow: 1px 1px 3px 2px #90271f; box-shadow: 1px 1px 3px 2px #90271f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,39,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #90271f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90271f; -webkit-box-shadow: 1px 1px 3px 2px #90271f; box-shadow: 1px 1px 3px 2px #90271f;">
Div content here</div>
This div box has shadow with color #90271f
Comments
No comments written yet.
Please login to write comment.