Shades of Deep Fir #093319
Tints of Deep Fir #093319
RGB
CMYK
RGB Variations
Color information
#093319 (or 0x093319) is known color: Deep Fir. HEX triplet: 09, 33 and 19. RGB value is (9,51,25). Sum of RGB (Red+Green+Blue) = 9+51+25=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #093319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093319 is #F6CCE6. Grayscale: #232323. Windows color (decimal): -16174311 or 1651465. OLE color: 1651465.
HSL color Cylindrical-coordinate representation of color #093319: hue angle of 142.86º 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 #093319 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 25 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.8 |
| HSL | 142.86º | 0.7% | 0.12% | - |
| HSV(B) | 142.86º | 0.82% | 0.2% | - |
| XYZ | 1.47 | 2.5 | 1.32 | - |
| YUV | 35.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 25 | 0.82 | 0 | 0.51 | 0.8 | 142.86 | 0.7 | 0.12 |
| Hex | 9 | 33 | 19 | 52 | 0 | 33 | 50 | 8F | 46 | C |
| Octal | 11 | 63 | 31 | 122 | 0 | 63 | 120 | 217 | 106 | 14 |
| Binary | 1001 | 110011 | 11001 | 1010010 | 0 | 110011 | 1010000 | 10001111 | 1000110 | 1100 |
Color Harmonies of #093319
Complementary color
Monochromatic Colors of #093319
Black with #093319
Text Example
Text Example
White with #093319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093319; }
p { color: rgb(9,51,25); }
H1.HeaderClassName
{
color: #093319;
}
.AnyTagClassName
{
color: #093319;
}
</style>
background-color css
<style>
a { background-color: #093319; }
a { background-color: rgb(9,51,25); }
div.DivClassName
{
background-color: #093319;
}
.BgClassName
{
background-color: #093319;
}
</style>
border-color css
<style>
span { border-color: #093319; }
span { border-color: rgb(9,51,25); }
td.TdClassName
{
border-color: #093319;
}
.TagClassName
{
border-color: #093319;
}
</style>