Shades of Mardi Gras #430A40
Tints of Mardi Gras #430A40
RGB
CMYK
RGB Variations
Color information
#430A40 (or 0x430A40) is known color: Mardi Gras. HEX triplet: 43, 0A and 40. RGB value is (67,10,64). Sum of RGB (Red+Green+Blue) = 67+10+64=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #430A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A40 is #BCF5BF. Grayscale: #212121. Windows color (decimal): -12383680 or 4196931. OLE color: 4196931.
HSL color Cylindrical-coordinate representation of color #430A40: hue angle of 303.16º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430A40 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 10 | 64 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.74 |
| HSL | 303.16º | 0.74% | 0.15% | - |
| HSV(B) | 303.16º | 0.85% | 0.26% | - |
| XYZ | 3.35 | 1.78 | 5.02 | - |
| YUV | 33.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 64 | 0 | 0.85 | 0.04 | 0.74 | 303.16 | 0.74 | 0.15 |
| Hex | 43 | A | 40 | 0 | 55 | 4 | 4A | 12F | 4A | F |
| Octal | 103 | 12 | 100 | 0 | 125 | 4 | 112 | 457 | 112 | 17 |
| Binary | 1000011 | 1010 | 1000000 | 0 | 1010101 | 100 | 1001010 | 100101111 | 1001010 | 1111 |
Color Harmonies of #430A40
Complementary color
Monochromatic Colors of #430A40
Black with #430A40
Text Example
Text Example
White with #430A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A40; }
p { color: rgb(67,10,64); }
H1.HeaderClassName
{
color: #430A40;
}
.AnyTagClassName
{
color: #430A40;
}
</style>
background-color css
<style>
a { background-color: #430A40; }
a { background-color: rgb(67,10,64); }
div.DivClassName
{
background-color: #430A40;
}
.BgClassName
{
background-color: #430A40;
}
</style>
border-color css
<style>
span { border-color: #430A40; }
span { border-color: rgb(67,10,64); }
td.TdClassName
{
border-color: #430A40;
}
.TagClassName
{
border-color: #430A40;
}
</style>