Shades of Mardi Gras #39153D
Tints of Mardi Gras #39153D
RGB
CMYK
RGB Variations
Color information
#39153D (or 0x39153D) is known color: Mardi Gras. HEX triplet: 39, 15 and 3D. RGB value is (57,21,61). Sum of RGB (Red+Green+Blue) = 57+21+61=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #39153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39153D is #C6EAC2. Grayscale: #242424. Windows color (decimal): -13036227 or 4003129. OLE color: 4003129.
HSL color Cylindrical-coordinate representation of color #39153D: hue angle of 294º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39153D is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 21 | 61 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.76 |
| HSL | 294º | 0.49% | 0.16% | - |
| HSV(B) | 294º | 0.66% | 0.24% | - |
| XYZ | 2.8 | 1.74 | 4.6 | - |
| YUV | 36.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 61 | 0.07 | 0.66 | 0 | 0.76 | 294 | 0.49 | 0.16 |
| Hex | 39 | 15 | 3D | 7 | 42 | 0 | 4C | 126 | 31 | 10 |
| Octal | 71 | 25 | 75 | 7 | 102 | 0 | 114 | 446 | 61 | 20 |
| Binary | 111001 | 10101 | 111101 | 111 | 1000010 | 0 | 1001100 | 100100110 | 110001 | 10000 |
Color Harmonies of #39153D
Complementary color
Monochromatic Colors of #39153D
Black with #39153D
Text Example
Text Example
White with #39153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39153D; }
p { color: rgb(57,21,61); }
H1.HeaderClassName
{
color: #39153D;
}
.AnyTagClassName
{
color: #39153D;
}
</style>
background-color css
<style>
a { background-color: #39153D; }
a { background-color: rgb(57,21,61); }
div.DivClassName
{
background-color: #39153D;
}
.BgClassName
{
background-color: #39153D;
}
</style>
border-color css
<style>
span { border-color: #39153D; }
span { border-color: rgb(57,21,61); }
td.TdClassName
{
border-color: #39153D;
}
.TagClassName
{
border-color: #39153D;
}
</style>