Shades of Mardi Gras #430D3C
Tints of Mardi Gras #430D3C
RGB
CMYK
RGB Variations
Color information
#430D3C (or 0x430D3C) is known color: Mardi Gras. HEX triplet: 43, 0D and 3C. RGB value is (67,13,60). Sum of RGB (Red+Green+Blue) = 67+13+60=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #430D3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D3C is #BCF2C3. Grayscale: #222222. Windows color (decimal): -12382916 or 3935555. OLE color: 3935555.
HSL color Cylindrical-coordinate representation of color #430D3C: hue angle of 307.78º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D3C is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 60 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.74 |
| HSL | 307.78º | 0.68% | 0.16% | - |
| HSV(B) | 307.78º | 0.81% | 0.26% | - |
| XYZ | 3.27 | 1.81 | 4.45 | - |
| YUV | 34.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 60 | 0 | 0.81 | 0.10 | 0.74 | 307.78 | 0.68 | 0.16 |
| Hex | 43 | D | 3C | 0 | 51 | A | 4A | 134 | 44 | 10 |
| Octal | 103 | 15 | 74 | 0 | 121 | 12 | 112 | 464 | 104 | 20 |
| Binary | 1000011 | 1101 | 111100 | 0 | 1010001 | 1010 | 1001010 | 100110100 | 1000100 | 10000 |
Color Harmonies of #430D3C
Complementary color
Monochromatic Colors of #430D3C
Black with #430D3C
Text Example
Text Example
White with #430D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D3C; }
p { color: rgb(67,13,60); }
H1.HeaderClassName
{
color: #430D3C;
}
.AnyTagClassName
{
color: #430D3C;
}
</style>
background-color css
<style>
a { background-color: #430D3C; }
a { background-color: rgb(67,13,60); }
div.DivClassName
{
background-color: #430D3C;
}
.BgClassName
{
background-color: #430D3C;
}
</style>
border-color css
<style>
span { border-color: #430D3C; }
span { border-color: rgb(67,13,60); }
td.TdClassName
{
border-color: #430D3C;
}
.TagClassName
{
border-color: #430D3C;
}
</style>