Shades of Maire #211600
Tints of Maire #211600
RGB
CMYK
RGB Variations
Color information
#211600 (or 0x211600) is known color: Maire. HEX triplet: 21, 16 and 00. RGB value is (33,22,0). Sum of RGB (Red+Green+Blue) = 33+22+0=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #211600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211600 is #DEE9FF. Grayscale: #161616. Windows color (decimal): -14608896 or 5665. OLE color: 5665.
HSL color Cylindrical-coordinate representation of color #211600: hue angle of 40º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #211600 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 22 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.87 |
| HSL | 40º | 1% | 0.06% | - |
| HSV(B) | 40º | 1% | 0.13% | - |
| XYZ | 0.91 | 0.9 | 0.12 | - |
| YUV | 22.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 0 | 0 | 0.33 | 1 | 0.87 | 40 | 1 | 0.06 |
| Hex | 21 | 16 | 0 | 0 | 21 | 64 | 57 | 28 | 64 | 6 |
| Octal | 41 | 26 | 0 | 0 | 41 | 144 | 127 | 50 | 144 | 6 |
| Binary | 100001 | 10110 | 0 | 0 | 100001 | 1100100 | 1010111 | 101000 | 1100100 | 110 |
Color Harmonies of #211600
Complementary color
Monochromatic Colors of #211600
Black with #211600
Text Example
Text Example
White with #211600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211600; }
p { color: rgb(33,22,0); }
H1.HeaderClassName
{
color: #211600;
}
.AnyTagClassName
{
color: #211600;
}
</style>
background-color css
<style>
a { background-color: #211600; }
a { background-color: rgb(33,22,0); }
div.DivClassName
{
background-color: #211600;
}
.BgClassName
{
background-color: #211600;
}
</style>
border-color css
<style>
span { border-color: #211600; }
span { border-color: rgb(33,22,0); }
td.TdClassName
{
border-color: #211600;
}
.TagClassName
{
border-color: #211600;
}
</style>