Shades of Mardi Gras #39113D
Tints of Mardi Gras #39113D
RGB
CMYK
RGB Variations
Color information
#39113D (or 0x39113D) is known color: Mardi Gras. HEX triplet: 39, 11 and 3D. RGB value is (57,17,61). Sum of RGB (Red+Green+Blue) = 57+17+61=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #39113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39113D is #C6EEC2. Grayscale: #212121. Windows color (decimal): -13037251 or 4002105. OLE color: 4002105.
HSL color Cylindrical-coordinate representation of color #39113D: hue angle of 294.55º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39113D is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 17 | 61 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.76 |
| HSL | 294.55º | 0.56% | 0.15% | - |
| HSV(B) | 294.55º | 0.72% | 0.24% | - |
| XYZ | 2.73 | 1.61 | 4.58 | - |
| YUV | 33.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 61 | 0.07 | 0.72 | 0 | 0.76 | 294.55 | 0.56 | 0.15 |
| Hex | 39 | 11 | 3D | 7 | 48 | 0 | 4C | 127 | 38 | F |
| Octal | 71 | 21 | 75 | 7 | 110 | 0 | 114 | 447 | 70 | 17 |
| Binary | 111001 | 10001 | 111101 | 111 | 1001000 | 0 | 1001100 | 100100111 | 111000 | 1111 |
Color Harmonies of #39113D
Complementary color
Monochromatic Colors of #39113D
Black with #39113D
Text Example
Text Example
White with #39113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39113D; }
p { color: rgb(57,17,61); }
H1.HeaderClassName
{
color: #39113D;
}
.AnyTagClassName
{
color: #39113D;
}
</style>
background-color css
<style>
a { background-color: #39113D; }
a { background-color: rgb(57,17,61); }
div.DivClassName
{
background-color: #39113D;
}
.BgClassName
{
background-color: #39113D;
}
</style>
border-color css
<style>
span { border-color: #39113D; }
span { border-color: rgb(57,17,61); }
td.TdClassName
{
border-color: #39113D;
}
.TagClassName
{
border-color: #39113D;
}
</style>