Shades of Mardi Gras #100810
Tints of Mardi Gras #100810
RGB
CMYK
RGB Variations
Color information
#100810 (or 0x100810) is known color: Mardi Gras. HEX triplet: 10, 08 and 10. RGB value is (16,8,16). Sum of RGB (Red+Green+Blue) = 16+8+16=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100810 is #EFF7EF. Grayscale: #0B0B0B. Windows color (decimal): -15726576 or 1050640. OLE color: 1050640.
HSL color Cylindrical-coordinate representation of color #100810: hue angle of 300º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #100810 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
RGB | 16 | 8 | 16 | - |
CMYK | 0 | 0.50 | 0 | 0.94 |
HSL | 300º | 0.33% | 0.05% | - |
HSV(B) | 300º | 0.5% | 0.06% | - |
XYZ | 0.39 | 0.32 | 0.53 | - |
YUV | 11.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 8 | 16 | 0 | 0.50 | 0 | 0.94 | 300 | 0.33 | 0.05 |
Hex | 10 | 8 | 10 | 0 | 32 | 0 | 5E | 12C | 21 | 5 |
Octal | 20 | 10 | 20 | 0 | 62 | 0 | 136 | 454 | 41 | 5 |
Binary | 10000 | 1000 | 10000 | 0 | 110010 | 0 | 1011110 | 100101100 | 100001 | 101 |
Color Harmonies of #100810
Complementary color
Monochromatic Colors of #100810
Black with #100810
Text Example
Text Example
White with #100810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100810; }
p { color: rgb(16,8,16); }
H1.HeaderClassName
{
color: #100810;
}
.AnyTagClassName
{
color: #100810;
}
</style>
background-color css
<style>
a { background-color: #100810; }
a { background-color: rgb(16,8,16); }
div.DivClassName
{
background-color: #100810;
}
.BgClassName
{
background-color: #100810;
}
</style>
border-color css
<style>
span { border-color: #100810; }
span { border-color: rgb(16,8,16); }
td.TdClassName
{
border-color: #100810;
}
.TagClassName
{
border-color: #100810;
}
</style>