Shades of Maire #171201
Tints of Maire #171201
RGB
CMYK
RGB Variations
Color information
#171201 (or 0x171201) is known color: Maire. HEX triplet: 17, 12 and 01. RGB value is (23,18,1). Sum of RGB (Red+Green+Blue) = 23+18+1=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #171201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171201 is #E8EDFE. Grayscale: #111111. Windows color (decimal): -15265279 or 70167. OLE color: 70167.
HSL color Cylindrical-coordinate representation of color #171201: hue angle of 46.36º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #171201 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 18 | 1 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.91 |
| HSL | 46.36º | 0.92% | 0.05% | - |
| HSV(B) | 46.36º | 0.96% | 0.09% | - |
| XYZ | 0.58 | 0.62 | 0.12 | - |
| YUV | 17.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 1 | 0 | 0.22 | 0.96 | 0.91 | 46.36 | 0.92 | 0.05 |
| Hex | 17 | 12 | 1 | 0 | 16 | 60 | 5B | 2E | 5C | 5 |
| Octal | 27 | 22 | 1 | 0 | 26 | 140 | 133 | 56 | 134 | 5 |
| Binary | 10111 | 10010 | 1 | 0 | 10110 | 1100000 | 1011011 | 101110 | 1011100 | 101 |
Color Harmonies of #171201
Complementary color
Monochromatic Colors of #171201
Black with #171201
Text Example
Text Example
White with #171201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171201; }
p { color: rgb(23,18,1); }
H1.HeaderClassName
{
color: #171201;
}
.AnyTagClassName
{
color: #171201;
}
</style>
background-color css
<style>
a { background-color: #171201; }
a { background-color: rgb(23,18,1); }
div.DivClassName
{
background-color: #171201;
}
.BgClassName
{
background-color: #171201;
}
</style>
border-color css
<style>
span { border-color: #171201; }
span { border-color: rgb(23,18,1); }
td.TdClassName
{
border-color: #171201;
}
.TagClassName
{
border-color: #171201;
}
</style>