Shades of Mardi Gras #3F093A
Tints of Mardi Gras #3F093A
RGB
CMYK
RGB Variations
Color information
#3F093A (or 0x3F093A) is known color: Mardi Gras. HEX triplet: 3F, 09 and 3A. RGB value is (63,9,58). Sum of RGB (Red+Green+Blue) = 63+9+58=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F093A is #C0F6C5. Grayscale: #1E1E1E. Windows color (decimal): -12646086 or 3803455. OLE color: 3803455.
HSL color Cylindrical-coordinate representation of color #3F093A: hue angle of 305.56º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F093A is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 58 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.75 |
| HSL | 305.56º | 0.75% | 0.14% | - |
| HSV(B) | 305.56º | 0.86% | 0.25% | - |
| XYZ | 2.91 | 1.56 | 4.15 | - |
| YUV | 30.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 58 | 0 | 0.86 | 0.08 | 0.75 | 305.56 | 0.75 | 0.14 |
| Hex | 3F | 9 | 3A | 0 | 56 | 8 | 4B | 132 | 4B | E |
| Octal | 77 | 11 | 72 | 0 | 126 | 10 | 113 | 462 | 113 | 16 |
| Binary | 111111 | 1001 | 111010 | 0 | 1010110 | 1000 | 1001011 | 100110010 | 1001011 | 1110 |
Color Harmonies of #3F093A
Complementary color
Monochromatic Colors of #3F093A
Black with #3F093A
Text Example
Text Example
White with #3F093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F093A; }
p { color: rgb(63,9,58); }
H1.HeaderClassName
{
color: #3F093A;
}
.AnyTagClassName
{
color: #3F093A;
}
</style>
background-color css
<style>
a { background-color: #3F093A; }
a { background-color: rgb(63,9,58); }
div.DivClassName
{
background-color: #3F093A;
}
.BgClassName
{
background-color: #3F093A;
}
</style>
border-color css
<style>
span { border-color: #3F093A; }
span { border-color: rgb(63,9,58); }
td.TdClassName
{
border-color: #3F093A;
}
.TagClassName
{
border-color: #3F093A;
}
</style>