Shades of Maire #171501
Tints of Maire #171501
RGB
CMYK
RGB Variations
Color information
#171501 (or 0x171501) is known color: Maire. HEX triplet: 17, 15 and 01. RGB value is (23,21,1). Sum of RGB (Red+Green+Blue) = 23+21+1=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #171501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171501 is #E8EAFE. Grayscale: #131313. Windows color (decimal): -15264511 or 70935. OLE color: 70935.
HSL color Cylindrical-coordinate representation of color #171501: hue angle of 54.55º 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 #171501 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 21 | 1 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.91 |
| HSL | 54.55º | 0.92% | 0.05% | - |
| HSV(B) | 54.55º | 0.96% | 0.09% | - |
| XYZ | 0.63 | 0.72 | 0.13 | - |
| YUV | 19.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 1 | 0 | 0.09 | 0.96 | 0.91 | 54.55 | 0.92 | 0.05 |
| Hex | 17 | 15 | 1 | 0 | 9 | 60 | 5B | 37 | 5C | 5 |
| Octal | 27 | 25 | 1 | 0 | 11 | 140 | 133 | 67 | 134 | 5 |
| Binary | 10111 | 10101 | 1 | 0 | 1001 | 1100000 | 1011011 | 110111 | 1011100 | 101 |
Color Harmonies of #171501
Complementary color
Monochromatic Colors of #171501
Black with #171501
Text Example
Text Example
White with #171501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171501; }
p { color: rgb(23,21,1); }
H1.HeaderClassName
{
color: #171501;
}
.AnyTagClassName
{
color: #171501;
}
</style>
background-color css
<style>
a { background-color: #171501; }
a { background-color: rgb(23,21,1); }
div.DivClassName
{
background-color: #171501;
}
.BgClassName
{
background-color: #171501;
}
</style>
border-color css
<style>
span { border-color: #171501; }
span { border-color: rgb(23,21,1); }
td.TdClassName
{
border-color: #171501;
}
.TagClassName
{
border-color: #171501;
}
</style>