Shades of Deep Fir #05250E
Tints of Deep Fir #05250E
RGB
CMYK
RGB Variations
Color information
#05250E (or 0x05250E) is known color: Deep Fir. HEX triplet: 05, 25 and 0E. RGB value is (5,37,14). Sum of RGB (Red+Green+Blue) = 5+37+14=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #05250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05250E is #FADAF1. Grayscale: #181818. Windows color (decimal): -16440050 or 926981. OLE color: 926981.
HSL color Cylindrical-coordinate representation of color #05250E: hue angle of 136.88º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05250E is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 37 | 14 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.85 |
| HSL | 136.88º | 0.76% | 0.08% | - |
| HSV(B) | 136.88º | 0.86% | 0.15% | - |
| XYZ | 0.8 | 1.39 | 0.64 | - |
| YUV | 24.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 14 | 0.86 | 0 | 0.62 | 0.85 | 136.88 | 0.76 | 0.08 |
| Hex | 5 | 25 | E | 56 | 0 | 3E | 55 | 89 | 4C | 8 |
| Octal | 5 | 45 | 16 | 126 | 0 | 76 | 125 | 211 | 114 | 10 |
| Binary | 101 | 100101 | 1110 | 1010110 | 0 | 111110 | 1010101 | 10001001 | 1001100 | 1000 |
Color Harmonies of #05250E
Complementary color
Monochromatic Colors of #05250E
Black with #05250E
Text Example
Text Example
White with #05250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05250E; }
p { color: rgb(5,37,14); }
H1.HeaderClassName
{
color: #05250E;
}
.AnyTagClassName
{
color: #05250E;
}
</style>
background-color css
<style>
a { background-color: #05250E; }
a { background-color: rgb(5,37,14); }
div.DivClassName
{
background-color: #05250E;
}
.BgClassName
{
background-color: #05250E;
}
</style>
border-color css
<style>
span { border-color: #05250E; }
span { border-color: rgb(5,37,14); }
td.TdClassName
{
border-color: #05250E;
}
.TagClassName
{
border-color: #05250E;
}
</style>