Shades of Deep Fir #09310E
Tints of Deep Fir #09310E
RGB
CMYK
RGB Variations
Color information
#09310E (or 0x09310E) is known color: Deep Fir. HEX triplet: 09, 31 and 0E. RGB value is (9,49,14). Sum of RGB (Red+Green+Blue) = 9+49+14=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 49 (19.53% from 255 or 68.06% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 49 - color contains mainly: green. Hex color #09310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09310E is #F6CEF1. Grayscale: #212121. Windows color (decimal): -16174834 or 930057. OLE color: 930057.
HSL color Cylindrical-coordinate representation of color #09310E: hue angle of 127.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09310E is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 49 | 14 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.81 |
| HSL | 127.5º | 0.69% | 0.11% | - |
| HSV(B) | 127.5º | 0.82% | 0.19% | - |
| XYZ | 1.29 | 2.29 | 0.79 | - |
| YUV | 33.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 14 | 0.82 | 0 | 0.71 | 0.81 | 127.5 | 0.69 | 0.11 |
| Hex | 9 | 31 | E | 52 | 0 | 47 | 51 | 80 | 45 | B |
| Octal | 11 | 61 | 16 | 122 | 0 | 107 | 121 | 200 | 105 | 13 |
| Binary | 1001 | 110001 | 1110 | 1010010 | 0 | 1000111 | 1010001 | 10000000 | 1000101 | 1011 |
Color Harmonies of #09310E
Complementary color
Monochromatic Colors of #09310E
Black with #09310E
Text Example
Text Example
White with #09310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09310E; }
p { color: rgb(9,49,14); }
H1.HeaderClassName
{
color: #09310E;
}
.AnyTagClassName
{
color: #09310E;
}
</style>
background-color css
<style>
a { background-color: #09310E; }
a { background-color: rgb(9,49,14); }
div.DivClassName
{
background-color: #09310E;
}
.BgClassName
{
background-color: #09310E;
}
</style>
border-color css
<style>
span { border-color: #09310E; }
span { border-color: rgb(9,49,14); }
td.TdClassName
{
border-color: #09310E;
}
.TagClassName
{
border-color: #09310E;
}
</style>