Shades of Mardi Gras #34072D
Tints of Mardi Gras #34072D
RGB
CMYK
RGB Variations
Color information
#34072D (or 0x34072D) is known color: Mardi Gras. HEX triplet: 34, 07 and 2D. RGB value is (52,7,45). Sum of RGB (Red+Green+Blue) = 52+7+45=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #34072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34072D is #CBF8D2. Grayscale: #181818. Windows color (decimal): -13367507 or 2950964. OLE color: 2950964.
HSL color Cylindrical-coordinate representation of color #34072D: hue angle of 309.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34072D is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 7 | 45 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.80 |
| HSL | 309.33º | 0.76% | 0.12% | - |
| HSV(B) | 309.33º | 0.87% | 0.2% | - |
| XYZ | 1.97 | 1.07 | 2.59 | - |
| YUV | 24.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 45 | 0 | 0.87 | 0.13 | 0.80 | 309.33 | 0.76 | 0.12 |
| Hex | 34 | 7 | 2D | 0 | 57 | D | 50 | 135 | 4C | C |
| Octal | 64 | 7 | 55 | 0 | 127 | 15 | 120 | 465 | 114 | 14 |
| Binary | 110100 | 111 | 101101 | 0 | 1010111 | 1101 | 1010000 | 100110101 | 1001100 | 1100 |
Color Harmonies of #34072D
Complementary color
Monochromatic Colors of #34072D
Black with #34072D
Text Example
Text Example
White with #34072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34072D; }
p { color: rgb(52,7,45); }
H1.HeaderClassName
{
color: #34072D;
}
.AnyTagClassName
{
color: #34072D;
}
</style>
background-color css
<style>
a { background-color: #34072D; }
a { background-color: rgb(52,7,45); }
div.DivClassName
{
background-color: #34072D;
}
.BgClassName
{
background-color: #34072D;
}
</style>
border-color css
<style>
span { border-color: #34072D; }
span { border-color: rgb(52,7,45); }
td.TdClassName
{
border-color: #34072D;
}
.TagClassName
{
border-color: #34072D;
}
</style>