Shades of Mardi Gras #421C3C
Tints of Mardi Gras #421C3C
RGB
CMYK
RGB Variations
Color information
#421C3C (or 0x421C3C) is known color: Mardi Gras. HEX triplet: 42, 1C and 3C. RGB value is (66,28,60). Sum of RGB (Red+Green+Blue) = 66+28+60=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #421C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C3C is #BDE3C3. Grayscale: #2A2A2A. Windows color (decimal): -12444612 or 3939394. OLE color: 3939394.
HSL color Cylindrical-coordinate representation of color #421C3C: hue angle of 309.47º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421C3C is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 28 | 60 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.74 |
| HSL | 309.47º | 0.4% | 0.18% | - |
| HSV(B) | 309.47º | 0.58% | 0.26% | - |
| XYZ | 3.48 | 2.32 | 4.54 | - |
| YUV | 43.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 60 | 0 | 0.58 | 0.09 | 0.74 | 309.47 | 0.4 | 0.18 |
| Hex | 42 | 1C | 3C | 0 | 3A | 9 | 4A | 135 | 28 | 12 |
| Octal | 102 | 34 | 74 | 0 | 72 | 11 | 112 | 465 | 50 | 22 |
| Binary | 1000010 | 11100 | 111100 | 0 | 111010 | 1001 | 1001010 | 100110101 | 101000 | 10010 |
Color Harmonies of #421C3C
Complementary color
Monochromatic Colors of #421C3C
Black with #421C3C
Text Example
Text Example
White with #421C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C3C; }
p { color: rgb(66,28,60); }
H1.HeaderClassName
{
color: #421C3C;
}
.AnyTagClassName
{
color: #421C3C;
}
</style>
background-color css
<style>
a { background-color: #421C3C; }
a { background-color: rgb(66,28,60); }
div.DivClassName
{
background-color: #421C3C;
}
.BgClassName
{
background-color: #421C3C;
}
</style>
border-color css
<style>
span { border-color: #421C3C; }
span { border-color: rgb(66,28,60); }
td.TdClassName
{
border-color: #421C3C;
}
.TagClassName
{
border-color: #421C3C;
}
</style>