Shades of Maire #201C12
Tints of Maire #201C12
RGB
CMYK
RGB Variations
Color information
#201C12 (or 0x201C12) is known color: Maire. HEX triplet: 20, 1C and 12. RGB value is (32,28,18). Sum of RGB (Red+Green+Blue) = 32+28+18=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C12 is #DFE3ED. Grayscale: #1C1C1C. Windows color (decimal): -14672878 or 1186848. OLE color: 1186848.
HSL color Cylindrical-coordinate representation of color #201C12: hue angle of 42.86º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #201C12 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 28 | 18 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.87 |
| HSL | 42.86º | 0.28% | 0.1% | - |
| HSV(B) | 42.86º | 0.44% | 0.13% | - |
| XYZ | 1.12 | 1.18 | 0.74 | - |
| YUV | 28.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 18 | 0 | 0.12 | 0.44 | 0.87 | 42.86 | 0.28 | 0.1 |
| Hex | 20 | 1C | 12 | 0 | C | 2C | 57 | 2B | 1C | A |
| Octal | 40 | 34 | 22 | 0 | 14 | 54 | 127 | 53 | 34 | 12 |
| Binary | 100000 | 11100 | 10010 | 0 | 1100 | 101100 | 1010111 | 101011 | 11100 | 1010 |
Color Harmonies of #201C12
Complementary color
Monochromatic Colors of #201C12
Black with #201C12
Text Example
Text Example
White with #201C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C12; }
p { color: rgb(32,28,18); }
H1.HeaderClassName
{
color: #201C12;
}
.AnyTagClassName
{
color: #201C12;
}
</style>
background-color css
<style>
a { background-color: #201C12; }
a { background-color: rgb(32,28,18); }
div.DivClassName
{
background-color: #201C12;
}
.BgClassName
{
background-color: #201C12;
}
</style>
border-color css
<style>
span { border-color: #201C12; }
span { border-color: rgb(32,28,18); }
td.TdClassName
{
border-color: #201C12;
}
.TagClassName
{
border-color: #201C12;
}
</style>