Shades of Mardi Gras #431A3C
Tints of Mardi Gras #431A3C
RGB
CMYK
RGB Variations
Color information
#431A3C (or 0x431A3C) is known color: Mardi Gras. HEX triplet: 43, 1A and 3C. RGB value is (67,26,60). Sum of RGB (Red+Green+Blue) = 67+26+60=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #431A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A3C is #BCE5C3. Grayscale: #2A2A2A. Windows color (decimal): -12379588 or 3938883. OLE color: 3938883.
HSL color Cylindrical-coordinate representation of color #431A3C: hue angle of 310.24º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A3C is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 60 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.74 |
| HSL | 310.24º | 0.44% | 0.18% | - |
| HSV(B) | 310.24º | 0.61% | 0.26% | - |
| XYZ | 3.5 | 2.26 | 4.53 | - |
| YUV | 42.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 60 | 0 | 0.61 | 0.10 | 0.74 | 310.24 | 0.44 | 0.18 |
| Hex | 43 | 1A | 3C | 0 | 3D | A | 4A | 136 | 2C | 12 |
| Octal | 103 | 32 | 74 | 0 | 75 | 12 | 112 | 466 | 54 | 22 |
| Binary | 1000011 | 11010 | 111100 | 0 | 111101 | 1010 | 1001010 | 100110110 | 101100 | 10010 |
Color Harmonies of #431A3C
Complementary color
Monochromatic Colors of #431A3C
Black with #431A3C
Text Example
Text Example
White with #431A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A3C; }
p { color: rgb(67,26,60); }
H1.HeaderClassName
{
color: #431A3C;
}
.AnyTagClassName
{
color: #431A3C;
}
</style>
background-color css
<style>
a { background-color: #431A3C; }
a { background-color: rgb(67,26,60); }
div.DivClassName
{
background-color: #431A3C;
}
.BgClassName
{
background-color: #431A3C;
}
</style>
border-color css
<style>
span { border-color: #431A3C; }
span { border-color: rgb(67,26,60); }
td.TdClassName
{
border-color: #431A3C;
}
.TagClassName
{
border-color: #431A3C;
}
</style>