Shades of Maire #201705
Tints of Maire #201705
RGB
CMYK
RGB Variations
Color information
#201705 (or 0x201705) is known color: Maire. HEX triplet: 20, 17 and 05. RGB value is (32,23,5). Sum of RGB (Red+Green+Blue) = 32+23+5=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #201705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201705 is #DFE8FA. Grayscale: #171717. Windows color (decimal): -14674171 or 333600. OLE color: 333600.
HSL color Cylindrical-coordinate representation of color #201705: hue angle of 40º 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 #201705 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 23 | 5 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.87 |
| HSL | 40º | 0.73% | 0.07% | - |
| HSV(B) | 40º | 0.84% | 0.13% | - |
| XYZ | 0.93 | 0.93 | 0.27 | - |
| YUV | 23.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 5 | 0 | 0.28 | 0.84 | 0.87 | 40 | 0.73 | 0.07 |
| Hex | 20 | 17 | 5 | 0 | 1C | 54 | 57 | 28 | 49 | 7 |
| Octal | 40 | 27 | 5 | 0 | 34 | 124 | 127 | 50 | 111 | 7 |
| Binary | 100000 | 10111 | 101 | 0 | 11100 | 1010100 | 1010111 | 101000 | 1001001 | 111 |
Color Harmonies of #201705
Complementary color
Monochromatic Colors of #201705
Black with #201705
Text Example
Text Example
White with #201705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201705; }
p { color: rgb(32,23,5); }
H1.HeaderClassName
{
color: #201705;
}
.AnyTagClassName
{
color: #201705;
}
</style>
background-color css
<style>
a { background-color: #201705; }
a { background-color: rgb(32,23,5); }
div.DivClassName
{
background-color: #201705;
}
.BgClassName
{
background-color: #201705;
}
</style>
border-color css
<style>
span { border-color: #201705; }
span { border-color: rgb(32,23,5); }
td.TdClassName
{
border-color: #201705;
}
.TagClassName
{
border-color: #201705;
}
</style>