Shades of Mardi Gras #100510
Tints of Mardi Gras #100510
RGB
CMYK
RGB Variations
Color information
#100510 (or 0x100510) is known color: Mardi Gras. HEX triplet: 10, 05 and 10. RGB value is (16,5,16). Sum of RGB (Red+Green+Blue) = 16+5+16=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100510 is #EFFAEF. Grayscale: #090909. Windows color (decimal): -15727344 or 1049872. OLE color: 1049872.
HSL color Cylindrical-coordinate representation of color #100510: hue angle of 300º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #100510 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 5 | 16 | - |
| CMYK | 0 | 0.69 | 0 | 0.94 |
| HSL | 300º | 0.52% | 0.04% | - |
| HSV(B) | 300º | 0.69% | 0.06% | - |
| XYZ | 0.36 | 0.26 | 0.52 | - |
| YUV | 9.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 16 | 0 | 0.69 | 0 | 0.94 | 300 | 0.52 | 0.04 |
| Hex | 10 | 5 | 10 | 0 | 45 | 0 | 5E | 12C | 34 | 4 |
| Octal | 20 | 5 | 20 | 0 | 105 | 0 | 136 | 454 | 64 | 4 |
| Binary | 10000 | 101 | 10000 | 0 | 1000101 | 0 | 1011110 | 100101100 | 110100 | 100 |
Color Harmonies of #100510
Complementary color
Monochromatic Colors of #100510
Black with #100510
Text Example
Text Example
White with #100510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100510; }
p { color: rgb(16,5,16); }
H1.HeaderClassName
{
color: #100510;
}
.AnyTagClassName
{
color: #100510;
}
</style>
background-color css
<style>
a { background-color: #100510; }
a { background-color: rgb(16,5,16); }
div.DivClassName
{
background-color: #100510;
}
.BgClassName
{
background-color: #100510;
}
</style>
border-color css
<style>
span { border-color: #100510; }
span { border-color: rgb(16,5,16); }
td.TdClassName
{
border-color: #100510;
}
.TagClassName
{
border-color: #100510;
}
</style>