Shades of Mardi Gras #34042C
Tints of Mardi Gras #34042C
RGB
CMYK
RGB Variations
Color information
#34042C (or 0x34042C) is known color: Mardi Gras. HEX triplet: 34, 04 and 2C. RGB value is (52,4,44). Sum of RGB (Red+Green+Blue) = 52+4+44=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #34042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34042C is #CBFBD3. Grayscale: #161616. Windows color (decimal): -13368276 or 2884660. OLE color: 2884660.
HSL color Cylindrical-coordinate representation of color #34042C: hue angle of 310º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34042C is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 4 | 44 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.80 |
| HSL | 310º | 0.86% | 0.11% | - |
| HSV(B) | 310º | 0.92% | 0.2% | - |
| XYZ | 1.91 | 1 | 2.47 | - |
| YUV | 22.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 44 | 0 | 0.92 | 0.15 | 0.80 | 310 | 0.86 | 0.11 |
| Hex | 34 | 4 | 2C | 0 | 5C | F | 50 | 136 | 56 | B |
| Octal | 64 | 4 | 54 | 0 | 134 | 17 | 120 | 466 | 126 | 13 |
| Binary | 110100 | 100 | 101100 | 0 | 1011100 | 1111 | 1010000 | 100110110 | 1010110 | 1011 |
Color Harmonies of #34042C
Complementary color
Monochromatic Colors of #34042C
Black with #34042C
Text Example
Text Example
White with #34042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34042C; }
p { color: rgb(52,4,44); }
H1.HeaderClassName
{
color: #34042C;
}
.AnyTagClassName
{
color: #34042C;
}
</style>
background-color css
<style>
a { background-color: #34042C; }
a { background-color: rgb(52,4,44); }
div.DivClassName
{
background-color: #34042C;
}
.BgClassName
{
background-color: #34042C;
}
</style>
border-color css
<style>
span { border-color: #34042C; }
span { border-color: rgb(52,4,44); }
td.TdClassName
{
border-color: #34042C;
}
.TagClassName
{
border-color: #34042C;
}
</style>