Shades of Mardi Gras #35072D
Tints of Mardi Gras #35072D
RGB
CMYK
RGB Variations
Color information
#35072D (or 0x35072D) is known color: Mardi Gras. HEX triplet: 35, 07 and 2D. RGB value is (53,7,45). Sum of RGB (Red+Green+Blue) = 53+7+45=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #35072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35072D is #CAF8D2. Grayscale: #181818. Windows color (decimal): -13301971 or 2950965. OLE color: 2950965.
HSL color Cylindrical-coordinate representation of color #35072D: hue angle of 310.43º 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 #35072D is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 7 | 45 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.79 |
| HSL | 310.43º | 0.77% | 0.12% | - |
| HSV(B) | 310.43º | 0.87% | 0.21% | - |
| XYZ | 2.02 | 1.1 | 2.59 | - |
| YUV | 25.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 45 | 0 | 0.87 | 0.15 | 0.79 | 310.43 | 0.77 | 0.12 |
| Hex | 35 | 7 | 2D | 0 | 57 | F | 4F | 136 | 4D | C |
| Octal | 65 | 7 | 55 | 0 | 127 | 17 | 117 | 466 | 115 | 14 |
| Binary | 110101 | 111 | 101101 | 0 | 1010111 | 1111 | 1001111 | 100110110 | 1001101 | 1100 |
Color Harmonies of #35072D
Complementary color
Monochromatic Colors of #35072D
Black with #35072D
Text Example
Text Example
White with #35072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35072D; }
p { color: rgb(53,7,45); }
H1.HeaderClassName
{
color: #35072D;
}
.AnyTagClassName
{
color: #35072D;
}
</style>
background-color css
<style>
a { background-color: #35072D; }
a { background-color: rgb(53,7,45); }
div.DivClassName
{
background-color: #35072D;
}
.BgClassName
{
background-color: #35072D;
}
</style>
border-color css
<style>
span { border-color: #35072D; }
span { border-color: rgb(53,7,45); }
td.TdClassName
{
border-color: #35072D;
}
.TagClassName
{
border-color: #35072D;
}
</style>