Shades of Mardi Gras #42173C
Tints of Mardi Gras #42173C
RGB
CMYK
RGB Variations
Color information
#42173C (or 0x42173C) is known color: Mardi Gras. HEX triplet: 42, 17 and 3C. RGB value is (66,23,60). Sum of RGB (Red+Green+Blue) = 66+23+60=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42173C is #BDE8C3. Grayscale: #272727. Windows color (decimal): -12445892 or 3938114. OLE color: 3938114.
HSL color Cylindrical-coordinate representation of color #42173C: hue angle of 308.37º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42173C is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 23 | 60 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.74 |
| HSL | 308.37º | 0.48% | 0.17% | - |
| HSV(B) | 308.37º | 0.65% | 0.26% | - |
| XYZ | 3.37 | 2.1 | 4.5 | - |
| YUV | 40.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 60 | 0 | 0.65 | 0.09 | 0.74 | 308.37 | 0.48 | 0.17 |
| Hex | 42 | 17 | 3C | 0 | 41 | 9 | 4A | 134 | 30 | 11 |
| Octal | 102 | 27 | 74 | 0 | 101 | 11 | 112 | 464 | 60 | 21 |
| Binary | 1000010 | 10111 | 111100 | 0 | 1000001 | 1001 | 1001010 | 100110100 | 110000 | 10001 |
Color Harmonies of #42173C
Complementary color
Monochromatic Colors of #42173C
Black with #42173C
Text Example
Text Example
White with #42173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42173C; }
p { color: rgb(66,23,60); }
H1.HeaderClassName
{
color: #42173C;
}
.AnyTagClassName
{
color: #42173C;
}
</style>
background-color css
<style>
a { background-color: #42173C; }
a { background-color: rgb(66,23,60); }
div.DivClassName
{
background-color: #42173C;
}
.BgClassName
{
background-color: #42173C;
}
</style>
border-color css
<style>
span { border-color: #42173C; }
span { border-color: rgb(66,23,60); }
td.TdClassName
{
border-color: #42173C;
}
.TagClassName
{
border-color: #42173C;
}
</style>