Color spaces of #79213f
RGB | 121 | 33 | 63 |
---|---|---|---|
HSL | 0.94 | 0.57 | 0.30 |
HSV | 340° | 73° | 47° |
CMYK | 0.00 | 0.73 | 0.48 0.53 |
XYZ | 9.3262 | 5.5115 | 5.2749 |
Yxy | 5.5115 | 0.4637 | 0.2740 |
Hunter Lab | 23.4766 | 29.8261 | 3.1119 |
CIE-Lab | 28.1450 | 40.3374 | 3.2030 |
#79213f color RGB value is (121,33,63).
#79213f hex color red value is 121, green value is 33 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #79213f hue: 0.94 , saturation: 0.57 and the lightness value of 79213f is 0.30.
The process color (four color CMYK) of #79213f color hex is 0.00, 0.73, 0.48, 0.53. Web safe color of #79213f is #663333. Color #79213f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 00100001 | 00111111 |
Octal | 171 | 41 | 77 |
Decimal | 121 | 33 | 63 |
Hex | 79 | 21 | 3F |
Shades of #79213f
Tints of #79213f
RGB Percentages of Color #79213f
CMYK Percentages of Color #79213f
Complementary Color
#79213f | #21795b |
#79213f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79213f Color Preview on White Background
Lorem ipsum dolor sit amet.
#79213f Color CSS Codes
.mybgcolor {background-color:#79213f; } .myforecolor {color:#79213f; } .mybordercolor {border:3px solid #79213f; }
#79213f Text Font Color
<p style="color:#79213f">Text here</p>
This sample text font color is #79213f
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.
#79213f Background Color
<div style="background-color:#79213f">
Div content here</div>
This div background color is #79213f
#79213f Border Color
<div style="border:3px solid #79213f">
Div here</div>
This div border color is #79213f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,33,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79213f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79213f; -webkit-box-shadow: 1px 1px 3px 2px #79213f; box-shadow: 1px 1px 3px 2px #79213f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,33,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #79213f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79213f; -webkit-box-shadow: 1px 1px 3px 2px #79213f; box-shadow: 1px 1px 3px 2px #79213f;">
Div content here</div>
This div box has shadow with color #79213f
Comments
No comments written yet.
Please login to write comment.