#110610

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

Shades of Mardi Gras #110610

Tints of Mardi Gras #110610

Color information

#110610 (or 0x110610) is unknown color: approx Mardi Gras. HEX triplet: 11, 06 and 10. RGB value is (17,6,16). Sum of RGB (Red+Green+Blue) = 17+6+16=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 17 - color contains mainly: red. Hex color #110610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110610 is #EEF9EF. Grayscale: #0A0A0A. Windows color (decimal): -15661552 or 1050129. OLE color: 1050129.

HSL color Cylindrical-coordinate representation of color #110610: hue angle of 305.45º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #110610 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB17616-
CMYK00.650.060.93
HSL305.45º47.83%4.51%-
HSV(B)305.45º64.71%6.67%-
XYZ0.390.290.53-
YUV10.43131.14132.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 43.59%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 16 (6.64% from 255) = 41.03%
R=43.59%
G=15.38%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1761600.650.060.93305.4547.834.51
Hex1161004165D131305
Octal2162001016135461605
Binary1000111010000010000011101011101100110001110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110610; }

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

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

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

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

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

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

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

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