Shades of Mardi Gras #410C3B
Tints of Mardi Gras #410C3B
RGB
CMYK
RGB Variations
Color information
#410C3B (or 0x410C3B) is known color: Mardi Gras. HEX triplet: 41, 0C and 3B. RGB value is (65,12,59). Sum of RGB (Red+Green+Blue) = 65+12+59=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #410C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C3B is #BEF3C4. Grayscale: #212121. Windows color (decimal): -12514245 or 3869761. OLE color: 3869761.
HSL color Cylindrical-coordinate representation of color #410C3B: hue angle of 306.79º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410C3B is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 59 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.75 |
| HSL | 306.79º | 0.69% | 0.15% | - |
| HSV(B) | 306.79º | 0.82% | 0.25% | - |
| XYZ | 3.1 | 1.7 | 4.3 | - |
| YUV | 33.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 59 | 0 | 0.82 | 0.09 | 0.75 | 306.79 | 0.69 | 0.15 |
| Hex | 41 | C | 3B | 0 | 52 | 9 | 4B | 133 | 45 | F |
| Octal | 101 | 14 | 73 | 0 | 122 | 11 | 113 | 463 | 105 | 17 |
| Binary | 1000001 | 1100 | 111011 | 0 | 1010010 | 1001 | 1001011 | 100110011 | 1000101 | 1111 |
Color Harmonies of #410C3B
Complementary color
Monochromatic Colors of #410C3B
Black with #410C3B
Text Example
Text Example
White with #410C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C3B; }
p { color: rgb(65,12,59); }
H1.HeaderClassName
{
color: #410C3B;
}
.AnyTagClassName
{
color: #410C3B;
}
</style>
background-color css
<style>
a { background-color: #410C3B; }
a { background-color: rgb(65,12,59); }
div.DivClassName
{
background-color: #410C3B;
}
.BgClassName
{
background-color: #410C3B;
}
</style>
border-color css
<style>
span { border-color: #410C3B; }
span { border-color: rgb(65,12,59); }
td.TdClassName
{
border-color: #410C3B;
}
.TagClassName
{
border-color: #410C3B;
}
</style>