#110411

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

Shades of Mardi Gras #110411

Tints of Mardi Gras #110411

Color information

#110411 (or 0x110411) is unknown color: approx Mardi Gras. HEX triplet: 11, 04 and 11. RGB value is (17,4,17). Sum of RGB (Red+Green+Blue) = 17+4+17=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 17 - color contains mainly: red, blue. Hex color #110411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110411 is #EEFBEE. Grayscale: #090909. Windows color (decimal): -15662063 or 1115153. OLE color: 1115153.

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

Color convert

RGB17417-
CMYK00.7600.93
HSL300º61.9%4.12%-
HSV(B)300º76.47%6.67%-
XYZ0.380.250.56-
YUV9.37132.31133.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 44.74%
GREEN value IS 4 (1.95% from 255) = 10.53%
BLUE value IS 17 (7.03% from 255) = 44.74%
R=44.74%
G=10.53%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1741700.7600.9330061.94.12
Hex1141104C05D12c3e4
Octal2142101140135454764
Binary10001100100010100110001011101100101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110411; }

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

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

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

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

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

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

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

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