Shades of Deep Fir #093215
Tints of Deep Fir #093215
RGB
CMYK
RGB Variations
Color information
#093215 (or 0x093215) is known color: Deep Fir. HEX triplet: 09, 32 and 15. RGB value is (9,50,21). Sum of RGB (Red+Green+Blue) = 9+50+21=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 50 (19.92% from 255 or 62.5% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 50 - color contains mainly: green. Hex color #093215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093215 is #F6CDEA. Grayscale: #222222. Windows color (decimal): -16174571 or 1389065. OLE color: 1389065.
HSL color Cylindrical-coordinate representation of color #093215: hue angle of 137.56º 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 #093215 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 21 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.80 |
| HSL | 137.56º | 0.69% | 0.12% | - |
| HSV(B) | 137.56º | 0.82% | 0.2% | - |
| XYZ | 1.39 | 2.39 | 1.1 | - |
| YUV | 34.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 21 | 0.82 | 0 | 0.58 | 0.80 | 137.56 | 0.69 | 0.12 |
| Hex | 9 | 32 | 15 | 52 | 0 | 3A | 50 | 8A | 45 | C |
| Octal | 11 | 62 | 25 | 122 | 0 | 72 | 120 | 212 | 105 | 14 |
| Binary | 1001 | 110010 | 10101 | 1010010 | 0 | 111010 | 1010000 | 10001010 | 1000101 | 1100 |
Color Harmonies of #093215
Complementary color
Monochromatic Colors of #093215
Black with #093215
Text Example
Text Example
White with #093215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093215; }
p { color: rgb(9,50,21); }
H1.HeaderClassName
{
color: #093215;
}
.AnyTagClassName
{
color: #093215;
}
</style>
background-color css
<style>
a { background-color: #093215; }
a { background-color: rgb(9,50,21); }
div.DivClassName
{
background-color: #093215;
}
.BgClassName
{
background-color: #093215;
}
</style>
border-color css
<style>
span { border-color: #093215; }
span { border-color: rgb(9,50,21); }
td.TdClassName
{
border-color: #093215;
}
.TagClassName
{
border-color: #093215;
}
</style>