Shades of Mardi Gras #430D3A
Tints of Mardi Gras #430D3A
RGB
CMYK
RGB Variations
Color information
#430D3A (or 0x430D3A) is known color: Mardi Gras. HEX triplet: 43, 0D and 3A. RGB value is (67,13,58). Sum of RGB (Red+Green+Blue) = 67+13+58=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #430D3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D3A is #BCF2C5. Grayscale: #222222. Windows color (decimal): -12382918 or 3804483. OLE color: 3804483.
HSL color Cylindrical-coordinate representation of color #430D3A: hue angle of 310º 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 #430D3A is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 58 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.74 |
| HSL | 310º | 0.68% | 0.16% | - |
| HSV(B) | 310º | 0.81% | 0.26% | - |
| XYZ | 3.22 | 1.79 | 4.18 | - |
| YUV | 34.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 58 | 0 | 0.81 | 0.13 | 0.74 | 310 | 0.68 | 0.16 |
| Hex | 43 | D | 3A | 0 | 51 | D | 4A | 136 | 44 | 10 |
| Octal | 103 | 15 | 72 | 0 | 121 | 15 | 112 | 466 | 104 | 20 |
| Binary | 1000011 | 1101 | 111010 | 0 | 1010001 | 1101 | 1001010 | 100110110 | 1000100 | 10000 |
Color Harmonies of #430D3A
Complementary color
Monochromatic Colors of #430D3A
Black with #430D3A
Text Example
Text Example
White with #430D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D3A; }
p { color: rgb(67,13,58); }
H1.HeaderClassName
{
color: #430D3A;
}
.AnyTagClassName
{
color: #430D3A;
}
</style>
background-color css
<style>
a { background-color: #430D3A; }
a { background-color: rgb(67,13,58); }
div.DivClassName
{
background-color: #430D3A;
}
.BgClassName
{
background-color: #430D3A;
}
</style>
border-color css
<style>
span { border-color: #430D3A; }
span { border-color: rgb(67,13,58); }
td.TdClassName
{
border-color: #430D3A;
}
.TagClassName
{
border-color: #430D3A;
}
</style>