Shades of Mardi Gras #39143D
Tints of Mardi Gras #39143D
RGB
CMYK
RGB Variations
Color information
#39143D (or 0x39143D) is known color: Mardi Gras. HEX triplet: 39, 14 and 3D. RGB value is (57,20,61). Sum of RGB (Red+Green+Blue) = 57+20+61=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #39143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39143D is #C6EBC2. Grayscale: #232323. Windows color (decimal): -13036483 or 4002873. OLE color: 4002873.
HSL color Cylindrical-coordinate representation of color #39143D: hue angle of 294.15º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39143D is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 20 | 61 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.76 |
| HSL | 294.15º | 0.51% | 0.16% | - |
| HSV(B) | 294.15º | 0.67% | 0.24% | - |
| XYZ | 2.78 | 1.71 | 4.6 | - |
| YUV | 35.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 61 | 0.07 | 0.67 | 0 | 0.76 | 294.15 | 0.51 | 0.16 |
| Hex | 39 | 14 | 3D | 7 | 43 | 0 | 4C | 126 | 33 | 10 |
| Octal | 71 | 24 | 75 | 7 | 103 | 0 | 114 | 446 | 63 | 20 |
| Binary | 111001 | 10100 | 111101 | 111 | 1000011 | 0 | 1001100 | 100100110 | 110011 | 10000 |
Color Harmonies of #39143D
Complementary color
Monochromatic Colors of #39143D
Black with #39143D
Text Example
Text Example
White with #39143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39143D; }
p { color: rgb(57,20,61); }
H1.HeaderClassName
{
color: #39143D;
}
.AnyTagClassName
{
color: #39143D;
}
</style>
background-color css
<style>
a { background-color: #39143D; }
a { background-color: rgb(57,20,61); }
div.DivClassName
{
background-color: #39143D;
}
.BgClassName
{
background-color: #39143D;
}
</style>
border-color css
<style>
span { border-color: #39143D; }
span { border-color: rgb(57,20,61); }
td.TdClassName
{
border-color: #39143D;
}
.TagClassName
{
border-color: #39143D;
}
</style>