Shades of Mardi Gras #3F0638
Tints of Mardi Gras #3F0638
RGB
CMYK
RGB Variations
Color information
#3F0638 (or 0x3F0638) is known color: Mardi Gras. HEX triplet: 3F, 06 and 38. RGB value is (63,6,56). Sum of RGB (Red+Green+Blue) = 63+6+56=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0638 is #C0F9C7. Grayscale: #1C1C1C. Windows color (decimal): -12646856 or 3671615. OLE color: 3671615.
HSL color Cylindrical-coordinate representation of color #3F0638: hue angle of 307.37º 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 #3F0638 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 56 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.75 |
| HSL | 307.37º | 0.83% | 0.14% | - |
| HSV(B) | 307.37º | 0.9% | 0.25% | - |
| XYZ | 2.83 | 1.47 | 3.88 | - |
| YUV | 28.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 56 | 0 | 0.90 | 0.11 | 0.75 | 307.37 | 0.83 | 0.14 |
| Hex | 3F | 6 | 38 | 0 | 5A | B | 4B | 133 | 53 | E |
| Octal | 77 | 6 | 70 | 0 | 132 | 13 | 113 | 463 | 123 | 16 |
| Binary | 111111 | 110 | 111000 | 0 | 1011010 | 1011 | 1001011 | 100110011 | 1010011 | 1110 |
Color Harmonies of #3F0638
Complementary color
Monochromatic Colors of #3F0638
Black with #3F0638
Text Example
Text Example
White with #3F0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0638; }
p { color: rgb(63,6,56); }
H1.HeaderClassName
{
color: #3F0638;
}
.AnyTagClassName
{
color: #3F0638;
}
</style>
background-color css
<style>
a { background-color: #3F0638; }
a { background-color: rgb(63,6,56); }
div.DivClassName
{
background-color: #3F0638;
}
.BgClassName
{
background-color: #3F0638;
}
</style>
border-color css
<style>
span { border-color: #3F0638; }
span { border-color: rgb(63,6,56); }
td.TdClassName
{
border-color: #3F0638;
}
.TagClassName
{
border-color: #3F0638;
}
</style>