Shades of Mardi Gras #3F0639
Tints of Mardi Gras #3F0639
RGB
CMYK
RGB Variations
Color information
#3F0639 (or 0x3F0639) is known color: Mardi Gras. HEX triplet: 3F, 06 and 39. RGB value is (63,6,57). Sum of RGB (Red+Green+Blue) = 63+6+57=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0639 is #C0F9C6. Grayscale: #1C1C1C. Windows color (decimal): -12646855 or 3737151. OLE color: 3737151.
HSL color Cylindrical-coordinate representation of color #3F0639: hue angle of 306.32º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0639 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 57 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.75 |
| HSL | 306.32º | 0.83% | 0.14% | - |
| HSV(B) | 306.32º | 0.9% | 0.25% | - |
| XYZ | 2.85 | 1.48 | 4.01 | - |
| YUV | 28.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 57 | 0 | 0.90 | 0.10 | 0.75 | 306.32 | 0.83 | 0.14 |
| Hex | 3F | 6 | 39 | 0 | 5A | A | 4B | 132 | 53 | E |
| Octal | 77 | 6 | 71 | 0 | 132 | 12 | 113 | 462 | 123 | 16 |
| Binary | 111111 | 110 | 111001 | 0 | 1011010 | 1010 | 1001011 | 100110010 | 1010011 | 1110 |
Color Harmonies of #3F0639
Complementary color
Monochromatic Colors of #3F0639
Black with #3F0639
Text Example
Text Example
White with #3F0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0639; }
p { color: rgb(63,6,57); }
H1.HeaderClassName
{
color: #3F0639;
}
.AnyTagClassName
{
color: #3F0639;
}
</style>
background-color css
<style>
a { background-color: #3F0639; }
a { background-color: rgb(63,6,57); }
div.DivClassName
{
background-color: #3F0639;
}
.BgClassName
{
background-color: #3F0639;
}
</style>
border-color css
<style>
span { border-color: #3F0639; }
span { border-color: rgb(63,6,57); }
td.TdClassName
{
border-color: #3F0639;
}
.TagClassName
{
border-color: #3F0639;
}
</style>