Shades of Myrtle #09320D
Tints of Myrtle #09320D
RGB
CMYK
RGB Variations
Color information
#09320D (or 0x09320D) is known color: Myrtle. HEX triplet: 09, 32 and 0D. RGB value is (9,50,13). Sum of RGB (Red+Green+Blue) = 9+50+13=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #09320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09320D is #F6CDF2. Grayscale: #212121. Windows color (decimal): -16174579 or 864777. OLE color: 864777.
HSL color Cylindrical-coordinate representation of color #09320D: hue angle of 125.85º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09320D is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 13 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.80 |
| HSL | 125.85º | 0.69% | 0.12% | - |
| HSV(B) | 125.85º | 0.82% | 0.2% | - |
| XYZ | 1.33 | 2.37 | 0.77 | - |
| YUV | 33.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 13 | 0.82 | 0 | 0.74 | 0.80 | 125.85 | 0.69 | 0.12 |
| Hex | 9 | 32 | D | 52 | 0 | 4A | 50 | 7E | 45 | C |
| Octal | 11 | 62 | 15 | 122 | 0 | 112 | 120 | 176 | 105 | 14 |
| Binary | 1001 | 110010 | 1101 | 1010010 | 0 | 1001010 | 1010000 | 1111110 | 1000101 | 1100 |
Color Harmonies of #09320D
Complementary color
Monochromatic Colors of #09320D
Black with #09320D
Text Example
Text Example
White with #09320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09320D; }
p { color: rgb(9,50,13); }
H1.HeaderClassName
{
color: #09320D;
}
.AnyTagClassName
{
color: #09320D;
}
</style>
background-color css
<style>
a { background-color: #09320D; }
a { background-color: rgb(9,50,13); }
div.DivClassName
{
background-color: #09320D;
}
.BgClassName
{
background-color: #09320D;
}
</style>
border-color css
<style>
span { border-color: #09320D; }
span { border-color: rgb(9,50,13); }
td.TdClassName
{
border-color: #09320D;
}
.TagClassName
{
border-color: #09320D;
}
</style>