Shades of Maire #201604
Tints of Maire #201604
RGB
CMYK
RGB Variations
Color information
#201604 (or 0x201604) is known color: Maire. HEX triplet: 20, 16 and 04. RGB value is (32,22,4). Sum of RGB (Red+Green+Blue) = 32+22+4=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #201604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201604 is #DFE9FB. Grayscale: #171717. Windows color (decimal): -14674428 or 267808. OLE color: 267808.
HSL color Cylindrical-coordinate representation of color #201604: hue angle of 38.57º 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 #201604 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 22 | 4 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.87 |
| HSL | 38.57º | 0.78% | 0.07% | - |
| HSV(B) | 38.57º | 0.88% | 0.13% | - |
| XYZ | 0.9 | 0.89 | 0.24 | - |
| YUV | 22.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 4 | 0 | 0.31 | 0.87 | 0.87 | 38.57 | 0.78 | 0.07 |
| Hex | 20 | 16 | 4 | 0 | 1F | 57 | 57 | 27 | 4E | 7 |
| Octal | 40 | 26 | 4 | 0 | 37 | 127 | 127 | 47 | 116 | 7 |
| Binary | 100000 | 10110 | 100 | 0 | 11111 | 1010111 | 1010111 | 100111 | 1001110 | 111 |
Color Harmonies of #201604
Complementary color
Monochromatic Colors of #201604
Black with #201604
Text Example
Text Example
White with #201604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201604; }
p { color: rgb(32,22,4); }
H1.HeaderClassName
{
color: #201604;
}
.AnyTagClassName
{
color: #201604;
}
</style>
background-color css
<style>
a { background-color: #201604; }
a { background-color: rgb(32,22,4); }
div.DivClassName
{
background-color: #201604;
}
.BgClassName
{
background-color: #201604;
}
</style>
border-color css
<style>
span { border-color: #201604; }
span { border-color: rgb(32,22,4); }
td.TdClassName
{
border-color: #201604;
}
.TagClassName
{
border-color: #201604;
}
</style>