Shades of Mardi Gras #39063D
Tints of Mardi Gras #39063D
RGB
CMYK
RGB Variations
Color information
#39063D (or 0x39063D) is known color: Mardi Gras. HEX triplet: 39, 06 and 3D. RGB value is (57,6,61). Sum of RGB (Red+Green+Blue) = 57+6+61=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #39063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39063D is #C6F9C2. Grayscale: #1B1B1B. Windows color (decimal): -13040067 or 3999289. OLE color: 3999289.
HSL color Cylindrical-coordinate representation of color #39063D: hue angle of 295.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 #39063D is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 6 | 61 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.76 |
| HSL | 295.64º | 0.82% | 0.13% | - |
| HSV(B) | 295.64º | 0.9% | 0.24% | - |
| XYZ | 2.59 | 1.34 | 4.54 | - |
| YUV | 27.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 6 | 61 | 0.07 | 0.90 | 0 | 0.76 | 295.64 | 0.82 | 0.13 |
| Hex | 39 | 6 | 3D | 7 | 5A | 0 | 4C | 128 | 52 | D |
| Octal | 71 | 6 | 75 | 7 | 132 | 0 | 114 | 450 | 122 | 15 |
| Binary | 111001 | 110 | 111101 | 111 | 1011010 | 0 | 1001100 | 100101000 | 1010010 | 1101 |
Color Harmonies of #39063D
Complementary color
Monochromatic Colors of #39063D
Black with #39063D
Text Example
Text Example
White with #39063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39063D; }
p { color: rgb(57,6,61); }
H1.HeaderClassName
{
color: #39063D;
}
.AnyTagClassName
{
color: #39063D;
}
</style>
background-color css
<style>
a { background-color: #39063D; }
a { background-color: rgb(57,6,61); }
div.DivClassName
{
background-color: #39063D;
}
.BgClassName
{
background-color: #39063D;
}
</style>
border-color css
<style>
span { border-color: #39063D; }
span { border-color: rgb(57,6,61); }
td.TdClassName
{
border-color: #39063D;
}
.TagClassName
{
border-color: #39063D;
}
</style>