Shades of Mardi Gras #130812
Tints of Mardi Gras #130812
RGB
CMYK
RGB Variations
Color information
#130812 (or 0x130812) is known color: Mardi Gras. HEX triplet: 13, 08 and 12. RGB value is (19,8,18). Sum of RGB (Red+Green+Blue) = 19+8+18=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 19 - color contains mainly: red. Hex color #130812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130812 is #ECF7ED. Grayscale: #0C0C0C. Windows color (decimal): -15529966 or 1181715. OLE color: 1181715.
HSL color Cylindrical-coordinate representation of color #130812: hue angle of 305.45º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #130812 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 8 | 18 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.93 |
| HSL | 305.45º | 0.41% | 0.05% | - |
| HSV(B) | 305.45º | 0.58% | 0.07% | - |
| XYZ | 0.46 | 0.36 | 0.62 | - |
| YUV | 12.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 18 | 0 | 0.58 | 0.05 | 0.93 | 305.45 | 0.41 | 0.05 |
| Hex | 13 | 8 | 12 | 0 | 3A | 5 | 5D | 131 | 29 | 5 |
| Octal | 23 | 10 | 22 | 0 | 72 | 5 | 135 | 461 | 51 | 5 |
| Binary | 10011 | 1000 | 10010 | 0 | 111010 | 101 | 1011101 | 100110001 | 101001 | 101 |
Color Harmonies of #130812
Complementary color
Monochromatic Colors of #130812
Black with #130812
Text Example
Text Example
White with #130812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130812; }
p { color: rgb(19,8,18); }
H1.HeaderClassName
{
color: #130812;
}
.AnyTagClassName
{
color: #130812;
}
</style>
background-color css
<style>
a { background-color: #130812; }
a { background-color: rgb(19,8,18); }
div.DivClassName
{
background-color: #130812;
}
.BgClassName
{
background-color: #130812;
}
</style>
border-color css
<style>
span { border-color: #130812; }
span { border-color: rgb(19,8,18); }
td.TdClassName
{
border-color: #130812;
}
.TagClassName
{
border-color: #130812;
}
</style>