Shades of Mardi Gras #35062D
Tints of Mardi Gras #35062D
RGB
CMYK
RGB Variations
Color information
#35062D (or 0x35062D) is known color: Mardi Gras. HEX triplet: 35, 06 and 2D. RGB value is (53,6,45). Sum of RGB (Red+Green+Blue) = 53+6+45=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #35062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35062D is #CAF9D2. Grayscale: #181818. Windows color (decimal): -13302227 or 2950709. OLE color: 2950709.
HSL color Cylindrical-coordinate representation of color #35062D: hue angle of 310.21º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35062D is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 6 | 45 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.79 |
| HSL | 310.21º | 0.8% | 0.12% | - |
| HSV(B) | 310.21º | 0.89% | 0.21% | - |
| XYZ | 2.01 | 1.08 | 2.58 | - |
| YUV | 24.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 45 | 0 | 0.89 | 0.15 | 0.79 | 310.21 | 0.8 | 0.12 |
| Hex | 35 | 6 | 2D | 0 | 59 | F | 4F | 136 | 50 | C |
| Octal | 65 | 6 | 55 | 0 | 131 | 17 | 117 | 466 | 120 | 14 |
| Binary | 110101 | 110 | 101101 | 0 | 1011001 | 1111 | 1001111 | 100110110 | 1010000 | 1100 |
Color Harmonies of #35062D
Complementary color
Monochromatic Colors of #35062D
Black with #35062D
Text Example
Text Example
White with #35062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35062D; }
p { color: rgb(53,6,45); }
H1.HeaderClassName
{
color: #35062D;
}
.AnyTagClassName
{
color: #35062D;
}
</style>
background-color css
<style>
a { background-color: #35062D; }
a { background-color: rgb(53,6,45); }
div.DivClassName
{
background-color: #35062D;
}
.BgClassName
{
background-color: #35062D;
}
</style>
border-color css
<style>
span { border-color: #35062D; }
span { border-color: rgb(53,6,45); }
td.TdClassName
{
border-color: #35062D;
}
.TagClassName
{
border-color: #35062D;
}
</style>