Shades of Deep Fir #093214
Tints of Deep Fir #093214
RGB
CMYK
RGB Variations
Color information
#093214 (or 0x093214) is known color: Deep Fir. HEX triplet: 09, 32 and 14. RGB value is (9,50,20). Sum of RGB (Red+Green+Blue) = 9+50+20=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #093214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093214 is #F6CDEB. Grayscale: #222222. Windows color (decimal): -16174572 or 1323529. OLE color: 1323529.
HSL color Cylindrical-coordinate representation of color #093214: hue angle of 136.1º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093214 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 20 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.80 |
| HSL | 136.1º | 0.69% | 0.12% | - |
| HSV(B) | 136.1º | 0.82% | 0.2% | - |
| XYZ | 1.38 | 2.39 | 1.05 | - |
| YUV | 34.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 20 | 0.82 | 0 | 0.60 | 0.80 | 136.1 | 0.69 | 0.12 |
| Hex | 9 | 32 | 14 | 52 | 0 | 3C | 50 | 88 | 45 | C |
| Octal | 11 | 62 | 24 | 122 | 0 | 74 | 120 | 210 | 105 | 14 |
| Binary | 1001 | 110010 | 10100 | 1010010 | 0 | 111100 | 1010000 | 10001000 | 1000101 | 1100 |
Color Harmonies of #093214
Complementary color
Monochromatic Colors of #093214
Black with #093214
Text Example
Text Example
White with #093214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093214; }
p { color: rgb(9,50,20); }
H1.HeaderClassName
{
color: #093214;
}
.AnyTagClassName
{
color: #093214;
}
</style>
background-color css
<style>
a { background-color: #093214; }
a { background-color: rgb(9,50,20); }
div.DivClassName
{
background-color: #093214;
}
.BgClassName
{
background-color: #093214;
}
</style>
border-color css
<style>
span { border-color: #093214; }
span { border-color: rgb(9,50,20); }
td.TdClassName
{
border-color: #093214;
}
.TagClassName
{
border-color: #093214;
}
</style>