Shades of Maire #201D04
Tints of Maire #201D04
RGB
CMYK
RGB Variations
Color information
#201D04 (or 0x201D04) is known color: Maire. HEX triplet: 20, 1D and 04. RGB value is (32,29,4). Sum of RGB (Red+Green+Blue) = 32+29+4=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #201D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D04 is #DFE2FB. Grayscale: #1B1B1B. Windows color (decimal): -14672636 or 269600. OLE color: 269600.
HSL color Cylindrical-coordinate representation of color #201D04: hue angle of 53.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 #201D04 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 29 | 4 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.87 |
| HSL | 53.57º | 0.78% | 0.07% | - |
| HSV(B) | 53.57º | 0.88% | 0.13% | - |
| XYZ | 1.06 | 1.19 | 0.29 | - |
| YUV | 27.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 4 | 0 | 0.09 | 0.87 | 0.87 | 53.57 | 0.78 | 0.07 |
| Hex | 20 | 1D | 4 | 0 | 9 | 57 | 57 | 36 | 4E | 7 |
| Octal | 40 | 35 | 4 | 0 | 11 | 127 | 127 | 66 | 116 | 7 |
| Binary | 100000 | 11101 | 100 | 0 | 1001 | 1010111 | 1010111 | 110110 | 1001110 | 111 |
Color Harmonies of #201D04
Complementary color
Monochromatic Colors of #201D04
Black with #201D04
Text Example
Text Example
White with #201D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D04; }
p { color: rgb(32,29,4); }
H1.HeaderClassName
{
color: #201D04;
}
.AnyTagClassName
{
color: #201D04;
}
</style>
background-color css
<style>
a { background-color: #201D04; }
a { background-color: rgb(32,29,4); }
div.DivClassName
{
background-color: #201D04;
}
.BgClassName
{
background-color: #201D04;
}
</style>
border-color css
<style>
span { border-color: #201D04; }
span { border-color: rgb(32,29,4); }
td.TdClassName
{
border-color: #201D04;
}
.TagClassName
{
border-color: #201D04;
}
</style>