#100610

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

Shades of Mardi Gras #100610

Tints of Mardi Gras #100610

Color information

#100610 (or 0x100610) is unknown color: approx Mardi Gras. HEX triplet: 10, 06 and 10. RGB value is (16,6,16). Sum of RGB (Red+Green+Blue) = 16+6+16=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100610 is #EFF9EF. Grayscale: #0A0A0A. Windows color (decimal): -15727088 or 1050128. OLE color: 1050128.

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

Color convert

RGB16616-
CMYK00.6200.94
HSL300º45.45%4.31%-
HSV(B)300º62.5%6.27%-
XYZ0.370.280.52-
YUV10.13131.31132.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 42.11%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 16 (6.64% from 255) = 42.11%
R=42.11%
G=15.79%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1661600.6200.9430045.454.31
Hex1061003E05E12c2d4
Octal206200760136454554
Binary1000011010000011111001011110100101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100610; }

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

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

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

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

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

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

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

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