Shades of Mardi Gras #320D2D
Tints of Mardi Gras #320D2D
RGB
CMYK
RGB Variations
Color information
#320D2D (or 0x320D2D) is known color: Mardi Gras. HEX triplet: 32, 0D and 2D. RGB value is (50,13,45). Sum of RGB (Red+Green+Blue) = 50+13+45=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #320D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D2D is #CDF2D2. Grayscale: #1B1B1B. Windows color (decimal): -13497043 or 2952498. OLE color: 2952498.
HSL color Cylindrical-coordinate representation of color #320D2D: hue angle of 308.11º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #320D2D is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 45 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.80 |
| HSL | 308.11º | 0.59% | 0.12% | - |
| HSV(B) | 308.11º | 0.74% | 0.2% | - |
| XYZ | 1.93 | 1.16 | 2.6 | - |
| YUV | 27.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 45 | 0 | 0.74 | 0.10 | 0.80 | 308.11 | 0.59 | 0.12 |
| Hex | 32 | D | 2D | 0 | 4A | A | 50 | 134 | 3B | C |
| Octal | 62 | 15 | 55 | 0 | 112 | 12 | 120 | 464 | 73 | 14 |
| Binary | 110010 | 1101 | 101101 | 0 | 1001010 | 1010 | 1010000 | 100110100 | 111011 | 1100 |
Color Harmonies of #320D2D
Complementary color
Monochromatic Colors of #320D2D
Black with #320D2D
Text Example
Text Example
White with #320D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D2D; }
p { color: rgb(50,13,45); }
H1.HeaderClassName
{
color: #320D2D;
}
.AnyTagClassName
{
color: #320D2D;
}
</style>
background-color css
<style>
a { background-color: #320D2D; }
a { background-color: rgb(50,13,45); }
div.DivClassName
{
background-color: #320D2D;
}
.BgClassName
{
background-color: #320D2D;
}
</style>
border-color css
<style>
span { border-color: #320D2D; }
span { border-color: rgb(50,13,45); }
td.TdClassName
{
border-color: #320D2D;
}
.TagClassName
{
border-color: #320D2D;
}
</style>