Shades of Mardi Gras #39053D
Tints of Mardi Gras #39053D
RGB
CMYK
RGB Variations
Color information
#39053D (or 0x39053D) is known color: Mardi Gras. HEX triplet: 39, 05 and 3D. RGB value is (57,5,61). Sum of RGB (Red+Green+Blue) = 57+5+61=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #39053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39053D is #C6FAC2. Grayscale: #1A1A1A. Windows color (decimal): -13040323 or 3999033. OLE color: 3999033.
HSL color Cylindrical-coordinate representation of color #39053D: hue angle of 295.71º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #39053D is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 5 | 61 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.76 |
| HSL | 295.71º | 0.85% | 0.13% | - |
| HSV(B) | 295.71º | 0.92% | 0.24% | - |
| XYZ | 2.58 | 1.32 | 4.53 | - |
| YUV | 26.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 61 | 0.07 | 0.92 | 0 | 0.76 | 295.71 | 0.85 | 0.13 |
| Hex | 39 | 5 | 3D | 7 | 5C | 0 | 4C | 128 | 55 | D |
| Octal | 71 | 5 | 75 | 7 | 134 | 0 | 114 | 450 | 125 | 15 |
| Binary | 111001 | 101 | 111101 | 111 | 1011100 | 0 | 1001100 | 100101000 | 1010101 | 1101 |
Color Harmonies of #39053D
Complementary color
Monochromatic Colors of #39053D
Black with #39053D
Text Example
Text Example
White with #39053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39053D; }
p { color: rgb(57,5,61); }
H1.HeaderClassName
{
color: #39053D;
}
.AnyTagClassName
{
color: #39053D;
}
</style>
background-color css
<style>
a { background-color: #39053D; }
a { background-color: rgb(57,5,61); }
div.DivClassName
{
background-color: #39053D;
}
.BgClassName
{
background-color: #39053D;
}
</style>
border-color css
<style>
span { border-color: #39053D; }
span { border-color: rgb(57,5,61); }
td.TdClassName
{
border-color: #39053D;
}
.TagClassName
{
border-color: #39053D;
}
</style>