Shades of Maire #211908
Tints of Maire #211908
RGB
CMYK
RGB Variations
Color information
#211908 (or 0x211908) is known color: Maire. HEX triplet: 21, 19 and 08. RGB value is (33,25,8). Sum of RGB (Red+Green+Blue) = 33+25+8=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #211908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211908 is #DEE6F7. Grayscale: #191919. Windows color (decimal): -14608120 or 530721. OLE color: 530721.
HSL color Cylindrical-coordinate representation of color #211908: hue angle of 40.8º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211908 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 25 | 8 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.87 |
| HSL | 40.8º | 0.61% | 0.08% | - |
| HSV(B) | 40.8º | 0.76% | 0.13% | - |
| XYZ | 1.02 | 1.04 | 0.38 | - |
| YUV | 25.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 8 | 0 | 0.24 | 0.76 | 0.87 | 40.8 | 0.61 | 0.08 |
| Hex | 21 | 19 | 8 | 0 | 18 | 4C | 57 | 29 | 3D | 8 |
| Octal | 41 | 31 | 10 | 0 | 30 | 114 | 127 | 51 | 75 | 10 |
| Binary | 100001 | 11001 | 1000 | 0 | 11000 | 1001100 | 1010111 | 101001 | 111101 | 1000 |
Color Harmonies of #211908
Complementary color
Monochromatic Colors of #211908
Black with #211908
Text Example
Text Example
White with #211908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211908; }
p { color: rgb(33,25,8); }
H1.HeaderClassName
{
color: #211908;
}
.AnyTagClassName
{
color: #211908;
}
</style>
background-color css
<style>
a { background-color: #211908; }
a { background-color: rgb(33,25,8); }
div.DivClassName
{
background-color: #211908;
}
.BgClassName
{
background-color: #211908;
}
</style>
border-color css
<style>
span { border-color: #211908; }
span { border-color: rgb(33,25,8); }
td.TdClassName
{
border-color: #211908;
}
.TagClassName
{
border-color: #211908;
}
</style>