Shades of Maire #201D14
Tints of Maire #201D14
RGB
CMYK
RGB Variations
Color information
#201D14 (or 0x201D14) is known color: Maire. HEX triplet: 20, 1D and 14. RGB value is (32,29,20). Sum of RGB (Red+Green+Blue) = 32+29+20=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #201D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D14 is #DFE2EB. Grayscale: #1C1C1C. Windows color (decimal): -14672620 or 1318176. OLE color: 1318176.
HSL color Cylindrical-coordinate representation of color #201D14: hue angle of 45º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201D14 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 29 | 20 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.87 |
| HSL | 45º | 0.23% | 0.1% | - |
| HSV(B) | 45º | 0.38% | 0.13% | - |
| XYZ | 1.16 | 1.24 | 0.84 | - |
| YUV | 28.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 20 | 0 | 0.09 | 0.37 | 0.87 | 45 | 0.23 | 0.1 |
| Hex | 20 | 1D | 14 | 0 | 9 | 25 | 57 | 2D | 17 | A |
| Octal | 40 | 35 | 24 | 0 | 11 | 45 | 127 | 55 | 27 | 12 |
| Binary | 100000 | 11101 | 10100 | 0 | 1001 | 100101 | 1010111 | 101101 | 10111 | 1010 |
Color Harmonies of #201D14
Complementary color
Monochromatic Colors of #201D14
Black with #201D14
Text Example
Text Example
White with #201D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D14; }
p { color: rgb(32,29,20); }
H1.HeaderClassName
{
color: #201D14;
}
.AnyTagClassName
{
color: #201D14;
}
</style>
background-color css
<style>
a { background-color: #201D14; }
a { background-color: rgb(32,29,20); }
div.DivClassName
{
background-color: #201D14;
}
.BgClassName
{
background-color: #201D14;
}
</style>
border-color css
<style>
span { border-color: #201D14; }
span { border-color: rgb(32,29,20); }
td.TdClassName
{
border-color: #201D14;
}
.TagClassName
{
border-color: #201D14;
}
</style>