Shades of Mardi Gras #39153C
Tints of Mardi Gras #39153C
RGB
CMYK
RGB Variations
Color information
#39153C (or 0x39153C) is known color: Mardi Gras. HEX triplet: 39, 15 and 3C. RGB value is (57,21,60). Sum of RGB (Red+Green+Blue) = 57+21+60=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #39153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39153C is #C6EAC3. Grayscale: #242424. Windows color (decimal): -13036228 or 3937593. OLE color: 3937593.
HSL color Cylindrical-coordinate representation of color #39153C: hue angle of 295.38º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39153C is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 21 | 60 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.76 |
| HSL | 295.38º | 0.48% | 0.16% | - |
| HSV(B) | 295.38º | 0.65% | 0.24% | - |
| XYZ | 2.77 | 1.73 | 4.46 | - |
| YUV | 36.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 60 | 0.05 | 0.65 | 0 | 0.76 | 295.38 | 0.48 | 0.16 |
| Hex | 39 | 15 | 3C | 5 | 41 | 0 | 4C | 127 | 30 | 10 |
| Octal | 71 | 25 | 74 | 5 | 101 | 0 | 114 | 447 | 60 | 20 |
| Binary | 111001 | 10101 | 111100 | 101 | 1000001 | 0 | 1001100 | 100100111 | 110000 | 10000 |
Color Harmonies of #39153C
Complementary color
Monochromatic Colors of #39153C
Black with #39153C
Text Example
Text Example
White with #39153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39153C; }
p { color: rgb(57,21,60); }
H1.HeaderClassName
{
color: #39153C;
}
.AnyTagClassName
{
color: #39153C;
}
</style>
background-color css
<style>
a { background-color: #39153C; }
a { background-color: rgb(57,21,60); }
div.DivClassName
{
background-color: #39153C;
}
.BgClassName
{
background-color: #39153C;
}
</style>
border-color css
<style>
span { border-color: #39153C; }
span { border-color: rgb(57,21,60); }
td.TdClassName
{
border-color: #39153C;
}
.TagClassName
{
border-color: #39153C;
}
</style>