Shades of Deep Fir #05290D
Tints of Deep Fir #05290D
RGB
CMYK
RGB Variations
Color information
#05290D (or 0x05290D) is known color: Deep Fir. HEX triplet: 05, 29 and 0D. RGB value is (5,41,13). Sum of RGB (Red+Green+Blue) = 5+41+13=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 41 (16.41% from 255 or 69.49% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 41 - color contains mainly: green. Hex color #05290D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05290D is #FAD6F2. Grayscale: #1B1B1B. Windows color (decimal): -16439027 or 862469. OLE color: 862469.
HSL color Cylindrical-coordinate representation of color #05290D: hue angle of 133.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05290D is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 41 | 13 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.84 |
| HSL | 133.33º | 0.78% | 0.09% | - |
| HSV(B) | 133.33º | 0.88% | 0.16% | - |
| XYZ | 0.93 | 1.65 | 0.65 | - |
| YUV | 27.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 13 | 0.88 | 0 | 0.68 | 0.84 | 133.33 | 0.78 | 0.09 |
| Hex | 5 | 29 | D | 58 | 0 | 44 | 54 | 85 | 4E | 9 |
| Octal | 5 | 51 | 15 | 130 | 0 | 104 | 124 | 205 | 116 | 11 |
| Binary | 101 | 101001 | 1101 | 1011000 | 0 | 1000100 | 1010100 | 10000101 | 1001110 | 1001 |
Color Harmonies of #05290D
Complementary color
Monochromatic Colors of #05290D
Black with #05290D
Text Example
Text Example
White with #05290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05290D; }
p { color: rgb(5,41,13); }
H1.HeaderClassName
{
color: #05290D;
}
.AnyTagClassName
{
color: #05290D;
}
</style>
background-color css
<style>
a { background-color: #05290D; }
a { background-color: rgb(5,41,13); }
div.DivClassName
{
background-color: #05290D;
}
.BgClassName
{
background-color: #05290D;
}
</style>
border-color css
<style>
span { border-color: #05290D; }
span { border-color: rgb(5,41,13); }
td.TdClassName
{
border-color: #05290D;
}
.TagClassName
{
border-color: #05290D;
}
</style>