Shades of Mardi Gras #170715
Tints of Mardi Gras #170715
RGB
CMYK
RGB Variations
Color information
#170715 (or 0x170715) is known color: Mardi Gras. HEX triplet: 17, 07 and 15. RGB value is (23,7,21). Sum of RGB (Red+Green+Blue) = 23+7+21=51 (6% of max value = 765). Red value is 23 (9.38% from 255 or 45.10% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 23 - color contains mainly: red. Hex color #170715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170715 is #E8F8EA. Grayscale: #0D0D0D. Windows color (decimal): -15268075 or 1378071. OLE color: 1378071.
HSL color Cylindrical-coordinate representation of color #170715: hue angle of 307.5º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #170715 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 7 | 21 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.91 |
| HSL | 307.5º | 0.53% | 0.06% | - |
| HSV(B) | 307.5º | 0.7% | 0.09% | - |
| XYZ | 0.56 | 0.39 | 0.75 | - |
| YUV | 13.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 21 | 0 | 0.70 | 0.09 | 0.91 | 307.5 | 0.53 | 0.06 |
| Hex | 17 | 7 | 15 | 0 | 46 | 9 | 5B | 134 | 35 | 6 |
| Octal | 27 | 7 | 25 | 0 | 106 | 11 | 133 | 464 | 65 | 6 |
| Binary | 10111 | 111 | 10101 | 0 | 1000110 | 1001 | 1011011 | 100110100 | 110101 | 110 |
Color Harmonies of #170715
Complementary color
Monochromatic Colors of #170715
Black with #170715
Text Example
Text Example
White with #170715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170715; }
p { color: rgb(23,7,21); }
H1.HeaderClassName
{
color: #170715;
}
.AnyTagClassName
{
color: #170715;
}
</style>
background-color css
<style>
a { background-color: #170715; }
a { background-color: rgb(23,7,21); }
div.DivClassName
{
background-color: #170715;
}
.BgClassName
{
background-color: #170715;
}
</style>
border-color css
<style>
span { border-color: #170715; }
span { border-color: rgb(23,7,21); }
td.TdClassName
{
border-color: #170715;
}
.TagClassName
{
border-color: #170715;
}
</style>