Shades of Mardi Gras #120511
Tints of Mardi Gras #120511
RGB
CMYK
RGB Variations
Color information
#120511 (or 0x120511) is known color: Mardi Gras. HEX triplet: 12, 05 and 11. RGB value is (18,5,17). Sum of RGB (Red+Green+Blue) = 18+5+17=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #120511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120511 is #EDFAEE. Grayscale: #0A0A0A. Windows color (decimal): -15596271 or 1115410. OLE color: 1115410.
HSL color Cylindrical-coordinate representation of color #120511: hue angle of 304.62º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120511 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 5 | 17 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.93 |
| HSL | 304.62º | 0.57% | 0.05% | - |
| HSV(B) | 304.62º | 0.72% | 0.07% | - |
| XYZ | 0.4 | 0.28 | 0.56 | - |
| YUV | 10.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 17 | 0 | 0.72 | 0.06 | 0.93 | 304.62 | 0.57 | 0.05 |
| Hex | 12 | 5 | 11 | 0 | 48 | 6 | 5D | 131 | 39 | 5 |
| Octal | 22 | 5 | 21 | 0 | 110 | 6 | 135 | 461 | 71 | 5 |
| Binary | 10010 | 101 | 10001 | 0 | 1001000 | 110 | 1011101 | 100110001 | 111001 | 101 |
Color Harmonies of #120511
Complementary color
Monochromatic Colors of #120511
Black with #120511
Text Example
Text Example
White with #120511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120511; }
p { color: rgb(18,5,17); }
H1.HeaderClassName
{
color: #120511;
}
.AnyTagClassName
{
color: #120511;
}
</style>
background-color css
<style>
a { background-color: #120511; }
a { background-color: rgb(18,5,17); }
div.DivClassName
{
background-color: #120511;
}
.BgClassName
{
background-color: #120511;
}
</style>
border-color css
<style>
span { border-color: #120511; }
span { border-color: rgb(18,5,17); }
td.TdClassName
{
border-color: #120511;
}
.TagClassName
{
border-color: #120511;
}
</style>