Shades of Deep Fir #08310D
Tints of Deep Fir #08310D
RGB
CMYK
RGB Variations
Color information
#08310D (or 0x08310D) is known color: Deep Fir. HEX triplet: 08, 31 and 0D. RGB value is (8,49,13). Sum of RGB (Red+Green+Blue) = 8+49+13=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #08310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08310D is #F7CEF2. Grayscale: #202020. Windows color (decimal): -16240371 or 864520. OLE color: 864520.
HSL color Cylindrical-coordinate representation of color #08310D: hue angle of 127.32º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08310D is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 49 | 13 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.81 |
| HSL | 127.32º | 0.72% | 0.11% | - |
| HSV(B) | 127.32º | 0.84% | 0.19% | - |
| XYZ | 1.27 | 2.28 | 0.75 | - |
| YUV | 32.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 13 | 0.84 | 0 | 0.73 | 0.81 | 127.32 | 0.72 | 0.11 |
| Hex | 8 | 31 | D | 54 | 0 | 49 | 51 | 7F | 48 | B |
| Octal | 10 | 61 | 15 | 124 | 0 | 111 | 121 | 177 | 110 | 13 |
| Binary | 1000 | 110001 | 1101 | 1010100 | 0 | 1001001 | 1010001 | 1111111 | 1001000 | 1011 |
Color Harmonies of #08310D
Complementary color
Monochromatic Colors of #08310D
Black with #08310D
Text Example
Text Example
White with #08310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08310D; }
p { color: rgb(8,49,13); }
H1.HeaderClassName
{
color: #08310D;
}
.AnyTagClassName
{
color: #08310D;
}
</style>
background-color css
<style>
a { background-color: #08310D; }
a { background-color: rgb(8,49,13); }
div.DivClassName
{
background-color: #08310D;
}
.BgClassName
{
background-color: #08310D;
}
</style>
border-color css
<style>
span { border-color: #08310D; }
span { border-color: rgb(8,49,13); }
td.TdClassName
{
border-color: #08310D;
}
.TagClassName
{
border-color: #08310D;
}
</style>