Shades of Mardi Gras #3A0533
Tints of Mardi Gras #3A0533
RGB
CMYK
RGB Variations
Color information
#3A0533 (or 0x3A0533) is known color: Mardi Gras. HEX triplet: 3A, 05 and 33. RGB value is (58,5,51). Sum of RGB (Red+Green+Blue) = 58+5+51=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0533 is #C5FACC. Grayscale: #191919. Windows color (decimal): -12974797 or 3343674. OLE color: 3343674.
HSL color Cylindrical-coordinate representation of color #3A0533: hue angle of 307.92º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0533 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 51 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.77 |
| HSL | 307.92º | 0.84% | 0.12% | - |
| HSV(B) | 307.92º | 0.91% | 0.23% | - |
| XYZ | 2.4 | 1.25 | 3.25 | - |
| YUV | 26.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 51 | 0 | 0.91 | 0.12 | 0.77 | 307.92 | 0.84 | 0.12 |
| Hex | 3A | 5 | 33 | 0 | 5B | C | 4D | 134 | 54 | C |
| Octal | 72 | 5 | 63 | 0 | 133 | 14 | 115 | 464 | 124 | 14 |
| Binary | 111010 | 101 | 110011 | 0 | 1011011 | 1100 | 1001101 | 100110100 | 1010100 | 1100 |
Color Harmonies of #3A0533
Complementary color
Monochromatic Colors of #3A0533
Black with #3A0533
Text Example
Text Example
White with #3A0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0533; }
p { color: rgb(58,5,51); }
H1.HeaderClassName
{
color: #3A0533;
}
.AnyTagClassName
{
color: #3A0533;
}
</style>
background-color css
<style>
a { background-color: #3A0533; }
a { background-color: rgb(58,5,51); }
div.DivClassName
{
background-color: #3A0533;
}
.BgClassName
{
background-color: #3A0533;
}
</style>
border-color css
<style>
span { border-color: #3A0533; }
span { border-color: rgb(58,5,51); }
td.TdClassName
{
border-color: #3A0533;
}
.TagClassName
{
border-color: #3A0533;
}
</style>