Shades of Maire #201D0E
Tints of Maire #201D0E
RGB
CMYK
RGB Variations
Color information
#201D0E (or 0x201D0E) is known color: Maire. HEX triplet: 20, 1D and 0E. RGB value is (32,29,14). Sum of RGB (Red+Green+Blue) = 32+29+14=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #201D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D0E is #DFE2F1. Grayscale: #1C1C1C. Windows color (decimal): -14672626 or 924960. OLE color: 924960.
HSL color Cylindrical-coordinate representation of color #201D0E: hue angle of 50º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #201D0E is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 29 | 14 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.87 |
| HSL | 50º | 0.39% | 0.09% | - |
| HSV(B) | 50º | 0.56% | 0.13% | - |
| XYZ | 1.11 | 1.22 | 0.59 | - |
| YUV | 28.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 14 | 0 | 0.09 | 0.56 | 0.87 | 50 | 0.39 | 0.09 |
| Hex | 20 | 1D | E | 0 | 9 | 38 | 57 | 32 | 27 | 9 |
| Octal | 40 | 35 | 16 | 0 | 11 | 70 | 127 | 62 | 47 | 11 |
| Binary | 100000 | 11101 | 1110 | 0 | 1001 | 111000 | 1010111 | 110010 | 100111 | 1001 |
Color Harmonies of #201D0E
Complementary color
Monochromatic Colors of #201D0E
Black with #201D0E
Text Example
Text Example
White with #201D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D0E; }
p { color: rgb(32,29,14); }
H1.HeaderClassName
{
color: #201D0E;
}
.AnyTagClassName
{
color: #201D0E;
}
</style>
background-color css
<style>
a { background-color: #201D0E; }
a { background-color: rgb(32,29,14); }
div.DivClassName
{
background-color: #201D0E;
}
.BgClassName
{
background-color: #201D0E;
}
</style>
border-color css
<style>
span { border-color: #201D0E; }
span { border-color: rgb(32,29,14); }
td.TdClassName
{
border-color: #201D0E;
}
.TagClassName
{
border-color: #201D0E;
}
</style>