Shades of Mardi Gras #481345
Tints of Mardi Gras #481345
RGB
CMYK
RGB Variations
Color information
#481345 (or 0x481345) is known color: Mardi Gras. HEX triplet: 48, 13 and 45. RGB value is (72,19,69). Sum of RGB (Red+Green+Blue) = 72+19+69=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481345 is #B7ECBA. Grayscale: #282828. Windows color (decimal): -12053691 or 4526920. OLE color: 4526920.
HSL color Cylindrical-coordinate representation of color #481345: hue angle of 303.4º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481345 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 69 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.72 |
| HSL | 303.4º | 0.58% | 0.18% | - |
| HSV(B) | 303.4º | 0.74% | 0.28% | - |
| XYZ | 3.98 | 2.27 | 5.86 | - |
| YUV | 40.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 69 | 0 | 0.74 | 0.04 | 0.72 | 303.4 | 0.58 | 0.18 |
| Hex | 48 | 13 | 45 | 0 | 4A | 4 | 48 | 12F | 3A | 12 |
| Octal | 110 | 23 | 105 | 0 | 112 | 4 | 110 | 457 | 72 | 22 |
| Binary | 1001000 | 10011 | 1000101 | 0 | 1001010 | 100 | 1001000 | 100101111 | 111010 | 10010 |
Color Harmonies of #481345
Complementary color
Monochromatic Colors of #481345
Black with #481345
Text Example
Text Example
White with #481345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481345; }
p { color: rgb(72,19,69); }
H1.HeaderClassName
{
color: #481345;
}
.AnyTagClassName
{
color: #481345;
}
</style>
background-color css
<style>
a { background-color: #481345; }
a { background-color: rgb(72,19,69); }
div.DivClassName
{
background-color: #481345;
}
.BgClassName
{
background-color: #481345;
}
</style>
border-color css
<style>
span { border-color: #481345; }
span { border-color: rgb(72,19,69); }
td.TdClassName
{
border-color: #481345;
}
.TagClassName
{
border-color: #481345;
}
</style>