#100710

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

Shades of Mardi Gras #100710

Tints of Mardi Gras #100710

Color information

#100710 (or 0x100710) is unknown color: approx Mardi Gras. HEX triplet: 10, 07 and 10. RGB value is (16,7,16). Sum of RGB (Red+Green+Blue) = 16+7+16=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100710 is #EFF8EF. Grayscale: #0A0A0A. Windows color (decimal): -15726832 or 1050384. OLE color: 1050384.

HSL color Cylindrical-coordinate representation of color #100710: hue angle of 300º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #100710 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB16716-
CMYK00.5600.94
HSL300º39.13%4.51%-
HSV(B)300º56.25%6.27%-
XYZ0.380.30.53-
YUV10.72130.98131.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 41.03%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 16 (6.64% from 255) = 41.03%
R=41.03%
G=17.95%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1671600.5600.9430039.134.51
Hex1071003805E12c275
Octal207200700136454475
Binary1000011110000011100001011110100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100710; }

 p { color: rgb(16,7,16); }

 H1.HeaderClassName
 {
   color: #100710;
 }
 .AnyTagClassName
 {
   color: #100710;
 }
</style>
background-color css

<style>
 a { background-color: #100710; }

 a { background-color: rgb(16,7,16); }

 div.DivClassName
 {
   background-color: #100710;
 }
 .BgClassName
 {
   background-color: #100710;
 }
</style>
border-color css

<style>
 span { border-color: #100710; }

 span { border-color: rgb(16,7,16); }

 td.TdClassName
 {
   border-color: #100710;
 }
 .TagClassName
 {
   border-color: #100710;
 }
</style>