Shades of Deep Fir #08290D
Tints of Deep Fir #08290D
RGB
CMYK
RGB Variations
Color information
#08290D (or 0x08290D) is known color: Deep Fir. HEX triplet: 08, 29 and 0D. RGB value is (8,41,13). Sum of RGB (Red+Green+Blue) = 8+41+13=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 41 (16.41% from 255 or 66.13% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 41 - color contains mainly: green. Hex color #08290D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08290D is #F7D6F2. Grayscale: #1C1C1C. Windows color (decimal): -16242419 or 862472. OLE color: 862472.
HSL color Cylindrical-coordinate representation of color #08290D: hue angle of 129.09º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #08290D is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 41 | 13 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.84 |
| HSL | 129.09º | 0.67% | 0.1% | - |
| HSV(B) | 129.09º | 0.8% | 0.16% | - |
| XYZ | 0.97 | 1.67 | 0.65 | - |
| YUV | 27.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 13 | 0.80 | 0 | 0.68 | 0.84 | 129.09 | 0.67 | 0.1 |
| Hex | 8 | 29 | D | 50 | 0 | 44 | 54 | 81 | 43 | A |
| Octal | 10 | 51 | 15 | 120 | 0 | 104 | 124 | 201 | 103 | 12 |
| Binary | 1000 | 101001 | 1101 | 1010000 | 0 | 1000100 | 1010100 | 10000001 | 1000011 | 1010 |
Color Harmonies of #08290D
Complementary color
Monochromatic Colors of #08290D
Black with #08290D
Text Example
Text Example
White with #08290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08290D; }
p { color: rgb(8,41,13); }
H1.HeaderClassName
{
color: #08290D;
}
.AnyTagClassName
{
color: #08290D;
}
</style>
background-color css
<style>
a { background-color: #08290D; }
a { background-color: rgb(8,41,13); }
div.DivClassName
{
background-color: #08290D;
}
.BgClassName
{
background-color: #08290D;
}
</style>
border-color css
<style>
span { border-color: #08290D; }
span { border-color: rgb(8,41,13); }
td.TdClassName
{
border-color: #08290D;
}
.TagClassName
{
border-color: #08290D;
}
</style>