Shades of Deep Fir #092110
Tints of Deep Fir #092110
RGB
CMYK
RGB Variations
Color information
#092110 (or 0x092110) is known color: Deep Fir. HEX triplet: 09, 21 and 10. RGB value is (9,33,16). Sum of RGB (Red+Green+Blue) = 9+33+16=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #092110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092110 is #F6DEEF. Grayscale: #171717. Windows color (decimal): -16178928 or 1057033. OLE color: 1057033.
HSL color Cylindrical-coordinate representation of color #092110: hue angle of 137.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #092110 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 33 | 16 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.87 |
| HSL | 137.5º | 0.57% | 0.08% | - |
| HSV(B) | 137.5º | 0.73% | 0.13% | - |
| XYZ | 0.75 | 1.18 | 0.68 | - |
| YUV | 23.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 16 | 0.73 | 0 | 0.52 | 0.87 | 137.5 | 0.57 | 0.08 |
| Hex | 9 | 21 | 10 | 49 | 0 | 34 | 57 | 8A | 39 | 8 |
| Octal | 11 | 41 | 20 | 111 | 0 | 64 | 127 | 212 | 71 | 10 |
| Binary | 1001 | 100001 | 10000 | 1001001 | 0 | 110100 | 1010111 | 10001010 | 111001 | 1000 |
Color Harmonies of #092110
Complementary color
Monochromatic Colors of #092110
Black with #092110
Text Example
Text Example
White with #092110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092110; }
p { color: rgb(9,33,16); }
H1.HeaderClassName
{
color: #092110;
}
.AnyTagClassName
{
color: #092110;
}
</style>
background-color css
<style>
a { background-color: #092110; }
a { background-color: rgb(9,33,16); }
div.DivClassName
{
background-color: #092110;
}
.BgClassName
{
background-color: #092110;
}
</style>
border-color css
<style>
span { border-color: #092110; }
span { border-color: rgb(9,33,16); }
td.TdClassName
{
border-color: #092110;
}
.TagClassName
{
border-color: #092110;
}
</style>