Shades of Deep Fir #073215
Tints of Deep Fir #073215
RGB
CMYK
RGB Variations
Color information
#073215 (or 0x073215) is known color: Deep Fir. HEX triplet: 07, 32 and 15. RGB value is (7,50,21). Sum of RGB (Red+Green+Blue) = 7+50+21=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #073215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073215 is #F8CDEA. Grayscale: #212121. Windows color (decimal): -16305643 or 1389063. OLE color: 1389063.
HSL color Cylindrical-coordinate representation of color #073215: hue angle of 139.53º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073215 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 50 | 21 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.80 |
| HSL | 139.53º | 0.75% | 0.11% | - |
| HSV(B) | 139.53º | 0.86% | 0.2% | - |
| XYZ | 1.36 | 2.38 | 1.1 | - |
| YUV | 33.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 21 | 0.86 | 0 | 0.58 | 0.80 | 139.53 | 0.75 | 0.11 |
| Hex | 7 | 32 | 15 | 56 | 0 | 3A | 50 | 8C | 4B | B |
| Octal | 7 | 62 | 25 | 126 | 0 | 72 | 120 | 214 | 113 | 13 |
| Binary | 111 | 110010 | 10101 | 1010110 | 0 | 111010 | 1010000 | 10001100 | 1001011 | 1011 |
Color Harmonies of #073215
Complementary color
Monochromatic Colors of #073215
Black with #073215
Text Example
Text Example
White with #073215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073215; }
p { color: rgb(7,50,21); }
H1.HeaderClassName
{
color: #073215;
}
.AnyTagClassName
{
color: #073215;
}
</style>
background-color css
<style>
a { background-color: #073215; }
a { background-color: rgb(7,50,21); }
div.DivClassName
{
background-color: #073215;
}
.BgClassName
{
background-color: #073215;
}
</style>
border-color css
<style>
span { border-color: #073215; }
span { border-color: rgb(7,50,21); }
td.TdClassName
{
border-color: #073215;
}
.TagClassName
{
border-color: #073215;
}
</style>