Shades of Maire #201C06
Tints of Maire #201C06
RGB
CMYK
RGB Variations
Color information
#201C06 (or 0x201C06) is known color: Maire. HEX triplet: 20, 1C and 06. RGB value is (32,28,6). Sum of RGB (Red+Green+Blue) = 32+28+6=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #201C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C06 is #DFE3F9. Grayscale: #1A1A1A. Windows color (decimal): -14672890 or 400416. OLE color: 400416.
HSL color Cylindrical-coordinate representation of color #201C06: hue angle of 50.77º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201C06 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 28 | 6 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.87 |
| HSL | 50.77º | 0.68% | 0.07% | - |
| HSV(B) | 50.77º | 0.81% | 0.13% | - |
| XYZ | 1.04 | 1.15 | 0.34 | - |
| YUV | 26.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 6 | 0 | 0.12 | 0.81 | 0.87 | 50.77 | 0.68 | 0.07 |
| Hex | 20 | 1C | 6 | 0 | C | 51 | 57 | 33 | 44 | 7 |
| Octal | 40 | 34 | 6 | 0 | 14 | 121 | 127 | 63 | 104 | 7 |
| Binary | 100000 | 11100 | 110 | 0 | 1100 | 1010001 | 1010111 | 110011 | 1000100 | 111 |
Color Harmonies of #201C06
Complementary color
Monochromatic Colors of #201C06
Black with #201C06
Text Example
Text Example
White with #201C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C06; }
p { color: rgb(32,28,6); }
H1.HeaderClassName
{
color: #201C06;
}
.AnyTagClassName
{
color: #201C06;
}
</style>
background-color css
<style>
a { background-color: #201C06; }
a { background-color: rgb(32,28,6); }
div.DivClassName
{
background-color: #201C06;
}
.BgClassName
{
background-color: #201C06;
}
</style>
border-color css
<style>
span { border-color: #201C06; }
span { border-color: rgb(32,28,6); }
td.TdClassName
{
border-color: #201C06;
}
.TagClassName
{
border-color: #201C06;
}
</style>