Shades of Mardi Gras #480B42
Tints of Mardi Gras #480B42
RGB
CMYK
RGB Variations
Color information
#480B42 (or 0x480B42) is known color: Mardi Gras. HEX triplet: 48, 0B and 42. RGB value is (72,11,66). Sum of RGB (Red+Green+Blue) = 72+11+66=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #480B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B42 is #B7F4BD. Grayscale: #232323. Windows color (decimal): -12055742 or 4328264. OLE color: 4328264.
HSL color Cylindrical-coordinate representation of color #480B42: hue angle of 305.9º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B42 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 11 | 66 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.72 |
| HSL | 305.9º | 0.73% | 0.16% | - |
| HSV(B) | 305.9º | 0.85% | 0.28% | - |
| XYZ | 3.78 | 2.01 | 5.34 | - |
| YUV | 35.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 66 | 0 | 0.85 | 0.08 | 0.72 | 305.9 | 0.73 | 0.16 |
| Hex | 48 | B | 42 | 0 | 55 | 8 | 48 | 132 | 49 | 10 |
| Octal | 110 | 13 | 102 | 0 | 125 | 10 | 110 | 462 | 111 | 20 |
| Binary | 1001000 | 1011 | 1000010 | 0 | 1010101 | 1000 | 1001000 | 100110010 | 1001001 | 10000 |
Color Harmonies of #480B42
Complementary color
Monochromatic Colors of #480B42
Black with #480B42
Text Example
Text Example
White with #480B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480B42; }
p { color: rgb(72,11,66); }
H1.HeaderClassName
{
color: #480B42;
}
.AnyTagClassName
{
color: #480B42;
}
</style>
background-color css
<style>
a { background-color: #480B42; }
a { background-color: rgb(72,11,66); }
div.DivClassName
{
background-color: #480B42;
}
.BgClassName
{
background-color: #480B42;
}
</style>
border-color css
<style>
span { border-color: #480B42; }
span { border-color: rgb(72,11,66); }
td.TdClassName
{
border-color: #480B42;
}
.TagClassName
{
border-color: #480B42;
}
</style>