Shades of Mardi Gras #34082D
Tints of Mardi Gras #34082D
RGB
CMYK
RGB Variations
Color information
#34082D (or 0x34082D) is known color: Mardi Gras. HEX triplet: 34, 08 and 2D. RGB value is (52,8,45). Sum of RGB (Red+Green+Blue) = 52+8+45=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #34082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34082D is #CBF7D2. Grayscale: #191919. Windows color (decimal): -13367251 or 2951220. OLE color: 2951220.
HSL color Cylindrical-coordinate representation of color #34082D: hue angle of 309.55º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34082D is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 8 | 45 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.80 |
| HSL | 309.55º | 0.73% | 0.12% | - |
| HSV(B) | 309.55º | 0.85% | 0.2% | - |
| XYZ | 1.98 | 1.09 | 2.59 | - |
| YUV | 25.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 45 | 0 | 0.85 | 0.13 | 0.80 | 309.55 | 0.73 | 0.12 |
| Hex | 34 | 8 | 2D | 0 | 55 | D | 50 | 136 | 49 | C |
| Octal | 64 | 10 | 55 | 0 | 125 | 15 | 120 | 466 | 111 | 14 |
| Binary | 110100 | 1000 | 101101 | 0 | 1010101 | 1101 | 1010000 | 100110110 | 1001001 | 1100 |
Color Harmonies of #34082D
Complementary color
Monochromatic Colors of #34082D
Black with #34082D
Text Example
Text Example
White with #34082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34082D; }
p { color: rgb(52,8,45); }
H1.HeaderClassName
{
color: #34082D;
}
.AnyTagClassName
{
color: #34082D;
}
</style>
background-color css
<style>
a { background-color: #34082D; }
a { background-color: rgb(52,8,45); }
div.DivClassName
{
background-color: #34082D;
}
.BgClassName
{
background-color: #34082D;
}
</style>
border-color css
<style>
span { border-color: #34082D; }
span { border-color: rgb(52,8,45); }
td.TdClassName
{
border-color: #34082D;
}
.TagClassName
{
border-color: #34082D;
}
</style>