Shades of Maire #211A09
Tints of Maire #211A09
RGB
CMYK
RGB Variations
Color information
#211A09 (or 0x211A09) is known color: Maire. HEX triplet: 21, 1A and 09. RGB value is (33,26,9). Sum of RGB (Red+Green+Blue) = 33+26+9=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #211A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211A09 is #DEE5F6. Grayscale: #1A1A1A. Windows color (decimal): -14607863 or 596513. OLE color: 596513.
HSL color Cylindrical-coordinate representation of color #211A09: hue angle of 42.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 #211A09 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 26 | 9 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.87 |
| HSL | 42.5º | 0.57% | 0.08% | - |
| HSV(B) | 42.5º | 0.73% | 0.13% | - |
| XYZ | 1.05 | 1.08 | 0.41 | - |
| YUV | 26.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 9 | 0 | 0.21 | 0.73 | 0.87 | 42.5 | 0.57 | 0.08 |
| Hex | 21 | 1A | 9 | 0 | 15 | 49 | 57 | 2A | 39 | 8 |
| Octal | 41 | 32 | 11 | 0 | 25 | 111 | 127 | 52 | 71 | 10 |
| Binary | 100001 | 11010 | 1001 | 0 | 10101 | 1001001 | 1010111 | 101010 | 111001 | 1000 |
Color Harmonies of #211A09
Complementary color
Monochromatic Colors of #211A09
Black with #211A09
Text Example
Text Example
White with #211A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A09; }
p { color: rgb(33,26,9); }
H1.HeaderClassName
{
color: #211A09;
}
.AnyTagClassName
{
color: #211A09;
}
</style>
background-color css
<style>
a { background-color: #211A09; }
a { background-color: rgb(33,26,9); }
div.DivClassName
{
background-color: #211A09;
}
.BgClassName
{
background-color: #211A09;
}
</style>
border-color css
<style>
span { border-color: #211A09; }
span { border-color: rgb(33,26,9); }
td.TdClassName
{
border-color: #211A09;
}
.TagClassName
{
border-color: #211A09;
}
</style>