Shades of Mardi Gras #430841
Tints of Mardi Gras #430841
RGB
CMYK
RGB Variations
Color information
#430841 (or 0x430841) is known color: Mardi Gras. HEX triplet: 43, 08 and 41. RGB value is (67,8,65). Sum of RGB (Red+Green+Blue) = 67+8+65=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #430841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430841 is #BCF7BE. Grayscale: #1F1F1F. Windows color (decimal): -12384191 or 4261955. OLE color: 4261955.
HSL color Cylindrical-coordinate representation of color #430841: hue angle of 302.03º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430841 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 8 | 65 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.74 |
| HSL | 302.03º | 0.79% | 0.15% | - |
| HSV(B) | 302.03º | 0.88% | 0.26% | - |
| XYZ | 3.36 | 1.75 | 5.16 | - |
| YUV | 32.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 65 | 0 | 0.88 | 0.03 | 0.74 | 302.03 | 0.79 | 0.15 |
| Hex | 43 | 8 | 41 | 0 | 58 | 3 | 4A | 12E | 4F | F |
| Octal | 103 | 10 | 101 | 0 | 130 | 3 | 112 | 456 | 117 | 17 |
| Binary | 1000011 | 1000 | 1000001 | 0 | 1011000 | 11 | 1001010 | 100101110 | 1001111 | 1111 |
Color Harmonies of #430841
Complementary color
Monochromatic Colors of #430841
Black with #430841
Text Example
Text Example
White with #430841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430841; }
p { color: rgb(67,8,65); }
H1.HeaderClassName
{
color: #430841;
}
.AnyTagClassName
{
color: #430841;
}
</style>
background-color css
<style>
a { background-color: #430841; }
a { background-color: rgb(67,8,65); }
div.DivClassName
{
background-color: #430841;
}
.BgClassName
{
background-color: #430841;
}
</style>
border-color css
<style>
span { border-color: #430841; }
span { border-color: rgb(67,8,65); }
td.TdClassName
{
border-color: #430841;
}
.TagClassName
{
border-color: #430841;
}
</style>