Shades of Mardi Gras #3C093A
Tints of Mardi Gras #3C093A
RGB
CMYK
RGB Variations
Color information
#3C093A (or 0x3C093A) is known color: Mardi Gras. HEX triplet: 3C, 09 and 3A. RGB value is (60,9,58). Sum of RGB (Red+Green+Blue) = 60+9+58=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C093A is #C3F6C5. Grayscale: #1D1D1D. Windows color (decimal): -12842694 or 3803452. OLE color: 3803452.
HSL color Cylindrical-coordinate representation of color #3C093A: hue angle of 302.35º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C093A is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 58 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.76 |
| HSL | 302.35º | 0.74% | 0.14% | - |
| HSV(B) | 302.35º | 0.85% | 0.24% | - |
| XYZ | 2.72 | 1.46 | 4.14 | - |
| YUV | 29.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 58 | 0 | 0.85 | 0.03 | 0.76 | 302.35 | 0.74 | 0.14 |
| Hex | 3C | 9 | 3A | 0 | 55 | 3 | 4C | 12E | 4A | E |
| Octal | 74 | 11 | 72 | 0 | 125 | 3 | 114 | 456 | 112 | 16 |
| Binary | 111100 | 1001 | 111010 | 0 | 1010101 | 11 | 1001100 | 100101110 | 1001010 | 1110 |
Color Harmonies of #3C093A
Complementary color
Monochromatic Colors of #3C093A
Black with #3C093A
Text Example
Text Example
White with #3C093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C093A; }
p { color: rgb(60,9,58); }
H1.HeaderClassName
{
color: #3C093A;
}
.AnyTagClassName
{
color: #3C093A;
}
</style>
background-color css
<style>
a { background-color: #3C093A; }
a { background-color: rgb(60,9,58); }
div.DivClassName
{
background-color: #3C093A;
}
.BgClassName
{
background-color: #3C093A;
}
</style>
border-color css
<style>
span { border-color: #3C093A; }
span { border-color: rgb(60,9,58); }
td.TdClassName
{
border-color: #3C093A;
}
.TagClassName
{
border-color: #3C093A;
}
</style>