Shades of Deep Fir #11361D
Tints of Deep Fir #11361D
RGB
CMYK
RGB Variations
Color information
#11361D (or 0x11361D) is known color: Deep Fir. HEX triplet: 11, 36 and 1D. RGB value is (17,54,29). Sum of RGB (Red+Green+Blue) = 17+54+29=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #11361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11361D is #EEC9E2. Grayscale: #282828. Windows color (decimal): -15649251 or 1914385. OLE color: 1914385.
HSL color Cylindrical-coordinate representation of color #11361D: hue angle of 139.46º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11361D is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 54 | 29 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.79 |
| HSL | 139.46º | 0.52% | 0.14% | - |
| HSV(B) | 139.46º | 0.69% | 0.21% | - |
| XYZ | 1.77 | 2.85 | 1.62 | - |
| YUV | 40.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 29 | 0.69 | 0 | 0.46 | 0.79 | 139.46 | 0.52 | 0.14 |
| Hex | 11 | 36 | 1D | 45 | 0 | 2E | 4F | 8B | 34 | E |
| Octal | 21 | 66 | 35 | 105 | 0 | 56 | 117 | 213 | 64 | 16 |
| Binary | 10001 | 110110 | 11101 | 1000101 | 0 | 101110 | 1001111 | 10001011 | 110100 | 1110 |
Color Harmonies of #11361D
Complementary color
Monochromatic Colors of #11361D
Black with #11361D
Text Example
Text Example
White with #11361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11361D; }
p { color: rgb(17,54,29); }
H1.HeaderClassName
{
color: #11361D;
}
.AnyTagClassName
{
color: #11361D;
}
</style>
background-color css
<style>
a { background-color: #11361D; }
a { background-color: rgb(17,54,29); }
div.DivClassName
{
background-color: #11361D;
}
.BgClassName
{
background-color: #11361D;
}
</style>
border-color css
<style>
span { border-color: #11361D; }
span { border-color: rgb(17,54,29); }
td.TdClassName
{
border-color: #11361D;
}
.TagClassName
{
border-color: #11361D;
}
</style>