Shades of Mardi Gras #34092D
Tints of Mardi Gras #34092D
RGB
CMYK
RGB Variations
Color information
#34092D (or 0x34092D) is known color: Mardi Gras. HEX triplet: 34, 09 and 2D. RGB value is (52,9,45). Sum of RGB (Red+Green+Blue) = 52+9+45=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #34092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34092D is #CBF6D2. Grayscale: #191919. Windows color (decimal): -13366995 or 2951476. OLE color: 2951476.
HSL color Cylindrical-coordinate representation of color #34092D: hue angle of 309.77º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34092D is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 9 | 45 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.80 |
| HSL | 309.77º | 0.7% | 0.12% | - |
| HSV(B) | 309.77º | 0.83% | 0.2% | - |
| XYZ | 1.99 | 1.11 | 2.59 | - |
| YUV | 25.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 45 | 0 | 0.83 | 0.13 | 0.80 | 309.77 | 0.7 | 0.12 |
| Hex | 34 | 9 | 2D | 0 | 53 | D | 50 | 136 | 46 | C |
| Octal | 64 | 11 | 55 | 0 | 123 | 15 | 120 | 466 | 106 | 14 |
| Binary | 110100 | 1001 | 101101 | 0 | 1010011 | 1101 | 1010000 | 100110110 | 1000110 | 1100 |
Color Harmonies of #34092D
Complementary color
Monochromatic Colors of #34092D
Black with #34092D
Text Example
Text Example
White with #34092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34092D; }
p { color: rgb(52,9,45); }
H1.HeaderClassName
{
color: #34092D;
}
.AnyTagClassName
{
color: #34092D;
}
</style>
background-color css
<style>
a { background-color: #34092D; }
a { background-color: rgb(52,9,45); }
div.DivClassName
{
background-color: #34092D;
}
.BgClassName
{
background-color: #34092D;
}
</style>
border-color css
<style>
span { border-color: #34092D; }
span { border-color: rgb(52,9,45); }
td.TdClassName
{
border-color: #34092D;
}
.TagClassName
{
border-color: #34092D;
}
</style>