#110510

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

Shades of Mardi Gras #110510

Tints of Mardi Gras #110510

Color information

#110510 (or 0x110510) is unknown color: approx Mardi Gras. HEX triplet: 11, 05 and 10. RGB value is (17,5,16). Sum of RGB (Red+Green+Blue) = 17+5+16=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #110510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110510 is #EEFAEF. Grayscale: #090909. Windows color (decimal): -15661808 or 1049873. OLE color: 1049873.

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

Color convert

RGB17516-
CMYK00.710.060.93
HSL305º54.55%4.31%-
HSV(B)305º70.59%6.67%-
XYZ0.380.270.52-
YUV9.84131.48133.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 44.74%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 16 (6.64% from 255) = 42.11%
R=44.74%
G=13.16%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1751600.710.060.9330554.554.31
Hex1151004765D131374
Octal2152001076135461674
Binary1000110110000010001111101011101100110001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110510; }

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

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

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

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

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

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

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

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