Shades of Maire #201C14
Tints of Maire #201C14
RGB
CMYK
RGB Variations
Color information
#201C14 (or 0x201C14) is known color: Maire. HEX triplet: 20, 1C and 14. RGB value is (32,28,20). Sum of RGB (Red+Green+Blue) = 32+28+20=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 32 - color contains mainly: red. Hex color #201C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C14 is #DFE3EB. Grayscale: #1C1C1C. Windows color (decimal): -14672876 or 1317920. OLE color: 1317920.
HSL color Cylindrical-coordinate representation of color #201C14: hue angle of 40º 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 #201C14 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 28 | 20 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.87 |
| HSL | 40º | 0.23% | 0.1% | - |
| HSV(B) | 40º | 0.38% | 0.13% | - |
| XYZ | 1.14 | 1.19 | 0.83 | - |
| YUV | 28.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 20 | 0 | 0.12 | 0.37 | 0.87 | 40 | 0.23 | 0.1 |
| Hex | 20 | 1C | 14 | 0 | C | 25 | 57 | 28 | 17 | A |
| Octal | 40 | 34 | 24 | 0 | 14 | 45 | 127 | 50 | 27 | 12 |
| Binary | 100000 | 11100 | 10100 | 0 | 1100 | 100101 | 1010111 | 101000 | 10111 | 1010 |
Color Harmonies of #201C14
Complementary color
Monochromatic Colors of #201C14
Black with #201C14
Text Example
Text Example
White with #201C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C14; }
p { color: rgb(32,28,20); }
H1.HeaderClassName
{
color: #201C14;
}
.AnyTagClassName
{
color: #201C14;
}
</style>
background-color css
<style>
a { background-color: #201C14; }
a { background-color: rgb(32,28,20); }
div.DivClassName
{
background-color: #201C14;
}
.BgClassName
{
background-color: #201C14;
}
</style>
border-color css
<style>
span { border-color: #201C14; }
span { border-color: rgb(32,28,20); }
td.TdClassName
{
border-color: #201C14;
}
.TagClassName
{
border-color: #201C14;
}
</style>