Shades of Maire #201D0C
Tints of Maire #201D0C
RGB
CMYK
RGB Variations
Color information
#201D0C (or 0x201D0C) is known color: Maire. HEX triplet: 20, 1D and 0C. RGB value is (32,29,12). Sum of RGB (Red+Green+Blue) = 32+29+12=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #201D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D0C is #DFE2F3. Grayscale: #1C1C1C. Windows color (decimal): -14672628 or 793888. OLE color: 793888.
HSL color Cylindrical-coordinate representation of color #201D0C: hue angle of 51º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #201D0C is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 29 | 12 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.87 |
| HSL | 51º | 0.45% | 0.09% | - |
| HSV(B) | 51º | 0.63% | 0.13% | - |
| XYZ | 1.1 | 1.21 | 0.52 | - |
| YUV | 27.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 12 | 0 | 0.09 | 0.63 | 0.87 | 51 | 0.45 | 0.09 |
| Hex | 20 | 1D | C | 0 | 9 | 3F | 57 | 33 | 2D | 9 |
| Octal | 40 | 35 | 14 | 0 | 11 | 77 | 127 | 63 | 55 | 11 |
| Binary | 100000 | 11101 | 1100 | 0 | 1001 | 111111 | 1010111 | 110011 | 101101 | 1001 |
Color Harmonies of #201D0C
Complementary color
Monochromatic Colors of #201D0C
Black with #201D0C
Text Example
Text Example
White with #201D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D0C; }
p { color: rgb(32,29,12); }
H1.HeaderClassName
{
color: #201D0C;
}
.AnyTagClassName
{
color: #201D0C;
}
</style>
background-color css
<style>
a { background-color: #201D0C; }
a { background-color: rgb(32,29,12); }
div.DivClassName
{
background-color: #201D0C;
}
.BgClassName
{
background-color: #201D0C;
}
</style>
border-color css
<style>
span { border-color: #201D0C; }
span { border-color: rgb(32,29,12); }
td.TdClassName
{
border-color: #201D0C;
}
.TagClassName
{
border-color: #201D0C;
}
</style>