Shades of Deep Fir #07320E
Tints of Deep Fir #07320E
RGB
CMYK
RGB Variations
Color information
#07320E (or 0x07320E) is known color: Deep Fir. HEX triplet: 07, 32 and 0E. RGB value is (7,50,14). Sum of RGB (Red+Green+Blue) = 7+50+14=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #07320E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07320E is #F8CDF1. Grayscale: #212121. Windows color (decimal): -16305650 or 930311. OLE color: 930311.
HSL color Cylindrical-coordinate representation of color #07320E: hue angle of 129.77º 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 #07320E is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 50 | 14 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.80 |
| HSL | 129.77º | 0.75% | 0.11% | - |
| HSV(B) | 129.77º | 0.86% | 0.2% | - |
| XYZ | 1.31 | 2.36 | 0.8 | - |
| YUV | 33.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 14 | 0.86 | 0 | 0.72 | 0.80 | 129.77 | 0.75 | 0.11 |
| Hex | 7 | 32 | E | 56 | 0 | 48 | 50 | 82 | 4B | B |
| Octal | 7 | 62 | 16 | 126 | 0 | 110 | 120 | 202 | 113 | 13 |
| Binary | 111 | 110010 | 1110 | 1010110 | 0 | 1001000 | 1010000 | 10000010 | 1001011 | 1011 |
Color Harmonies of #07320E
Complementary color
Monochromatic Colors of #07320E
Black with #07320E
Text Example
Text Example
White with #07320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07320E; }
p { color: rgb(7,50,14); }
H1.HeaderClassName
{
color: #07320E;
}
.AnyTagClassName
{
color: #07320E;
}
</style>
background-color css
<style>
a { background-color: #07320E; }
a { background-color: rgb(7,50,14); }
div.DivClassName
{
background-color: #07320E;
}
.BgClassName
{
background-color: #07320E;
}
</style>
border-color css
<style>
span { border-color: #07320E; }
span { border-color: rgb(7,50,14); }
td.TdClassName
{
border-color: #07320E;
}
.TagClassName
{
border-color: #07320E;
}
</style>