Shades of Maire #221804
Tints of Maire #221804
RGB
CMYK
RGB Variations
Color information
#221804 (or 0x221804) is known color: Maire. HEX triplet: 22, 18 and 04. RGB value is (34,24,4). Sum of RGB (Red+Green+Blue) = 34+24+4=62 (8% of max value = 765). Red value is 34 (13.67% from 255 or 54.84% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 34 - color contains mainly: red. Hex color #221804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221804 is #DDE7FB. Grayscale: #181818. Windows color (decimal): -14542844 or 268322. OLE color: 268322.
HSL color Cylindrical-coordinate representation of color #221804: hue angle of 40º degrees, saturation: 0.79, 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 #221804 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 24 | 4 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.87 |
| HSL | 40º | 0.79% | 0.07% | - |
| HSV(B) | 40º | 0.88% | 0.13% | - |
| XYZ | 1.01 | 1 | 0.26 | - |
| YUV | 24.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 24 | 4 | 0 | 0.29 | 0.88 | 0.87 | 40 | 0.79 | 0.07 |
| Hex | 22 | 18 | 4 | 0 | 1D | 58 | 57 | 28 | 4F | 7 |
| Octal | 42 | 30 | 4 | 0 | 35 | 130 | 127 | 50 | 117 | 7 |
| Binary | 100010 | 11000 | 100 | 0 | 11101 | 1011000 | 1010111 | 101000 | 1001111 | 111 |
Color Harmonies of #221804
Complementary color
Monochromatic Colors of #221804
Black with #221804
Text Example
Text Example
White with #221804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221804; }
p { color: rgb(34,24,4); }
H1.HeaderClassName
{
color: #221804;
}
.AnyTagClassName
{
color: #221804;
}
</style>
background-color css
<style>
a { background-color: #221804; }
a { background-color: rgb(34,24,4); }
div.DivClassName
{
background-color: #221804;
}
.BgClassName
{
background-color: #221804;
}
</style>
border-color css
<style>
span { border-color: #221804; }
span { border-color: rgb(34,24,4); }
td.TdClassName
{
border-color: #221804;
}
.TagClassName
{
border-color: #221804;
}
</style>