Shades of Deep Fir #09371B
Tints of Deep Fir #09371B
RGB
CMYK
RGB Variations
Color information
#09371B (or 0x09371B) is known color: Deep Fir. HEX triplet: 09, 37 and 1B. RGB value is (9,55,27). Sum of RGB (Red+Green+Blue) = 9+55+27=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #09371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09371B is #F6C8E4. Grayscale: #262626. Windows color (decimal): -16173285 or 1783561. OLE color: 1783561.
HSL color Cylindrical-coordinate representation of color #09371B: hue angle of 143.48º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09371B is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 55 | 27 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.78 |
| HSL | 143.48º | 0.72% | 0.13% | - |
| HSV(B) | 143.48º | 0.84% | 0.22% | - |
| XYZ | 1.68 | 2.87 | 1.5 | - |
| YUV | 38.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 27 | 0.84 | 0 | 0.51 | 0.78 | 143.48 | 0.72 | 0.13 |
| Hex | 9 | 37 | 1B | 54 | 0 | 33 | 4E | 8F | 48 | D |
| Octal | 11 | 67 | 33 | 124 | 0 | 63 | 116 | 217 | 110 | 15 |
| Binary | 1001 | 110111 | 11011 | 1010100 | 0 | 110011 | 1001110 | 10001111 | 1001000 | 1101 |
Color Harmonies of #09371B
Complementary color
Monochromatic Colors of #09371B
Black with #09371B
Text Example
Text Example
White with #09371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09371B; }
p { color: rgb(9,55,27); }
H1.HeaderClassName
{
color: #09371B;
}
.AnyTagClassName
{
color: #09371B;
}
</style>
background-color css
<style>
a { background-color: #09371B; }
a { background-color: rgb(9,55,27); }
div.DivClassName
{
background-color: #09371B;
}
.BgClassName
{
background-color: #09371B;
}
</style>
border-color css
<style>
span { border-color: #09371B; }
span { border-color: rgb(9,55,27); }
td.TdClassName
{
border-color: #09371B;
}
.TagClassName
{
border-color: #09371B;
}
</style>