Shades of Mardi Gras #43193B
Tints of Mardi Gras #43193B
RGB
CMYK
RGB Variations
Color information
#43193B (or 0x43193B) is known color: Mardi Gras. HEX triplet: 43, 19 and 3B. RGB value is (67,25,59). Sum of RGB (Red+Green+Blue) = 67+25+59=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #43193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43193B is #BCE6C4. Grayscale: #292929. Windows color (decimal): -12379845 or 3873091. OLE color: 3873091.
HSL color Cylindrical-coordinate representation of color #43193B: hue angle of 311.43º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43193B is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 25 | 59 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.74 |
| HSL | 311.43º | 0.46% | 0.18% | - |
| HSV(B) | 311.43º | 0.63% | 0.26% | - |
| XYZ | 3.45 | 2.2 | 4.38 | - |
| YUV | 41.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 59 | 0 | 0.63 | 0.12 | 0.74 | 311.43 | 0.46 | 0.18 |
| Hex | 43 | 19 | 3B | 0 | 3F | C | 4A | 137 | 2E | 12 |
| Octal | 103 | 31 | 73 | 0 | 77 | 14 | 112 | 467 | 56 | 22 |
| Binary | 1000011 | 11001 | 111011 | 0 | 111111 | 1100 | 1001010 | 100110111 | 101110 | 10010 |
Color Harmonies of #43193B
Complementary color
Monochromatic Colors of #43193B
Black with #43193B
Text Example
Text Example
White with #43193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43193B; }
p { color: rgb(67,25,59); }
H1.HeaderClassName
{
color: #43193B;
}
.AnyTagClassName
{
color: #43193B;
}
</style>
background-color css
<style>
a { background-color: #43193B; }
a { background-color: rgb(67,25,59); }
div.DivClassName
{
background-color: #43193B;
}
.BgClassName
{
background-color: #43193B;
}
</style>
border-color css
<style>
span { border-color: #43193B; }
span { border-color: rgb(67,25,59); }
td.TdClassName
{
border-color: #43193B;
}
.TagClassName
{
border-color: #43193B;
}
</style>