Shades of Deep Fir #11371B
Tints of Deep Fir #11371B
RGB
CMYK
RGB Variations
Color information
#11371B (or 0x11371B) is known color: Deep Fir. HEX triplet: 11, 37 and 1B. RGB value is (17,55,27). Sum of RGB (Red+Green+Blue) = 17+55+27=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #11371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11371B is #EEC8E4. Grayscale: #282828. Windows color (decimal): -15648997 or 1783569. OLE color: 1783569.
HSL color Cylindrical-coordinate representation of color #11371B: hue angle of 135.79º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11371B is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 27 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.78 |
| HSL | 135.79º | 0.53% | 0.14% | - |
| HSV(B) | 135.79º | 0.69% | 0.22% | - |
| XYZ | 1.8 | 2.93 | 1.51 | - |
| YUV | 40.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 27 | 0.69 | 0 | 0.51 | 0.78 | 135.79 | 0.53 | 0.14 |
| Hex | 11 | 37 | 1B | 45 | 0 | 33 | 4E | 88 | 35 | E |
| Octal | 21 | 67 | 33 | 105 | 0 | 63 | 116 | 210 | 65 | 16 |
| Binary | 10001 | 110111 | 11011 | 1000101 | 0 | 110011 | 1001110 | 10001000 | 110101 | 1110 |
Color Harmonies of #11371B
Complementary color
Monochromatic Colors of #11371B
Black with #11371B
Text Example
Text Example
White with #11371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11371B; }
p { color: rgb(17,55,27); }
H1.HeaderClassName
{
color: #11371B;
}
.AnyTagClassName
{
color: #11371B;
}
</style>
background-color css
<style>
a { background-color: #11371B; }
a { background-color: rgb(17,55,27); }
div.DivClassName
{
background-color: #11371B;
}
.BgClassName
{
background-color: #11371B;
}
</style>
border-color css
<style>
span { border-color: #11371B; }
span { border-color: rgb(17,55,27); }
td.TdClassName
{
border-color: #11371B;
}
.TagClassName
{
border-color: #11371B;
}
</style>