Shades of Maire #201904
Tints of Maire #201904
RGB
CMYK
RGB Variations
Color information
#201904 (or 0x201904) is known color: Maire. HEX triplet: 20, 19 and 04. RGB value is (32,25,4). Sum of RGB (Red+Green+Blue) = 32+25+4=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #201904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201904 is #DFE6FB. Grayscale: #181818. Windows color (decimal): -14673660 or 268576. OLE color: 268576.
HSL color Cylindrical-coordinate representation of color #201904: hue angle of 45º 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 #201904 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 25 | 4 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.87 |
| HSL | 45º | 0.78% | 0.07% | - |
| HSV(B) | 45º | 0.88% | 0.13% | - |
| XYZ | 0.97 | 1.01 | 0.26 | - |
| YUV | 24.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 4 | 0 | 0.22 | 0.87 | 0.87 | 45 | 0.78 | 0.07 |
| Hex | 20 | 19 | 4 | 0 | 16 | 57 | 57 | 2D | 4E | 7 |
| Octal | 40 | 31 | 4 | 0 | 26 | 127 | 127 | 55 | 116 | 7 |
| Binary | 100000 | 11001 | 100 | 0 | 10110 | 1010111 | 1010111 | 101101 | 1001110 | 111 |
Color Harmonies of #201904
Complementary color
Monochromatic Colors of #201904
Black with #201904
Text Example
Text Example
White with #201904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201904; }
p { color: rgb(32,25,4); }
H1.HeaderClassName
{
color: #201904;
}
.AnyTagClassName
{
color: #201904;
}
</style>
background-color css
<style>
a { background-color: #201904; }
a { background-color: rgb(32,25,4); }
div.DivClassName
{
background-color: #201904;
}
.BgClassName
{
background-color: #201904;
}
</style>
border-color css
<style>
span { border-color: #201904; }
span { border-color: rgb(32,25,4); }
td.TdClassName
{
border-color: #201904;
}
.TagClassName
{
border-color: #201904;
}
</style>