#110511

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

Shades of Mardi Gras #110511

Tints of Mardi Gras #110511

Color information

#110511 (or 0x110511) is unknown color: approx Mardi Gras. HEX triplet: 11, 05 and 11. RGB value is (17,5,17). Sum of RGB (Red+Green+Blue) = 17+5+17=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 17 - color contains mainly: red, blue. Hex color #110511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110511 is #EEFAEE. Grayscale: #090909. Windows color (decimal): -15661807 or 1115409. OLE color: 1115409.

HSL color Cylindrical-coordinate representation of color #110511: hue angle of 300º 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 #110511 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB17517-
CMYK00.7100.93
HSL300º54.55%4.31%-
HSV(B)300º70.59%6.67%-
XYZ0.390.270.56-
YUV9.96131.98133.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 43.59%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 17 (7.03% from 255) = 43.59%
R=43.59%
G=12.82%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1751700.7100.9330054.554.31
Hex1151104705D12c374
Octal2152101070135454674
Binary10001101100010100011101011101100101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110511; }

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

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

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

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

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

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

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

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