#110611

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

Shades of Mardi Gras #110611

Tints of Mardi Gras #110611

Color information

#110611 (or 0x110611) is unknown color: approx Mardi Gras. HEX triplet: 11, 06 and 11. RGB value is (17,6,17). Sum of RGB (Red+Green+Blue) = 17+6+17=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 17 - color contains mainly: red, blue. Hex color #110611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110611 is #EEF9EE. Grayscale: #0A0A0A. Windows color (decimal): -15661551 or 1115665. OLE color: 1115665.

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

Color convert

RGB17617-
CMYK00.6500.93
HSL300º47.83%4.51%-
HSV(B)300º64.71%6.67%-
XYZ0.40.290.57-
YUV10.54131.64132.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 17 (7.03% from 255) = 42.5%
R=42.5%
G=15%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1761700.6500.9330047.834.51
Hex1161104105D12c305
Octal2162101010135454605
Binary10001110100010100000101011101100101100110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110611; }

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

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

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

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

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

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

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

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