Shades of Deep Fir #09421C
Tints of Deep Fir #09421C
RGB
CMYK
RGB Variations
Color information
#09421C (or 0x09421C) is known color: Deep Fir. HEX triplet: 09, 42 and 1C. RGB value is (9,66,28). Sum of RGB (Red+Green+Blue) = 9+66+28=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #09421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09421C is #F6BDE3. Grayscale: #2C2C2C. Windows color (decimal): -16170468 or 1851913. OLE color: 1851913.
HSL color Cylindrical-coordinate representation of color #09421C: hue angle of 140º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09421C is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 66 | 28 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.74 |
| HSL | 140º | 0.76% | 0.15% | - |
| HSV(B) | 140º | 0.86% | 0.26% | - |
| XYZ | 2.27 | 4.04 | 1.76 | - |
| YUV | 44.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 28 | 0.86 | 0 | 0.58 | 0.74 | 140 | 0.76 | 0.15 |
| Hex | 9 | 42 | 1C | 56 | 0 | 3A | 4A | 8C | 4C | F |
| Octal | 11 | 102 | 34 | 126 | 0 | 72 | 112 | 214 | 114 | 17 |
| Binary | 1001 | 1000010 | 11100 | 1010110 | 0 | 111010 | 1001010 | 10001100 | 1001100 | 1111 |
Color Harmonies of #09421C
Complementary color
Monochromatic Colors of #09421C
Black with #09421C
Text Example
Text Example
White with #09421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09421C; }
p { color: rgb(9,66,28); }
H1.HeaderClassName
{
color: #09421C;
}
.AnyTagClassName
{
color: #09421C;
}
</style>
background-color css
<style>
a { background-color: #09421C; }
a { background-color: rgb(9,66,28); }
div.DivClassName
{
background-color: #09421C;
}
.BgClassName
{
background-color: #09421C;
}
</style>
border-color css
<style>
span { border-color: #09421C; }
span { border-color: rgb(9,66,28); }
td.TdClassName
{
border-color: #09421C;
}
.TagClassName
{
border-color: #09421C;
}
</style>