Shades of Maire #211804
Tints of Maire #211804
RGB
CMYK
RGB Variations
Color information
#211804 (or 0x211804) is known color: Maire. HEX triplet: 21, 18 and 04. RGB value is (33,24,4). Sum of RGB (Red+Green+Blue) = 33+24+4=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #211804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211804 is #DEE7FB. Grayscale: #181818. Windows color (decimal): -14608380 or 268321. OLE color: 268321.
HSL color Cylindrical-coordinate representation of color #211804: hue angle of 41.38º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211804 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 24 | 4 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.87 |
| HSL | 41.38º | 0.78% | 0.07% | - |
| HSV(B) | 41.38º | 0.88% | 0.13% | - |
| XYZ | 0.98 | 0.99 | 0.25 | - |
| YUV | 24.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 4 | 0 | 0.27 | 0.88 | 0.87 | 41.38 | 0.78 | 0.07 |
| Hex | 21 | 18 | 4 | 0 | 1B | 58 | 57 | 29 | 4E | 7 |
| Octal | 41 | 30 | 4 | 0 | 33 | 130 | 127 | 51 | 116 | 7 |
| Binary | 100001 | 11000 | 100 | 0 | 11011 | 1011000 | 1010111 | 101001 | 1001110 | 111 |
Color Harmonies of #211804
Complementary color
Monochromatic Colors of #211804
Black with #211804
Text Example
Text Example
White with #211804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211804; }
p { color: rgb(33,24,4); }
H1.HeaderClassName
{
color: #211804;
}
.AnyTagClassName
{
color: #211804;
}
</style>
background-color css
<style>
a { background-color: #211804; }
a { background-color: rgb(33,24,4); }
div.DivClassName
{
background-color: #211804;
}
.BgClassName
{
background-color: #211804;
}
</style>
border-color css
<style>
span { border-color: #211804; }
span { border-color: rgb(33,24,4); }
td.TdClassName
{
border-color: #211804;
}
.TagClassName
{
border-color: #211804;
}
</style>