Shades of Mardi Gras #34082C
Tints of Mardi Gras #34082C
RGB
CMYK
RGB Variations
Color information
#34082C (or 0x34082C) is known color: Mardi Gras. HEX triplet: 34, 08 and 2C. RGB value is (52,8,44). Sum of RGB (Red+Green+Blue) = 52+8+44=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #34082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34082C is #CBF7D3. Grayscale: #191919. Windows color (decimal): -13367252 or 2885684. OLE color: 2885684.
HSL color Cylindrical-coordinate representation of color #34082C: hue angle of 310.91º 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 #34082C is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 8 | 44 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.80 |
| HSL | 310.91º | 0.73% | 0.12% | - |
| HSV(B) | 310.91º | 0.85% | 0.2% | - |
| XYZ | 1.96 | 1.09 | 2.49 | - |
| YUV | 25.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 44 | 0 | 0.85 | 0.15 | 0.80 | 310.91 | 0.73 | 0.12 |
| Hex | 34 | 8 | 2C | 0 | 55 | F | 50 | 137 | 49 | C |
| Octal | 64 | 10 | 54 | 0 | 125 | 17 | 120 | 467 | 111 | 14 |
| Binary | 110100 | 1000 | 101100 | 0 | 1010101 | 1111 | 1010000 | 100110111 | 1001001 | 1100 |
Color Harmonies of #34082C
Complementary color
Monochromatic Colors of #34082C
Black with #34082C
Text Example
Text Example
White with #34082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34082C; }
p { color: rgb(52,8,44); }
H1.HeaderClassName
{
color: #34082C;
}
.AnyTagClassName
{
color: #34082C;
}
</style>
background-color css
<style>
a { background-color: #34082C; }
a { background-color: rgb(52,8,44); }
div.DivClassName
{
background-color: #34082C;
}
.BgClassName
{
background-color: #34082C;
}
</style>
border-color css
<style>
span { border-color: #34082C; }
span { border-color: rgb(52,8,44); }
td.TdClassName
{
border-color: #34082C;
}
.TagClassName
{
border-color: #34082C;
}
</style>