Shades of Mardi Gras #431741
Tints of Mardi Gras #431741
RGB
CMYK
RGB Variations
Color information
#431741 (or 0x431741) is known color: Mardi Gras. HEX triplet: 43, 17 and 41. RGB value is (67,23,65). Sum of RGB (Red+Green+Blue) = 67+23+65=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 67 - color contains mainly: red. Hex color #431741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431741 is #BCE8BE. Grayscale: #282828. Windows color (decimal): -12380351 or 4265795. OLE color: 4265795.
HSL color Cylindrical-coordinate representation of color #431741: hue angle of 302.73º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431741 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 23 | 65 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.74 |
| HSL | 302.73º | 0.49% | 0.18% | - |
| HSV(B) | 302.73º | 0.66% | 0.26% | - |
| XYZ | 3.58 | 2.19 | 5.23 | - |
| YUV | 40.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 65 | 0 | 0.66 | 0.03 | 0.74 | 302.73 | 0.49 | 0.18 |
| Hex | 43 | 17 | 41 | 0 | 42 | 3 | 4A | 12F | 31 | 12 |
| Octal | 103 | 27 | 101 | 0 | 102 | 3 | 112 | 457 | 61 | 22 |
| Binary | 1000011 | 10111 | 1000001 | 0 | 1000010 | 11 | 1001010 | 100101111 | 110001 | 10010 |
Color Harmonies of #431741
Complementary color
Monochromatic Colors of #431741
Black with #431741
Text Example
Text Example
White with #431741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431741; }
p { color: rgb(67,23,65); }
H1.HeaderClassName
{
color: #431741;
}
.AnyTagClassName
{
color: #431741;
}
</style>
background-color css
<style>
a { background-color: #431741; }
a { background-color: rgb(67,23,65); }
div.DivClassName
{
background-color: #431741;
}
.BgClassName
{
background-color: #431741;
}
</style>
border-color css
<style>
span { border-color: #431741; }
span { border-color: rgb(67,23,65); }
td.TdClassName
{
border-color: #431741;
}
.TagClassName
{
border-color: #431741;
}
</style>