Shades of Maire #211D12
Tints of Maire #211D12
RGB
CMYK
RGB Variations
Color information
#211D12 (or 0x211D12) is known color: Maire. HEX triplet: 21, 1D and 12. RGB value is (33,29,18). Sum of RGB (Red+Green+Blue) = 33+29+18=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 33 - color contains mainly: red. Hex color #211D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D12 is #DEE2ED. Grayscale: #1C1C1C. Windows color (decimal): -14607086 or 1187105. OLE color: 1187105.
HSL color Cylindrical-coordinate representation of color #211D12: hue angle of 44º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #211D12 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 29 | 18 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.87 |
| HSL | 44º | 0.29% | 0.1% | - |
| HSV(B) | 44º | 0.45% | 0.13% | - |
| XYZ | 1.18 | 1.25 | 0.75 | - |
| YUV | 28.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 18 | 0 | 0.12 | 0.45 | 0.87 | 44 | 0.29 | 0.1 |
| Hex | 21 | 1D | 12 | 0 | C | 2D | 57 | 2C | 1D | A |
| Octal | 41 | 35 | 22 | 0 | 14 | 55 | 127 | 54 | 35 | 12 |
| Binary | 100001 | 11101 | 10010 | 0 | 1100 | 101101 | 1010111 | 101100 | 11101 | 1010 |
Color Harmonies of #211D12
Complementary color
Monochromatic Colors of #211D12
Black with #211D12
Text Example
Text Example
White with #211D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D12; }
p { color: rgb(33,29,18); }
H1.HeaderClassName
{
color: #211D12;
}
.AnyTagClassName
{
color: #211D12;
}
</style>
background-color css
<style>
a { background-color: #211D12; }
a { background-color: rgb(33,29,18); }
div.DivClassName
{
background-color: #211D12;
}
.BgClassName
{
background-color: #211D12;
}
</style>
border-color css
<style>
span { border-color: #211D12; }
span { border-color: rgb(33,29,18); }
td.TdClassName
{
border-color: #211D12;
}
.TagClassName
{
border-color: #211D12;
}
</style>