Shades of Mardi Gras #34092C
Tints of Mardi Gras #34092C
RGB
CMYK
RGB Variations
Color information
#34092C (or 0x34092C) is known color: Mardi Gras. HEX triplet: 34, 09 and 2C. RGB value is (52,9,44). Sum of RGB (Red+Green+Blue) = 52+9+44=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #34092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34092C is #CBF6D3. Grayscale: #191919. Windows color (decimal): -13366996 or 2885940. OLE color: 2885940.
HSL color Cylindrical-coordinate representation of color #34092C: hue angle of 311.16º 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 #34092C is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 9 | 44 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.80 |
| HSL | 311.16º | 0.7% | 0.12% | - |
| HSV(B) | 311.16º | 0.83% | 0.2% | - |
| XYZ | 1.97 | 1.11 | 2.49 | - |
| YUV | 25.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 44 | 0 | 0.83 | 0.15 | 0.80 | 311.16 | 0.7 | 0.12 |
| Hex | 34 | 9 | 2C | 0 | 53 | F | 50 | 137 | 46 | C |
| Octal | 64 | 11 | 54 | 0 | 123 | 17 | 120 | 467 | 106 | 14 |
| Binary | 110100 | 1001 | 101100 | 0 | 1010011 | 1111 | 1010000 | 100110111 | 1000110 | 1100 |
Color Harmonies of #34092C
Complementary color
Monochromatic Colors of #34092C
Black with #34092C
Text Example
Text Example
White with #34092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34092C; }
p { color: rgb(52,9,44); }
H1.HeaderClassName
{
color: #34092C;
}
.AnyTagClassName
{
color: #34092C;
}
</style>
background-color css
<style>
a { background-color: #34092C; }
a { background-color: rgb(52,9,44); }
div.DivClassName
{
background-color: #34092C;
}
.BgClassName
{
background-color: #34092C;
}
</style>
border-color css
<style>
span { border-color: #34092C; }
span { border-color: rgb(52,9,44); }
td.TdClassName
{
border-color: #34092C;
}
.TagClassName
{
border-color: #34092C;
}
</style>