Color spaces of #94272b
RGB | 148 | 39 | 43 |
---|---|---|---|
HSL | 0.99 | 0.58 | 0.37 |
HSV | 358° | 74° | 58° |
CMYK | 0.00 | 0.74 | 0.71 0.42 |
XYZ | 13.3743 | 7.9214 | 3.1096 |
Yxy | 7.9214 | 0.5480 | 0.3246 |
Hunter Lab | 28.1450 | 35.5682 | 13.1508 |
CIE-Lab | 33.8187 | 45.3288 | 24.7609 |
#94272b color RGB value is (148,39,43).
#94272b hex color red value is 148, green value is 39 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #94272b hue: 0.99 , saturation: 0.58 and the lightness value of 94272b is 0.37.
The process color (four color CMYK) of #94272b color hex is 0.00, 0.74, 0.71, 0.42. Web safe color of #94272b is #993333. Color #94272b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 00100111 | 00101011 |
Octal | 224 | 47 | 53 |
Decimal | 148 | 39 | 43 |
Hex | 94 | 27 | 2B |
Shades of #94272b
Tints of #94272b
RGB Percentages of Color #94272b
CMYK Percentages of Color #94272b
Complementary Color
#94272b | #279490 |
#94272b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94272b Color Preview on White Background
Lorem ipsum dolor sit amet.
#94272b Color CSS Codes
.mybgcolor {background-color:#94272b; } .myforecolor {color:#94272b; } .mybordercolor {border:3px solid #94272b; }
#94272b Text Font Color
<p style="color:#94272b">Text here</p>
This sample text font color is #94272b
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.
#94272b Background Color
<div style="background-color:#94272b">
Div content here</div>
This div background color is #94272b
#94272b Border Color
<div style="border:3px solid #94272b">
Div here</div>
This div border color is #94272b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,39,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94272b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94272b; -webkit-box-shadow: 1px 1px 3px 2px #94272b; box-shadow: 1px 1px 3px 2px #94272b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,39,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94272b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94272b; -webkit-box-shadow: 1px 1px 3px 2px #94272b; box-shadow: 1px 1px 3px 2px #94272b;">
Div content here</div>
This div box has shadow with color #94272b
Comments
No comments written yet.
Please login to write comment.