Shades of Myrtle #08410B
Tints of Myrtle #08410B
RGB
CMYK
RGB Variations
Color information
#08410B (or 0x08410B) is known color: Myrtle. HEX triplet: 08, 41 and 0B. RGB value is (8,65,11). Sum of RGB (Red+Green+Blue) = 8+65+11=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #08410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08410B is #F7BEF4. Grayscale: #292929. Windows color (decimal): -16236277 or 737544. OLE color: 737544.
HSL color Cylindrical-coordinate representation of color #08410B: hue angle of 123.16º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08410B is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 65 | 11 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.75 |
| HSL | 123.16º | 0.78% | 0.14% | - |
| HSV(B) | 123.16º | 0.88% | 0.25% | - |
| XYZ | 2.05 | 3.86 | 0.95 | - |
| YUV | 41.8 | 110.62 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 11 | 0.88 | 0 | 0.83 | 0.75 | 123.16 | 0.78 | 0.14 |
| Hex | 8 | 41 | B | 58 | 0 | 53 | 4B | 7B | 4E | E |
| Octal | 10 | 101 | 13 | 130 | 0 | 123 | 113 | 173 | 116 | 16 |
| Binary | 1000 | 1000001 | 1011 | 1011000 | 0 | 1010011 | 1001011 | 1111011 | 1001110 | 1110 |
Color Harmonies of #08410B
Complementary color
Monochromatic Colors of #08410B
Black with #08410B
Text Example
Text Example
White with #08410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08410B; }
p { color: rgb(8,65,11); }
H1.HeaderClassName
{
color: #08410B;
}
.AnyTagClassName
{
color: #08410B;
}
</style>
background-color css
<style>
a { background-color: #08410B; }
a { background-color: rgb(8,65,11); }
div.DivClassName
{
background-color: #08410B;
}
.BgClassName
{
background-color: #08410B;
}
</style>
border-color css
<style>
span { border-color: #08410B; }
span { border-color: rgb(8,65,11); }
td.TdClassName
{
border-color: #08410B;
}
.TagClassName
{
border-color: #08410B;
}
</style>