Shades of Mardi Gras #481642
Tints of Mardi Gras #481642
RGB
CMYK
RGB Variations
Color information
#481642 (or 0x481642) is known color: Mardi Gras. HEX triplet: 48, 16 and 42. RGB value is (72,22,66). Sum of RGB (Red+Green+Blue) = 72+22+66=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481642 is #B7E9BD. Grayscale: #292929. Windows color (decimal): -12052926 or 4331080. OLE color: 4331080.
HSL color Cylindrical-coordinate representation of color #481642: hue angle of 307.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481642 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 66 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.72 |
| HSL | 307.2º | 0.53% | 0.18% | - |
| HSV(B) | 307.2º | 0.69% | 0.28% | - |
| XYZ | 3.94 | 2.34 | 5.4 | - |
| YUV | 41.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 66 | 0 | 0.69 | 0.08 | 0.72 | 307.2 | 0.53 | 0.18 |
| Hex | 48 | 16 | 42 | 0 | 45 | 8 | 48 | 133 | 35 | 12 |
| Octal | 110 | 26 | 102 | 0 | 105 | 10 | 110 | 463 | 65 | 22 |
| Binary | 1001000 | 10110 | 1000010 | 0 | 1000101 | 1000 | 1001000 | 100110011 | 110101 | 10010 |
Color Harmonies of #481642
Complementary color
Monochromatic Colors of #481642
Black with #481642
Text Example
Text Example
White with #481642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481642; }
p { color: rgb(72,22,66); }
H1.HeaderClassName
{
color: #481642;
}
.AnyTagClassName
{
color: #481642;
}
</style>
background-color css
<style>
a { background-color: #481642; }
a { background-color: rgb(72,22,66); }
div.DivClassName
{
background-color: #481642;
}
.BgClassName
{
background-color: #481642;
}
</style>
border-color css
<style>
span { border-color: #481642; }
span { border-color: rgb(72,22,66); }
td.TdClassName
{
border-color: #481642;
}
.TagClassName
{
border-color: #481642;
}
</style>