Color spaces of #97212a
RGB | 151 | 33 | 42 |
---|---|---|---|
HSL | 0.99 | 0.64 | 0.36 |
HSV | 355° | 78° | 59° |
CMYK | 0.00 | 0.78 | 0.72 0.41 |
XYZ | 13.7243 | 7.8342 | 2.9793 |
Yxy | 7.8342 | 0.5593 | 0.3193 |
Hunter Lab | 27.9896 | 38.5429 | 13.2817 |
CIE-Lab | 33.6352 | 48.3688 | 25.3106 |
#97212a color RGB value is (151,33,42).
#97212a hex color red value is 151, green value is 33 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #97212a hue: 0.99 , saturation: 0.64 and the lightness value of 97212a is 0.36.
The process color (four color CMYK) of #97212a color hex is 0.00, 0.78, 0.72, 0.41. Web safe color of #97212a is #993333. Color #97212a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 00100001 | 00101010 |
Octal | 227 | 41 | 52 |
Decimal | 151 | 33 | 42 |
Hex | 97 | 21 | 2A |
Shades of #97212a
Tints of #97212a
RGB Percentages of Color #97212a
CMYK Percentages of Color #97212a
Complementary Color
#97212a | #21978e |
#97212a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#97212a Color Preview on White Background
Lorem ipsum dolor sit amet.
#97212a Color CSS Codes
.mybgcolor {background-color:#97212a; } .myforecolor {color:#97212a; } .mybordercolor {border:3px solid #97212a; }
#97212a Text Font Color
<p style="color:#97212a">Text here</p>
This sample text font color is #97212a
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.
#97212a Background Color
<div style="background-color:#97212a">
Div content here</div>
This div background color is #97212a
#97212a Border Color
<div style="border:3px solid #97212a">
Div here</div>
This div border color is #97212a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,33,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #97212a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97212a; -webkit-box-shadow: 1px 1px 3px 2px #97212a; box-shadow: 1px 1px 3px 2px #97212a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,33,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #97212a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #97212a; -webkit-box-shadow: 1px 1px 3px 2px #97212a; box-shadow: 1px 1px 3px 2px #97212a;">
Div content here</div>
This div box has shadow with color #97212a
Comments
No comments written yet.
Please login to write comment.