Shades of Mardi Gras #130411
Tints of Mardi Gras #130411
RGB
CMYK
RGB Variations
Color information
#130411 (or 0x130411) is known color: Mardi Gras. HEX triplet: 13, 04 and 11. RGB value is (19,4,17). Sum of RGB (Red+Green+Blue) = 19+4+17=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #130411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130411 is #ECFBEE. Grayscale: #090909. Windows color (decimal): -15530991 or 1115155. OLE color: 1115155.
HSL color Cylindrical-coordinate representation of color #130411: hue angle of 308º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130411 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 4 | 17 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.93 |
| HSL | 308º | 0.65% | 0.05% | - |
| HSV(B) | 308º | 0.79% | 0.07% | - |
| XYZ | 0.41 | 0.27 | 0.56 | - |
| YUV | 9.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 17 | 0 | 0.79 | 0.11 | 0.93 | 308 | 0.65 | 0.05 |
| Hex | 13 | 4 | 11 | 0 | 4F | B | 5D | 134 | 41 | 5 |
| Octal | 23 | 4 | 21 | 0 | 117 | 13 | 135 | 464 | 101 | 5 |
| Binary | 10011 | 100 | 10001 | 0 | 1001111 | 1011 | 1011101 | 100110100 | 1000001 | 101 |
Color Harmonies of #130411
Complementary color
Monochromatic Colors of #130411
Black with #130411
Text Example
Text Example
White with #130411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130411; }
p { color: rgb(19,4,17); }
H1.HeaderClassName
{
color: #130411;
}
.AnyTagClassName
{
color: #130411;
}
</style>
background-color css
<style>
a { background-color: #130411; }
a { background-color: rgb(19,4,17); }
div.DivClassName
{
background-color: #130411;
}
.BgClassName
{
background-color: #130411;
}
</style>
border-color css
<style>
span { border-color: #130411; }
span { border-color: rgb(19,4,17); }
td.TdClassName
{
border-color: #130411;
}
.TagClassName
{
border-color: #130411;
}
</style>