Shades of Deep Fir #08210F
Tints of Deep Fir #08210F
RGB
CMYK
RGB Variations
Color information
#08210F (or 0x08210F) is known color: Deep Fir. HEX triplet: 08, 21 and 0F. RGB value is (8,33,15). Sum of RGB (Red+Green+Blue) = 8+33+15=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #08210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08210F is #F7DEF0. Grayscale: #171717. Windows color (decimal): -16244465 or 991496. OLE color: 991496.
HSL color Cylindrical-coordinate representation of color #08210F: hue angle of 136.8º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #08210F is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 33 | 15 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.87 |
| HSL | 136.8º | 0.61% | 0.08% | - |
| HSV(B) | 136.8º | 0.76% | 0.13% | - |
| XYZ | 0.73 | 1.17 | 0.64 | - |
| YUV | 23.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 15 | 0.76 | 0 | 0.55 | 0.87 | 136.8 | 0.61 | 0.08 |
| Hex | 8 | 21 | F | 4C | 0 | 37 | 57 | 89 | 3D | 8 |
| Octal | 10 | 41 | 17 | 114 | 0 | 67 | 127 | 211 | 75 | 10 |
| Binary | 1000 | 100001 | 1111 | 1001100 | 0 | 110111 | 1010111 | 10001001 | 111101 | 1000 |
Color Harmonies of #08210F
Complementary color
Monochromatic Colors of #08210F
Black with #08210F
Text Example
Text Example
White with #08210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08210F; }
p { color: rgb(8,33,15); }
H1.HeaderClassName
{
color: #08210F;
}
.AnyTagClassName
{
color: #08210F;
}
</style>
background-color css
<style>
a { background-color: #08210F; }
a { background-color: rgb(8,33,15); }
div.DivClassName
{
background-color: #08210F;
}
.BgClassName
{
background-color: #08210F;
}
</style>
border-color css
<style>
span { border-color: #08210F; }
span { border-color: rgb(8,33,15); }
td.TdClassName
{
border-color: #08210F;
}
.TagClassName
{
border-color: #08210F;
}
</style>