Shades of Maire #211601
Tints of Maire #211601
RGB
CMYK
RGB Variations
Color information
#211601 (or 0x211601) is known color: Maire. HEX triplet: 21, 16 and 01. RGB value is (33,22,1). Sum of RGB (Red+Green+Blue) = 33+22+1=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #211601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211601 is #DEE9FE. Grayscale: #161616. Windows color (decimal): -14608895 or 71201. OLE color: 71201.
HSL color Cylindrical-coordinate representation of color #211601: hue angle of 39.38º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #211601 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 22 | 1 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.87 |
| HSL | 39.38º | 0.94% | 0.07% | - |
| HSV(B) | 39.38º | 0.97% | 0.13% | - |
| XYZ | 0.92 | 0.9 | 0.15 | - |
| YUV | 22.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 1 | 0 | 0.33 | 0.97 | 0.87 | 39.38 | 0.94 | 0.07 |
| Hex | 21 | 16 | 1 | 0 | 21 | 61 | 57 | 27 | 5E | 7 |
| Octal | 41 | 26 | 1 | 0 | 41 | 141 | 127 | 47 | 136 | 7 |
| Binary | 100001 | 10110 | 1 | 0 | 100001 | 1100001 | 1010111 | 100111 | 1011110 | 111 |
Color Harmonies of #211601
Complementary color
Monochromatic Colors of #211601
Black with #211601
Text Example
Text Example
White with #211601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211601; }
p { color: rgb(33,22,1); }
H1.HeaderClassName
{
color: #211601;
}
.AnyTagClassName
{
color: #211601;
}
</style>
background-color css
<style>
a { background-color: #211601; }
a { background-color: rgb(33,22,1); }
div.DivClassName
{
background-color: #211601;
}
.BgClassName
{
background-color: #211601;
}
</style>
border-color css
<style>
span { border-color: #211601; }
span { border-color: rgb(33,22,1); }
td.TdClassName
{
border-color: #211601;
}
.TagClassName
{
border-color: #211601;
}
</style>