Shades of Mardi Gras #3A093A
Tints of Mardi Gras #3A093A
RGB
CMYK
RGB Variations
Color information
#3A093A (or 0x3A093A) is known color: Mardi Gras. HEX triplet: 3A, 09 and 3A. RGB value is (58,9,58). Sum of RGB (Red+Green+Blue) = 58+9+58=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: red, blue. Hex color #3A093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A093A is #C5F6C5. Grayscale: #1D1D1D. Windows color (decimal): -12973766 or 3803450. OLE color: 3803450.
HSL color Cylindrical-coordinate representation of color #3A093A: hue angle of 300º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A093A is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 58 | - |
| CMYK | 0 | 0.84 | 0 | 0.77 |
| HSL | 300º | 0.73% | 0.13% | - |
| HSV(B) | 300º | 0.84% | 0.23% | - |
| XYZ | 2.61 | 1.4 | 4.14 | - |
| YUV | 29.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 58 | 0 | 0.84 | 0 | 0.77 | 300 | 0.73 | 0.13 |
| Hex | 3A | 9 | 3A | 0 | 54 | 0 | 4D | 12C | 49 | D |
| Octal | 72 | 11 | 72 | 0 | 124 | 0 | 115 | 454 | 111 | 15 |
| Binary | 111010 | 1001 | 111010 | 0 | 1010100 | 0 | 1001101 | 100101100 | 1001001 | 1101 |
Color Harmonies of #3A093A
Complementary color
Monochromatic Colors of #3A093A
Black with #3A093A
Text Example
Text Example
White with #3A093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A093A; }
p { color: rgb(58,9,58); }
H1.HeaderClassName
{
color: #3A093A;
}
.AnyTagClassName
{
color: #3A093A;
}
</style>
background-color css
<style>
a { background-color: #3A093A; }
a { background-color: rgb(58,9,58); }
div.DivClassName
{
background-color: #3A093A;
}
.BgClassName
{
background-color: #3A093A;
}
</style>
border-color css
<style>
span { border-color: #3A093A; }
span { border-color: rgb(58,9,58); }
td.TdClassName
{
border-color: #3A093A;
}
.TagClassName
{
border-color: #3A093A;
}
</style>