Shades of Myrtle #083304
Tints of Myrtle #083304
RGB
CMYK
RGB Variations
Color information
#083304 (or 0x083304) is known color: Myrtle. HEX triplet: 08, 33 and 04. RGB value is (8,51,4). Sum of RGB (Red+Green+Blue) = 8+51+4=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 51 (20.31% from 255 or 80.95% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 51 - color contains mainly: green. Hex color #083304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083304 is #F7CCFB. Grayscale: #202020. Windows color (decimal): -16239868 or 275208. OLE color: 275208.
HSL color Cylindrical-coordinate representation of color #083304: hue angle of 114.89º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083304 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 51 | 4 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.8 |
| HSL | 114.89º | 0.85% | 0.11% | - |
| HSV(B) | 114.89º | 0.92% | 0.2% | - |
| XYZ | 1.31 | 2.43 | 0.51 | - |
| YUV | 32.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 4 | 0.84 | 0 | 0.92 | 0.8 | 114.89 | 0.85 | 0.11 |
| Hex | 8 | 33 | 4 | 54 | 0 | 5C | 50 | 73 | 55 | B |
| Octal | 10 | 63 | 4 | 124 | 0 | 134 | 120 | 163 | 125 | 13 |
| Binary | 1000 | 110011 | 100 | 1010100 | 0 | 1011100 | 1010000 | 1110011 | 1010101 | 1011 |
Color Harmonies of #083304
Complementary color
Monochromatic Colors of #083304
Black with #083304
Text Example
Text Example
White with #083304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083304; }
p { color: rgb(8,51,4); }
H1.HeaderClassName
{
color: #083304;
}
.AnyTagClassName
{
color: #083304;
}
</style>
background-color css
<style>
a { background-color: #083304; }
a { background-color: rgb(8,51,4); }
div.DivClassName
{
background-color: #083304;
}
.BgClassName
{
background-color: #083304;
}
</style>
border-color css
<style>
span { border-color: #083304; }
span { border-color: rgb(8,51,4); }
td.TdClassName
{
border-color: #083304;
}
.TagClassName
{
border-color: #083304;
}
</style>