Shades of Deep Fir #08290E
Tints of Deep Fir #08290E
RGB
CMYK
RGB Variations
Color information
#08290E (or 0x08290E) is known color: Deep Fir. HEX triplet: 08, 29 and 0E. RGB value is (8,41,14). Sum of RGB (Red+Green+Blue) = 8+41+14=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 41 (16.41% from 255 or 65.08% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 41 - color contains mainly: green. Hex color #08290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08290E is #F7D6F1. Grayscale: #1C1C1C. Windows color (decimal): -16242418 or 928008. OLE color: 928008.
HSL color Cylindrical-coordinate representation of color #08290E: hue angle of 130.91º 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 #08290E is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 41 | 14 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.84 |
| HSL | 130.91º | 0.67% | 0.1% | - |
| HSV(B) | 130.91º | 0.8% | 0.16% | - |
| XYZ | 0.97 | 1.67 | 0.69 | - |
| YUV | 28.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 14 | 0.80 | 0 | 0.66 | 0.84 | 130.91 | 0.67 | 0.1 |
| Hex | 8 | 29 | E | 50 | 0 | 42 | 54 | 83 | 43 | A |
| Octal | 10 | 51 | 16 | 120 | 0 | 102 | 124 | 203 | 103 | 12 |
| Binary | 1000 | 101001 | 1110 | 1010000 | 0 | 1000010 | 1010100 | 10000011 | 1000011 | 1010 |
Color Harmonies of #08290E
Complementary color
Monochromatic Colors of #08290E
Black with #08290E
Text Example
Text Example
White with #08290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08290E; }
p { color: rgb(8,41,14); }
H1.HeaderClassName
{
color: #08290E;
}
.AnyTagClassName
{
color: #08290E;
}
</style>
background-color css
<style>
a { background-color: #08290E; }
a { background-color: rgb(8,41,14); }
div.DivClassName
{
background-color: #08290E;
}
.BgClassName
{
background-color: #08290E;
}
</style>
border-color css
<style>
span { border-color: #08290E; }
span { border-color: rgb(8,41,14); }
td.TdClassName
{
border-color: #08290E;
}
.TagClassName
{
border-color: #08290E;
}
</style>