Shades of Mardi Gras #35072E
Tints of Mardi Gras #35072E
RGB
CMYK
RGB Variations
Color information
#35072E (or 0x35072E) is known color: Mardi Gras. HEX triplet: 35, 07 and 2E. RGB value is (53,7,46). Sum of RGB (Red+Green+Blue) = 53+7+46=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #35072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35072E is #CAF8D1. Grayscale: #191919. Windows color (decimal): -13301970 or 3016501. OLE color: 3016501.
HSL color Cylindrical-coordinate representation of color #35072E: hue angle of 309.13º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35072E is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 7 | 46 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.79 |
| HSL | 309.13º | 0.77% | 0.12% | - |
| HSV(B) | 309.13º | 0.87% | 0.21% | - |
| XYZ | 2.04 | 1.11 | 2.69 | - |
| YUV | 25.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 46 | 0 | 0.87 | 0.13 | 0.79 | 309.13 | 0.77 | 0.12 |
| Hex | 35 | 7 | 2E | 0 | 57 | D | 4F | 135 | 4D | C |
| Octal | 65 | 7 | 56 | 0 | 127 | 15 | 117 | 465 | 115 | 14 |
| Binary | 110101 | 111 | 101110 | 0 | 1010111 | 1101 | 1001111 | 100110101 | 1001101 | 1100 |
Color Harmonies of #35072E
Complementary color
Monochromatic Colors of #35072E
Black with #35072E
Text Example
Text Example
White with #35072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35072E; }
p { color: rgb(53,7,46); }
H1.HeaderClassName
{
color: #35072E;
}
.AnyTagClassName
{
color: #35072E;
}
</style>
background-color css
<style>
a { background-color: #35072E; }
a { background-color: rgb(53,7,46); }
div.DivClassName
{
background-color: #35072E;
}
.BgClassName
{
background-color: #35072E;
}
</style>
border-color css
<style>
span { border-color: #35072E; }
span { border-color: rgb(53,7,46); }
td.TdClassName
{
border-color: #35072E;
}
.TagClassName
{
border-color: #35072E;
}
</style>