Shades of Deep Fir #08371B
Tints of Deep Fir #08371B
RGB
CMYK
RGB Variations
Color information
#08371B (or 0x08371B) is known color: Deep Fir. HEX triplet: 08, 37 and 1B. RGB value is (8,55,27). Sum of RGB (Red+Green+Blue) = 8+55+27=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #08371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08371B is #F7C8E4. Grayscale: #252525. Windows color (decimal): -16238821 or 1783560. OLE color: 1783560.
HSL color Cylindrical-coordinate representation of color #08371B: hue angle of 144.26º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08371B is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 55 | 27 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.78 |
| HSL | 144.26º | 0.75% | 0.12% | - |
| HSV(B) | 144.26º | 0.85% | 0.22% | - |
| XYZ | 1.66 | 2.86 | 1.5 | - |
| YUV | 37.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 27 | 0.85 | 0 | 0.51 | 0.78 | 144.26 | 0.75 | 0.12 |
| Hex | 8 | 37 | 1B | 55 | 0 | 33 | 4E | 90 | 4B | C |
| Octal | 10 | 67 | 33 | 125 | 0 | 63 | 116 | 220 | 113 | 14 |
| Binary | 1000 | 110111 | 11011 | 1010101 | 0 | 110011 | 1001110 | 10010000 | 1001011 | 1100 |
Color Harmonies of #08371B
Complementary color
Monochromatic Colors of #08371B
Black with #08371B
Text Example
Text Example
White with #08371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08371B; }
p { color: rgb(8,55,27); }
H1.HeaderClassName
{
color: #08371B;
}
.AnyTagClassName
{
color: #08371B;
}
</style>
background-color css
<style>
a { background-color: #08371B; }
a { background-color: rgb(8,55,27); }
div.DivClassName
{
background-color: #08371B;
}
.BgClassName
{
background-color: #08371B;
}
</style>
border-color css
<style>
span { border-color: #08371B; }
span { border-color: rgb(8,55,27); }
td.TdClassName
{
border-color: #08371B;
}
.TagClassName
{
border-color: #08371B;
}
</style>