Shades of Deep Fir #073314
Tints of Deep Fir #073314
RGB
CMYK
RGB Variations
Color information
#073314 (or 0x073314) is known color: Deep Fir. HEX triplet: 07, 33 and 14. RGB value is (7,51,20). Sum of RGB (Red+Green+Blue) = 7+51+20=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #073314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073314 is #F8CCEB. Grayscale: #222222. Windows color (decimal): -16305388 or 1323783. OLE color: 1323783.
HSL color Cylindrical-coordinate representation of color #073314: hue angle of 137.73º degrees, saturation: 0.76, 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 #073314 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 51 | 20 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.8 |
| HSL | 137.73º | 0.76% | 0.11% | - |
| HSV(B) | 137.73º | 0.86% | 0.2% | - |
| XYZ | 1.4 | 2.46 | 1.06 | - |
| YUV | 34.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 20 | 0.86 | 0 | 0.61 | 0.8 | 137.73 | 0.76 | 0.11 |
| Hex | 7 | 33 | 14 | 56 | 0 | 3D | 50 | 8A | 4C | B |
| Octal | 7 | 63 | 24 | 126 | 0 | 75 | 120 | 212 | 114 | 13 |
| Binary | 111 | 110011 | 10100 | 1010110 | 0 | 111101 | 1010000 | 10001010 | 1001100 | 1011 |
Color Harmonies of #073314
Complementary color
Monochromatic Colors of #073314
Black with #073314
Text Example
Text Example
White with #073314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073314; }
p { color: rgb(7,51,20); }
H1.HeaderClassName
{
color: #073314;
}
.AnyTagClassName
{
color: #073314;
}
</style>
background-color css
<style>
a { background-color: #073314; }
a { background-color: rgb(7,51,20); }
div.DivClassName
{
background-color: #073314;
}
.BgClassName
{
background-color: #073314;
}
</style>
border-color css
<style>
span { border-color: #073314; }
span { border-color: rgb(7,51,20); }
td.TdClassName
{
border-color: #073314;
}
.TagClassName
{
border-color: #073314;
}
</style>