Shades of Maire #201704
Tints of Maire #201704
RGB
CMYK
RGB Variations
Color information
#201704 (or 0x201704) is known color: Maire. HEX triplet: 20, 17 and 04. RGB value is (32,23,4). Sum of RGB (Red+Green+Blue) = 32+23+4=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #201704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201704 is #DFE8FB. Grayscale: #171717. Windows color (decimal): -14674172 or 268064. OLE color: 268064.
HSL color Cylindrical-coordinate representation of color #201704: hue angle of 40.71º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201704 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 23 | 4 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.87 |
| HSL | 40.71º | 0.78% | 0.07% | - |
| HSV(B) | 40.71º | 0.88% | 0.13% | - |
| XYZ | 0.92 | 0.93 | 0.25 | - |
| YUV | 23.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 4 | 0 | 0.28 | 0.87 | 0.87 | 40.71 | 0.78 | 0.07 |
| Hex | 20 | 17 | 4 | 0 | 1C | 57 | 57 | 29 | 4E | 7 |
| Octal | 40 | 27 | 4 | 0 | 34 | 127 | 127 | 51 | 116 | 7 |
| Binary | 100000 | 10111 | 100 | 0 | 11100 | 1010111 | 1010111 | 101001 | 1001110 | 111 |
Color Harmonies of #201704
Complementary color
Monochromatic Colors of #201704
Black with #201704
Text Example
Text Example
White with #201704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201704; }
p { color: rgb(32,23,4); }
H1.HeaderClassName
{
color: #201704;
}
.AnyTagClassName
{
color: #201704;
}
</style>
background-color css
<style>
a { background-color: #201704; }
a { background-color: rgb(32,23,4); }
div.DivClassName
{
background-color: #201704;
}
.BgClassName
{
background-color: #201704;
}
</style>
border-color css
<style>
span { border-color: #201704; }
span { border-color: rgb(32,23,4); }
td.TdClassName
{
border-color: #201704;
}
.TagClassName
{
border-color: #201704;
}
</style>