Shades of Deep Fir #05210C
Tints of Deep Fir #05210C
RGB
CMYK
RGB Variations
Color information
#05210C (or 0x05210C) is known color: Deep Fir. HEX triplet: 05, 21 and 0C. RGB value is (5,33,12). Sum of RGB (Red+Green+Blue) = 5+33+12=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 33 (13.28% from 255 or 66% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 33 - color contains mainly: green. Hex color #05210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05210C is #FADEF3. Grayscale: #161616. Windows color (decimal): -16441076 or 794885. OLE color: 794885.
HSL color Cylindrical-coordinate representation of color #05210C: hue angle of 135º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #05210C is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 12 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.87 |
| HSL | 135º | 0.74% | 0.07% | - |
| HSV(B) | 135º | 0.85% | 0.13% | - |
| XYZ | 0.67 | 1.15 | 0.53 | - |
| YUV | 22.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 12 | 0.85 | 0 | 0.64 | 0.87 | 135 | 0.74 | 0.07 |
| Hex | 5 | 21 | C | 55 | 0 | 40 | 57 | 87 | 4A | 7 |
| Octal | 5 | 41 | 14 | 125 | 0 | 100 | 127 | 207 | 112 | 7 |
| Binary | 101 | 100001 | 1100 | 1010101 | 0 | 1000000 | 1010111 | 10000111 | 1001010 | 111 |
Color Harmonies of #05210C
Complementary color
Monochromatic Colors of #05210C
Black with #05210C
Text Example
Text Example
White with #05210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05210C; }
p { color: rgb(5,33,12); }
H1.HeaderClassName
{
color: #05210C;
}
.AnyTagClassName
{
color: #05210C;
}
</style>
background-color css
<style>
a { background-color: #05210C; }
a { background-color: rgb(5,33,12); }
div.DivClassName
{
background-color: #05210C;
}
.BgClassName
{
background-color: #05210C;
}
</style>
border-color css
<style>
span { border-color: #05210C; }
span { border-color: rgb(5,33,12); }
td.TdClassName
{
border-color: #05210C;
}
.TagClassName
{
border-color: #05210C;
}
</style>