Shades of Deep Fir #082913
Tints of Deep Fir #082913
RGB
CMYK
RGB Variations
Color information
#082913 (or 0x082913) is known color: Deep Fir. HEX triplet: 08, 29 and 13. RGB value is (8,41,19). Sum of RGB (Red+Green+Blue) = 8+41+19=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #082913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082913 is #F7D6EC. Grayscale: #1C1C1C. Windows color (decimal): -16242413 or 1255688. OLE color: 1255688.
HSL color Cylindrical-coordinate representation of color #082913: hue angle of 140º 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 #082913 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 41 | 19 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.84 |
| HSL | 140º | 0.67% | 0.1% | - |
| HSV(B) | 140º | 0.8% | 0.16% | - |
| XYZ | 1.01 | 1.68 | 0.89 | - |
| YUV | 28.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 19 | 0.80 | 0 | 0.54 | 0.84 | 140 | 0.67 | 0.1 |
| Hex | 8 | 29 | 13 | 50 | 0 | 36 | 54 | 8C | 43 | A |
| Octal | 10 | 51 | 23 | 120 | 0 | 66 | 124 | 214 | 103 | 12 |
| Binary | 1000 | 101001 | 10011 | 1010000 | 0 | 110110 | 1010100 | 10001100 | 1000011 | 1010 |
Color Harmonies of #082913
Complementary color
Monochromatic Colors of #082913
Black with #082913
Text Example
Text Example
White with #082913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082913; }
p { color: rgb(8,41,19); }
H1.HeaderClassName
{
color: #082913;
}
.AnyTagClassName
{
color: #082913;
}
</style>
background-color css
<style>
a { background-color: #082913; }
a { background-color: rgb(8,41,19); }
div.DivClassName
{
background-color: #082913;
}
.BgClassName
{
background-color: #082913;
}
</style>
border-color css
<style>
span { border-color: #082913; }
span { border-color: rgb(8,41,19); }
td.TdClassName
{
border-color: #082913;
}
.TagClassName
{
border-color: #082913;
}
</style>