Shades of Maire #211E09
Tints of Maire #211E09
RGB
CMYK
RGB Variations
Color information
#211E09 (or 0x211E09) is known color: Maire. HEX triplet: 21, 1E and 09. RGB value is (33,30,9). Sum of RGB (Red+Green+Blue) = 33+30+9=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #211E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E09 is #DEE1F6. Grayscale: #1C1C1C. Windows color (decimal): -14606839 or 597537. OLE color: 597537.
HSL color Cylindrical-coordinate representation of color #211E09: hue angle of 52.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211E09 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 30 | 9 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.87 |
| HSL | 52.5º | 0.57% | 0.08% | - |
| HSV(B) | 52.5º | 0.73% | 0.13% | - |
| XYZ | 1.14 | 1.27 | 0.44 | - |
| YUV | 28.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 9 | 0 | 0.09 | 0.73 | 0.87 | 52.5 | 0.57 | 0.08 |
| Hex | 21 | 1E | 9 | 0 | 9 | 49 | 57 | 34 | 39 | 8 |
| Octal | 41 | 36 | 11 | 0 | 11 | 111 | 127 | 64 | 71 | 10 |
| Binary | 100001 | 11110 | 1001 | 0 | 1001 | 1001001 | 1010111 | 110100 | 111001 | 1000 |
Color Harmonies of #211E09
Complementary color
Monochromatic Colors of #211E09
Black with #211E09
Text Example
Text Example
White with #211E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E09; }
p { color: rgb(33,30,9); }
H1.HeaderClassName
{
color: #211E09;
}
.AnyTagClassName
{
color: #211E09;
}
</style>
background-color css
<style>
a { background-color: #211E09; }
a { background-color: rgb(33,30,9); }
div.DivClassName
{
background-color: #211E09;
}
.BgClassName
{
background-color: #211E09;
}
</style>
border-color css
<style>
span { border-color: #211E09; }
span { border-color: rgb(33,30,9); }
td.TdClassName
{
border-color: #211E09;
}
.TagClassName
{
border-color: #211E09;
}
</style>