Shades of Mardi Gras #430A42
Tints of Mardi Gras #430A42
RGB
CMYK
RGB Variations
Color information
#430A42 (or 0x430A42) is known color: Mardi Gras. HEX triplet: 43, 0A and 42. RGB value is (67,10,66). Sum of RGB (Red+Green+Blue) = 67+10+66=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #430A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A42 is #BCF5BD. Grayscale: #212121. Windows color (decimal): -12383678 or 4328003. OLE color: 4328003.
HSL color Cylindrical-coordinate representation of color #430A42: hue angle of 301.05º 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 #430A42 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 10 | 66 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.74 |
| HSL | 301.05º | 0.74% | 0.15% | - |
| HSV(B) | 301.05º | 0.85% | 0.26% | - |
| XYZ | 3.41 | 1.8 | 5.32 | - |
| YUV | 33.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 66 | 0 | 0.85 | 0.01 | 0.74 | 301.05 | 0.74 | 0.15 |
| Hex | 43 | A | 42 | 0 | 55 | 1 | 4A | 12D | 4A | F |
| Octal | 103 | 12 | 102 | 0 | 125 | 1 | 112 | 455 | 112 | 17 |
| Binary | 1000011 | 1010 | 1000010 | 0 | 1010101 | 1 | 1001010 | 100101101 | 1001010 | 1111 |
Color Harmonies of #430A42
Complementary color
Monochromatic Colors of #430A42
Black with #430A42
Text Example
Text Example
White with #430A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A42; }
p { color: rgb(67,10,66); }
H1.HeaderClassName
{
color: #430A42;
}
.AnyTagClassName
{
color: #430A42;
}
</style>
background-color css
<style>
a { background-color: #430A42; }
a { background-color: rgb(67,10,66); }
div.DivClassName
{
background-color: #430A42;
}
.BgClassName
{
background-color: #430A42;
}
</style>
border-color css
<style>
span { border-color: #430A42; }
span { border-color: rgb(67,10,66); }
td.TdClassName
{
border-color: #430A42;
}
.TagClassName
{
border-color: #430A42;
}
</style>