Shades of Deep Fir #093313
Tints of Deep Fir #093313
RGB
CMYK
RGB Variations
Color information
#093313 (or 0x093313) is known color: Deep Fir. HEX triplet: 09, 33 and 13. RGB value is (9,51,19). Sum of RGB (Red+Green+Blue) = 9+51+19=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 51 (20.31% from 255 or 64.56% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 51 - color contains mainly: green. Hex color #093313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093313 is #F6CCEC. Grayscale: #222222. Windows color (decimal): -16174317 or 1258249. OLE color: 1258249.
HSL color Cylindrical-coordinate representation of color #093313: hue angle of 134.29º degrees, saturation: 0.7, 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 #093313 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 19 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.8 |
| HSL | 134.29º | 0.7% | 0.12% | - |
| HSV(B) | 134.29º | 0.82% | 0.2% | - |
| XYZ | 1.41 | 2.47 | 1.02 | - |
| YUV | 34.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 19 | 0.82 | 0 | 0.63 | 0.8 | 134.29 | 0.7 | 0.12 |
| Hex | 9 | 33 | 13 | 52 | 0 | 3F | 50 | 86 | 46 | C |
| Octal | 11 | 63 | 23 | 122 | 0 | 77 | 120 | 206 | 106 | 14 |
| Binary | 1001 | 110011 | 10011 | 1010010 | 0 | 111111 | 1010000 | 10000110 | 1000110 | 1100 |
Color Harmonies of #093313
Complementary color
Monochromatic Colors of #093313
Black with #093313
Text Example
Text Example
White with #093313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093313; }
p { color: rgb(9,51,19); }
H1.HeaderClassName
{
color: #093313;
}
.AnyTagClassName
{
color: #093313;
}
</style>
background-color css
<style>
a { background-color: #093313; }
a { background-color: rgb(9,51,19); }
div.DivClassName
{
background-color: #093313;
}
.BgClassName
{
background-color: #093313;
}
</style>
border-color css
<style>
span { border-color: #093313; }
span { border-color: rgb(9,51,19); }
td.TdClassName
{
border-color: #093313;
}
.TagClassName
{
border-color: #093313;
}
</style>