Shades of Mardi Gras #130512
Tints of Mardi Gras #130512
RGB
CMYK
RGB Variations
Color information
#130512 (or 0x130512) is known color: Mardi Gras. HEX triplet: 13, 05 and 12. RGB value is (19,5,18). Sum of RGB (Red+Green+Blue) = 19+5+18=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130512 is #ECFAED. Grayscale: #0A0A0A. Windows color (decimal): -15530734 or 1180947. OLE color: 1180947.
HSL color Cylindrical-coordinate representation of color #130512: hue angle of 304.29º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130512 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 5 | 18 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.93 |
| HSL | 304.29º | 0.58% | 0.05% | - |
| HSV(B) | 304.29º | 0.74% | 0.07% | - |
| XYZ | 0.43 | 0.29 | 0.61 | - |
| YUV | 10.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 18 | 0 | 0.74 | 0.05 | 0.93 | 304.29 | 0.58 | 0.05 |
| Hex | 13 | 5 | 12 | 0 | 4A | 5 | 5D | 130 | 3A | 5 |
| Octal | 23 | 5 | 22 | 0 | 112 | 5 | 135 | 460 | 72 | 5 |
| Binary | 10011 | 101 | 10010 | 0 | 1001010 | 101 | 1011101 | 100110000 | 111010 | 101 |
Color Harmonies of #130512
Complementary color
Monochromatic Colors of #130512
Black with #130512
Text Example
Text Example
White with #130512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130512; }
p { color: rgb(19,5,18); }
H1.HeaderClassName
{
color: #130512;
}
.AnyTagClassName
{
color: #130512;
}
</style>
background-color css
<style>
a { background-color: #130512; }
a { background-color: rgb(19,5,18); }
div.DivClassName
{
background-color: #130512;
}
.BgClassName
{
background-color: #130512;
}
</style>
border-color css
<style>
span { border-color: #130512; }
span { border-color: rgb(19,5,18); }
td.TdClassName
{
border-color: #130512;
}
.TagClassName
{
border-color: #130512;
}
</style>