Shades of Mardi Gras #39143F
Tints of Mardi Gras #39143F
RGB
CMYK
RGB Variations
Color information
#39143F (or 0x39143F) is known color: Mardi Gras. HEX triplet: 39, 14 and 3F. RGB value is (57,20,63). Sum of RGB (Red+Green+Blue) = 57+20+63=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #39143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39143F is #C6EBC0. Grayscale: #232323. Windows color (decimal): -13036481 or 4133945. OLE color: 4133945.
HSL color Cylindrical-coordinate representation of color #39143F: hue angle of 291.63º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39143F is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 20 | 63 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.75 |
| HSL | 291.63º | 0.52% | 0.16% | - |
| HSV(B) | 291.63º | 0.68% | 0.25% | - |
| XYZ | 2.83 | 1.73 | 4.89 | - |
| YUV | 35.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 63 | 0.10 | 0.68 | 0 | 0.75 | 291.63 | 0.52 | 0.16 |
| Hex | 39 | 14 | 3F | A | 44 | 0 | 4B | 124 | 34 | 10 |
| Octal | 71 | 24 | 77 | 12 | 104 | 0 | 113 | 444 | 64 | 20 |
| Binary | 111001 | 10100 | 111111 | 1010 | 1000100 | 0 | 1001011 | 100100100 | 110100 | 10000 |
Color Harmonies of #39143F
Complementary color
Monochromatic Colors of #39143F
Black with #39143F
Text Example
Text Example
White with #39143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39143F; }
p { color: rgb(57,20,63); }
H1.HeaderClassName
{
color: #39143F;
}
.AnyTagClassName
{
color: #39143F;
}
</style>
background-color css
<style>
a { background-color: #39143F; }
a { background-color: rgb(57,20,63); }
div.DivClassName
{
background-color: #39143F;
}
.BgClassName
{
background-color: #39143F;
}
</style>
border-color css
<style>
span { border-color: #39143F; }
span { border-color: rgb(57,20,63); }
td.TdClassName
{
border-color: #39143F;
}
.TagClassName
{
border-color: #39143F;
}
</style>