Shades of Maire #201C05
Tints of Maire #201C05
RGB
CMYK
RGB Variations
Color information
#201C05 (or 0x201C05) is known color: Maire. HEX triplet: 20, 1C and 05. RGB value is (32,28,5). Sum of RGB (Red+Green+Blue) = 32+28+5=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #201C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C05 is #DFE3FA. Grayscale: #1A1A1A. Windows color (decimal): -14672891 or 334880. OLE color: 334880.
HSL color Cylindrical-coordinate representation of color #201C05: hue angle of 51.11º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201C05 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 28 | 5 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.87 |
| HSL | 51.11º | 0.73% | 0.07% | - |
| HSV(B) | 51.11º | 0.84% | 0.13% | - |
| XYZ | 1.04 | 1.15 | 0.31 | - |
| YUV | 26.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 5 | 0 | 0.12 | 0.84 | 0.87 | 51.11 | 0.73 | 0.07 |
| Hex | 20 | 1C | 5 | 0 | C | 54 | 57 | 33 | 49 | 7 |
| Octal | 40 | 34 | 5 | 0 | 14 | 124 | 127 | 63 | 111 | 7 |
| Binary | 100000 | 11100 | 101 | 0 | 1100 | 1010100 | 1010111 | 110011 | 1001001 | 111 |
Color Harmonies of #201C05
Complementary color
Monochromatic Colors of #201C05
Black with #201C05
Text Example
Text Example
White with #201C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C05; }
p { color: rgb(32,28,5); }
H1.HeaderClassName
{
color: #201C05;
}
.AnyTagClassName
{
color: #201C05;
}
</style>
background-color css
<style>
a { background-color: #201C05; }
a { background-color: rgb(32,28,5); }
div.DivClassName
{
background-color: #201C05;
}
.BgClassName
{
background-color: #201C05;
}
</style>
border-color css
<style>
span { border-color: #201C05; }
span { border-color: rgb(32,28,5); }
td.TdClassName
{
border-color: #201C05;
}
.TagClassName
{
border-color: #201C05;
}
</style>