Shades of Mardi Gras #340D2D
Tints of Mardi Gras #340D2D
RGB
CMYK
RGB Variations
Color information
#340D2D (or 0x340D2D) is known color: Mardi Gras. HEX triplet: 34, 0D and 2D. RGB value is (52,13,45). Sum of RGB (Red+Green+Blue) = 52+13+45=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #340D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D2D is #CBF2D2. Grayscale: #1C1C1C. Windows color (decimal): -13365971 or 2952500. OLE color: 2952500.
HSL color Cylindrical-coordinate representation of color #340D2D: hue angle of 310.77º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #340D2D is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 13 | 45 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.80 |
| HSL | 310.77º | 0.6% | 0.13% | - |
| HSV(B) | 310.77º | 0.75% | 0.2% | - |
| XYZ | 2.03 | 1.21 | 2.61 | - |
| YUV | 28.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 45 | 0 | 0.75 | 0.13 | 0.80 | 310.77 | 0.6 | 0.13 |
| Hex | 34 | D | 2D | 0 | 4B | D | 50 | 137 | 3C | D |
| Octal | 64 | 15 | 55 | 0 | 113 | 15 | 120 | 467 | 74 | 15 |
| Binary | 110100 | 1101 | 101101 | 0 | 1001011 | 1101 | 1010000 | 100110111 | 111100 | 1101 |
Color Harmonies of #340D2D
Complementary color
Monochromatic Colors of #340D2D
Black with #340D2D
Text Example
Text Example
White with #340D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D2D; }
p { color: rgb(52,13,45); }
H1.HeaderClassName
{
color: #340D2D;
}
.AnyTagClassName
{
color: #340D2D;
}
</style>
background-color css
<style>
a { background-color: #340D2D; }
a { background-color: rgb(52,13,45); }
div.DivClassName
{
background-color: #340D2D;
}
.BgClassName
{
background-color: #340D2D;
}
</style>
border-color css
<style>
span { border-color: #340D2D; }
span { border-color: rgb(52,13,45); }
td.TdClassName
{
border-color: #340D2D;
}
.TagClassName
{
border-color: #340D2D;
}
</style>