Shades of Mardi Gras #430D45
Tints of Mardi Gras #430D45
RGB
CMYK
RGB Variations
Color information
#430D45 (or 0x430D45) is known color: Mardi Gras. HEX triplet: 43, 0D and 45. RGB value is (67,13,69). Sum of RGB (Red+Green+Blue) = 67+13+69=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 69 - color contains mainly: blue. Hex color #430D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D45 is #BCF2BA. Grayscale: #232323. Windows color (decimal): -12382907 or 4525379. OLE color: 4525379.
HSL color Cylindrical-coordinate representation of color #430D45: hue angle of 297.86º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D45 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 13 | 69 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.73 |
| HSL | 297.86º | 0.68% | 0.16% | - |
| HSV(B) | 297.86º | 0.81% | 0.27% | - |
| XYZ | 3.53 | 1.91 | 5.81 | - |
| YUV | 35.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 69 | 0.03 | 0.81 | 0 | 0.73 | 297.86 | 0.68 | 0.16 |
| Hex | 43 | D | 45 | 3 | 51 | 0 | 49 | 12A | 44 | 10 |
| Octal | 103 | 15 | 105 | 3 | 121 | 0 | 111 | 452 | 104 | 20 |
| Binary | 1000011 | 1101 | 1000101 | 11 | 1010001 | 0 | 1001001 | 100101010 | 1000100 | 10000 |
Color Harmonies of #430D45
Complementary color
Monochromatic Colors of #430D45
Black with #430D45
Text Example
Text Example
White with #430D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D45; }
p { color: rgb(67,13,69); }
H1.HeaderClassName
{
color: #430D45;
}
.AnyTagClassName
{
color: #430D45;
}
</style>
background-color css
<style>
a { background-color: #430D45; }
a { background-color: rgb(67,13,69); }
div.DivClassName
{
background-color: #430D45;
}
.BgClassName
{
background-color: #430D45;
}
</style>
border-color css
<style>
span { border-color: #430D45; }
span { border-color: rgb(67,13,69); }
td.TdClassName
{
border-color: #430D45;
}
.TagClassName
{
border-color: #430D45;
}
</style>