Shades of Mardi Gras #481645
Tints of Mardi Gras #481645
RGB
CMYK
RGB Variations
Color information
#481645 (or 0x481645) is known color: Mardi Gras. HEX triplet: 48, 16 and 45. RGB value is (72,22,69). Sum of RGB (Red+Green+Blue) = 72+22+69=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481645 is #B7E9BA. Grayscale: #2A2A2A. Windows color (decimal): -12052923 or 4527688. OLE color: 4527688.
HSL color Cylindrical-coordinate representation of color #481645: hue angle of 303.6º 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 #481645 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 69 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.72 |
| HSL | 303.6º | 0.53% | 0.18% | - |
| HSV(B) | 303.6º | 0.69% | 0.28% | - |
| XYZ | 4.03 | 2.38 | 5.88 | - |
| YUV | 42.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 69 | 0 | 0.69 | 0.04 | 0.72 | 303.6 | 0.53 | 0.18 |
| Hex | 48 | 16 | 45 | 0 | 45 | 4 | 48 | 130 | 35 | 12 |
| Octal | 110 | 26 | 105 | 0 | 105 | 4 | 110 | 460 | 65 | 22 |
| Binary | 1001000 | 10110 | 1000101 | 0 | 1000101 | 100 | 1001000 | 100110000 | 110101 | 10010 |
Color Harmonies of #481645
Complementary color
Monochromatic Colors of #481645
Black with #481645
Text Example
Text Example
White with #481645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481645; }
p { color: rgb(72,22,69); }
H1.HeaderClassName
{
color: #481645;
}
.AnyTagClassName
{
color: #481645;
}
</style>
background-color css
<style>
a { background-color: #481645; }
a { background-color: rgb(72,22,69); }
div.DivClassName
{
background-color: #481645;
}
.BgClassName
{
background-color: #481645;
}
</style>
border-color css
<style>
span { border-color: #481645; }
span { border-color: rgb(72,22,69); }
td.TdClassName
{
border-color: #481645;
}
.TagClassName
{
border-color: #481645;
}
</style>