Shades of Mardi Gras #39063E
Tints of Mardi Gras #39063E
RGB
CMYK
RGB Variations
Color information
#39063E (or 0x39063E) is known color: Mardi Gras. HEX triplet: 39, 06 and 3E. RGB value is (57,6,62). Sum of RGB (Red+Green+Blue) = 57+6+62=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #39063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39063E is #C6F9C1. Grayscale: #1B1B1B. Windows color (decimal): -13040066 or 4064825. OLE color: 4064825.
HSL color Cylindrical-coordinate representation of color #39063E: hue angle of 294.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39063E is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 6 | 62 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.76 |
| HSL | 294.64º | 0.82% | 0.13% | - |
| HSV(B) | 294.64º | 0.9% | 0.24% | - |
| XYZ | 2.62 | 1.35 | 4.68 | - |
| YUV | 27.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 6 | 62 | 0.08 | 0.90 | 0 | 0.76 | 294.64 | 0.82 | 0.13 |
| Hex | 39 | 6 | 3E | 8 | 5A | 0 | 4C | 127 | 52 | D |
| Octal | 71 | 6 | 76 | 10 | 132 | 0 | 114 | 447 | 122 | 15 |
| Binary | 111001 | 110 | 111110 | 1000 | 1011010 | 0 | 1001100 | 100100111 | 1010010 | 1101 |
Color Harmonies of #39063E
Complementary color
Monochromatic Colors of #39063E
Black with #39063E
Text Example
Text Example
White with #39063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39063E; }
p { color: rgb(57,6,62); }
H1.HeaderClassName
{
color: #39063E;
}
.AnyTagClassName
{
color: #39063E;
}
</style>
background-color css
<style>
a { background-color: #39063E; }
a { background-color: rgb(57,6,62); }
div.DivClassName
{
background-color: #39063E;
}
.BgClassName
{
background-color: #39063E;
}
</style>
border-color css
<style>
span { border-color: #39063E; }
span { border-color: rgb(57,6,62); }
td.TdClassName
{
border-color: #39063E;
}
.TagClassName
{
border-color: #39063E;
}
</style>