Shades of Mardi Gras #39163D
Tints of Mardi Gras #39163D
RGB
CMYK
RGB Variations
Color information
#39163D (or 0x39163D) is known color: Mardi Gras. HEX triplet: 39, 16 and 3D. RGB value is (57,22,61). Sum of RGB (Red+Green+Blue) = 57+22+61=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #39163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39163D is #C6E9C2. Grayscale: #242424. Windows color (decimal): -13035971 or 4003385. OLE color: 4003385.
HSL color Cylindrical-coordinate representation of color #39163D: hue angle of 293.85º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39163D is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 22 | 61 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.76 |
| HSL | 293.85º | 0.47% | 0.16% | - |
| HSV(B) | 293.85º | 0.64% | 0.24% | - |
| XYZ | 2.82 | 1.78 | 4.61 | - |
| YUV | 36.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 22 | 61 | 0.07 | 0.64 | 0 | 0.76 | 293.85 | 0.47 | 0.16 |
| Hex | 39 | 16 | 3D | 7 | 40 | 0 | 4C | 126 | 2F | 10 |
| Octal | 71 | 26 | 75 | 7 | 100 | 0 | 114 | 446 | 57 | 20 |
| Binary | 111001 | 10110 | 111101 | 111 | 1000000 | 0 | 1001100 | 100100110 | 101111 | 10000 |
Color Harmonies of #39163D
Complementary color
Monochromatic Colors of #39163D
Black with #39163D
Text Example
Text Example
White with #39163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39163D; }
p { color: rgb(57,22,61); }
H1.HeaderClassName
{
color: #39163D;
}
.AnyTagClassName
{
color: #39163D;
}
</style>
background-color css
<style>
a { background-color: #39163D; }
a { background-color: rgb(57,22,61); }
div.DivClassName
{
background-color: #39163D;
}
.BgClassName
{
background-color: #39163D;
}
</style>
border-color css
<style>
span { border-color: #39163D; }
span { border-color: rgb(57,22,61); }
td.TdClassName
{
border-color: #39163D;
}
.TagClassName
{
border-color: #39163D;
}
</style>