Shades of Deep Fir #053113
Tints of Deep Fir #053113
RGB
CMYK
RGB Variations
Color information
#053113 (or 0x053113) is known color: Deep Fir. HEX triplet: 05, 31 and 13. RGB value is (5,49,19). Sum of RGB (Red+Green+Blue) = 5+49+19=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 49 (19.53% from 255 or 67.12% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 49 - color contains mainly: green. Hex color #053113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053113 is #FACEEC. Grayscale: #202020. Windows color (decimal): -16436973 or 1257733. OLE color: 1257733.
HSL color Cylindrical-coordinate representation of color #053113: hue angle of 139.09º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053113 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 49 | 19 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.81 |
| HSL | 139.09º | 0.81% | 0.11% | - |
| HSV(B) | 139.09º | 0.9% | 0.19% | - |
| XYZ | 1.28 | 2.28 | 0.99 | - |
| YUV | 32.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 19 | 0.90 | 0 | 0.61 | 0.81 | 139.09 | 0.81 | 0.11 |
| Hex | 5 | 31 | 13 | 5A | 0 | 3D | 51 | 8B | 51 | B |
| Octal | 5 | 61 | 23 | 132 | 0 | 75 | 121 | 213 | 121 | 13 |
| Binary | 101 | 110001 | 10011 | 1011010 | 0 | 111101 | 1010001 | 10001011 | 1010001 | 1011 |
Color Harmonies of #053113
Complementary color
Monochromatic Colors of #053113
Black with #053113
Text Example
Text Example
White with #053113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053113; }
p { color: rgb(5,49,19); }
H1.HeaderClassName
{
color: #053113;
}
.AnyTagClassName
{
color: #053113;
}
</style>
background-color css
<style>
a { background-color: #053113; }
a { background-color: rgb(5,49,19); }
div.DivClassName
{
background-color: #053113;
}
.BgClassName
{
background-color: #053113;
}
</style>
border-color css
<style>
span { border-color: #053113; }
span { border-color: rgb(5,49,19); }
td.TdClassName
{
border-color: #053113;
}
.TagClassName
{
border-color: #053113;
}
</style>