Shades of Mardi Gras #34042E
Tints of Mardi Gras #34042E
RGB
CMYK
RGB Variations
Color information
#34042E (or 0x34042E) is known color: Mardi Gras. HEX triplet: 34, 04 and 2E. RGB value is (52,4,46). Sum of RGB (Red+Green+Blue) = 52+4+46=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #34042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34042E is #CBFBD1. Grayscale: #171717. Windows color (decimal): -13368274 or 3015732. OLE color: 3015732.
HSL color Cylindrical-coordinate representation of color #34042E: hue angle of 307.5º 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 #34042E is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 4 | 46 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.80 |
| HSL | 307.5º | 0.86% | 0.11% | - |
| HSV(B) | 307.5º | 0.92% | 0.2% | - |
| XYZ | 1.95 | 1.01 | 2.68 | - |
| YUV | 23.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 46 | 0 | 0.92 | 0.12 | 0.80 | 307.5 | 0.86 | 0.11 |
| Hex | 34 | 4 | 2E | 0 | 5C | C | 50 | 134 | 56 | B |
| Octal | 64 | 4 | 56 | 0 | 134 | 14 | 120 | 464 | 126 | 13 |
| Binary | 110100 | 100 | 101110 | 0 | 1011100 | 1100 | 1010000 | 100110100 | 1010110 | 1011 |
Color Harmonies of #34042E
Complementary color
Monochromatic Colors of #34042E
Black with #34042E
Text Example
Text Example
White with #34042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34042E; }
p { color: rgb(52,4,46); }
H1.HeaderClassName
{
color: #34042E;
}
.AnyTagClassName
{
color: #34042E;
}
</style>
background-color css
<style>
a { background-color: #34042E; }
a { background-color: rgb(52,4,46); }
div.DivClassName
{
background-color: #34042E;
}
.BgClassName
{
background-color: #34042E;
}
</style>
border-color css
<style>
span { border-color: #34042E; }
span { border-color: rgb(52,4,46); }
td.TdClassName
{
border-color: #34042E;
}
.TagClassName
{
border-color: #34042E;
}
</style>