Shades of Deep Fir #074113
Tints of Deep Fir #074113
RGB
CMYK
RGB Variations
Color information
#074113 (or 0x074113) is known color: Deep Fir. HEX triplet: 07, 41 and 13. RGB value is (7,65,19). Sum of RGB (Red+Green+Blue) = 7+65+19=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #074113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074113 is #F8BEEC. Grayscale: #2A2A2A. Windows color (decimal): -16301805 or 1261831. OLE color: 1261831.
HSL color Cylindrical-coordinate representation of color #074113: hue angle of 132.41º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074113 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 19 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.75 |
| HSL | 132.41º | 0.81% | 0.14% | - |
| HSV(B) | 132.41º | 0.89% | 0.25% | - |
| XYZ | 2.1 | 3.87 | 1.25 | - |
| YUV | 42.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 19 | 0.89 | 0 | 0.71 | 0.75 | 132.41 | 0.81 | 0.14 |
| Hex | 7 | 41 | 13 | 59 | 0 | 47 | 4B | 84 | 51 | E |
| Octal | 7 | 101 | 23 | 131 | 0 | 107 | 113 | 204 | 121 | 16 |
| Binary | 111 | 1000001 | 10011 | 1011001 | 0 | 1000111 | 1001011 | 10000100 | 1010001 | 1110 |
Color Harmonies of #074113
Complementary color
Monochromatic Colors of #074113
Black with #074113
Text Example
Text Example
White with #074113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074113; }
p { color: rgb(7,65,19); }
H1.HeaderClassName
{
color: #074113;
}
.AnyTagClassName
{
color: #074113;
}
</style>
background-color css
<style>
a { background-color: #074113; }
a { background-color: rgb(7,65,19); }
div.DivClassName
{
background-color: #074113;
}
.BgClassName
{
background-color: #074113;
}
</style>
border-color css
<style>
span { border-color: #074113; }
span { border-color: rgb(7,65,19); }
td.TdClassName
{
border-color: #074113;
}
.TagClassName
{
border-color: #074113;
}
</style>