Shades of Mardi Gras #34072F
Tints of Mardi Gras #34072F
RGB
CMYK
RGB Variations
Color information
#34072F (or 0x34072F) is known color: Mardi Gras. HEX triplet: 34, 07 and 2F. RGB value is (52,7,47). Sum of RGB (Red+Green+Blue) = 52+7+47=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #34072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34072F is #CBF8D0. Grayscale: #181818. Windows color (decimal): -13367505 or 3082036. OLE color: 3082036.
HSL color Cylindrical-coordinate representation of color #34072F: hue angle of 306.67º 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 #34072F is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 7 | 47 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.80 |
| HSL | 306.67º | 0.76% | 0.12% | - |
| HSV(B) | 306.67º | 0.87% | 0.2% | - |
| XYZ | 2.01 | 1.09 | 2.79 | - |
| YUV | 25.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 47 | 0 | 0.87 | 0.10 | 0.80 | 306.67 | 0.76 | 0.12 |
| Hex | 34 | 7 | 2F | 0 | 57 | A | 50 | 133 | 4C | C |
| Octal | 64 | 7 | 57 | 0 | 127 | 12 | 120 | 463 | 114 | 14 |
| Binary | 110100 | 111 | 101111 | 0 | 1010111 | 1010 | 1010000 | 100110011 | 1001100 | 1100 |
Color Harmonies of #34072F
Complementary color
Monochromatic Colors of #34072F
Black with #34072F
Text Example
Text Example
White with #34072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34072F; }
p { color: rgb(52,7,47); }
H1.HeaderClassName
{
color: #34072F;
}
.AnyTagClassName
{
color: #34072F;
}
</style>
background-color css
<style>
a { background-color: #34072F; }
a { background-color: rgb(52,7,47); }
div.DivClassName
{
background-color: #34072F;
}
.BgClassName
{
background-color: #34072F;
}
</style>
border-color css
<style>
span { border-color: #34072F; }
span { border-color: rgb(52,7,47); }
td.TdClassName
{
border-color: #34072F;
}
.TagClassName
{
border-color: #34072F;
}
</style>