#100510

Color #100510 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #100510

Tints of Mardi Gras #100510

Color information

#100510 (or 0x100510) is unknown color: approx 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

RGB16516-
CMYK00.6900.94
HSL300º52.38%4.12%-
HSV(B)300º68.75%6.27%-
XYZ0.360.260.52-
YUV9.54131.64132.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 43.24%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 16 (6.64% from 255) = 43.24%
R=43.24%
G=13.51%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1651600.6900.9430052.384.12
Hex1051004505E12c344
Octal2052001050136454644
Binary10000101100000100010101011110100101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>