Shades of Mardi Gras #481343
Tints of Mardi Gras #481343
RGB
CMYK
RGB Variations
Color information
#481343 (or 0x481343) is known color: Mardi Gras. HEX triplet: 48, 13 and 43. RGB value is (72,19,67). Sum of RGB (Red+Green+Blue) = 72+19+67=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481343 is #B7ECBC. Grayscale: #282828. Windows color (decimal): -12053693 or 4395848. OLE color: 4395848.
HSL color Cylindrical-coordinate representation of color #481343: hue angle of 305.66º 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 #481343 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 67 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.72 |
| HSL | 305.66º | 0.58% | 0.18% | - |
| HSV(B) | 305.66º | 0.74% | 0.28% | - |
| XYZ | 3.92 | 2.25 | 5.54 | - |
| YUV | 40.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 67 | 0 | 0.74 | 0.07 | 0.72 | 305.66 | 0.58 | 0.18 |
| Hex | 48 | 13 | 43 | 0 | 4A | 7 | 48 | 132 | 3A | 12 |
| Octal | 110 | 23 | 103 | 0 | 112 | 7 | 110 | 462 | 72 | 22 |
| Binary | 1001000 | 10011 | 1000011 | 0 | 1001010 | 111 | 1001000 | 100110010 | 111010 | 10010 |
Color Harmonies of #481343
Complementary color
Monochromatic Colors of #481343
Black with #481343
Text Example
Text Example
White with #481343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481343; }
p { color: rgb(72,19,67); }
H1.HeaderClassName
{
color: #481343;
}
.AnyTagClassName
{
color: #481343;
}
</style>
background-color css
<style>
a { background-color: #481343; }
a { background-color: rgb(72,19,67); }
div.DivClassName
{
background-color: #481343;
}
.BgClassName
{
background-color: #481343;
}
</style>
border-color css
<style>
span { border-color: #481343; }
span { border-color: rgb(72,19,67); }
td.TdClassName
{
border-color: #481343;
}
.TagClassName
{
border-color: #481343;
}
</style>