Shades of Mardi Gras #39143E
Tints of Mardi Gras #39143E
RGB
CMYK
RGB Variations
Color information
#39143E (or 0x39143E) is known color: Mardi Gras. HEX triplet: 39, 14 and 3E. RGB value is (57,20,62). Sum of RGB (Red+Green+Blue) = 57+20+62=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #39143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39143E is #C6EBC1. Grayscale: #232323. Windows color (decimal): -13036482 or 4068409. OLE color: 4068409.
HSL color Cylindrical-coordinate representation of color #39143E: hue angle of 292.86º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39143E is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 20 | 62 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.76 |
| HSL | 292.86º | 0.51% | 0.16% | - |
| HSV(B) | 292.86º | 0.68% | 0.24% | - |
| XYZ | 2.81 | 1.72 | 4.74 | - |
| YUV | 35.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 62 | 0.08 | 0.68 | 0 | 0.76 | 292.86 | 0.51 | 0.16 |
| Hex | 39 | 14 | 3E | 8 | 44 | 0 | 4C | 125 | 33 | 10 |
| Octal | 71 | 24 | 76 | 10 | 104 | 0 | 114 | 445 | 63 | 20 |
| Binary | 111001 | 10100 | 111110 | 1000 | 1000100 | 0 | 1001100 | 100100101 | 110011 | 10000 |
Color Harmonies of #39143E
Complementary color
Monochromatic Colors of #39143E
Black with #39143E
Text Example
Text Example
White with #39143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39143E; }
p { color: rgb(57,20,62); }
H1.HeaderClassName
{
color: #39143E;
}
.AnyTagClassName
{
color: #39143E;
}
</style>
background-color css
<style>
a { background-color: #39143E; }
a { background-color: rgb(57,20,62); }
div.DivClassName
{
background-color: #39143E;
}
.BgClassName
{
background-color: #39143E;
}
</style>
border-color css
<style>
span { border-color: #39143E; }
span { border-color: rgb(57,20,62); }
td.TdClassName
{
border-color: #39143E;
}
.TagClassName
{
border-color: #39143E;
}
</style>