Shades of Mardi Gras #431A3E
Tints of Mardi Gras #431A3E
RGB
CMYK
RGB Variations
Color information
#431A3E (or 0x431A3E) is known color: Mardi Gras. HEX triplet: 43, 1A and 3E. RGB value is (67,26,62). Sum of RGB (Red+Green+Blue) = 67+26+62=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 67 - color contains mainly: red. Hex color #431A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A3E is #BCE5C1. Grayscale: #2A2A2A. Windows color (decimal): -12379586 or 4069955. OLE color: 4069955.
HSL color Cylindrical-coordinate representation of color #431A3E: hue angle of 307.32º 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 #431A3E is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 62 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.74 |
| HSL | 307.32º | 0.44% | 0.18% | - |
| HSV(B) | 307.32º | 0.61% | 0.26% | - |
| XYZ | 3.55 | 2.28 | 4.81 | - |
| YUV | 42.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 62 | 0 | 0.61 | 0.07 | 0.74 | 307.32 | 0.44 | 0.18 |
| Hex | 43 | 1A | 3E | 0 | 3D | 7 | 4A | 133 | 2C | 12 |
| Octal | 103 | 32 | 76 | 0 | 75 | 7 | 112 | 463 | 54 | 22 |
| Binary | 1000011 | 11010 | 111110 | 0 | 111101 | 111 | 1001010 | 100110011 | 101100 | 10010 |
Color Harmonies of #431A3E
Complementary color
Monochromatic Colors of #431A3E
Black with #431A3E
Text Example
Text Example
White with #431A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A3E; }
p { color: rgb(67,26,62); }
H1.HeaderClassName
{
color: #431A3E;
}
.AnyTagClassName
{
color: #431A3E;
}
</style>
background-color css
<style>
a { background-color: #431A3E; }
a { background-color: rgb(67,26,62); }
div.DivClassName
{
background-color: #431A3E;
}
.BgClassName
{
background-color: #431A3E;
}
</style>
border-color css
<style>
span { border-color: #431A3E; }
span { border-color: rgb(67,26,62); }
td.TdClassName
{
border-color: #431A3E;
}
.TagClassName
{
border-color: #431A3E;
}
</style>