#110710

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

Shades of Mardi Gras #110710

Tints of Mardi Gras #110710

Color information

#110710 (or 0x110710) is unknown color: approx Mardi Gras. HEX triplet: 11, 07 and 10. RGB value is (17,7,16). Sum of RGB (Red+Green+Blue) = 17+7+16=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #110710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110710 is #EEF8EF. Grayscale: #0A0A0A. Windows color (decimal): -15661296 or 1050385. OLE color: 1050385.

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

Color convert

RGB17716-
CMYK00.590.060.93
HSL306º41.67%4.71%-
HSV(B)306º58.82%6.67%-
XYZ0.40.310.53-
YUV11.02130.81132.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 16 (6.64% from 255) = 40%
R=42.5%
G=17.5%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1771600.590.060.9330641.674.71
Hex1171003B65D1322a5
Octal217200736135462525
Binary100011111000001110111101011101100110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110710; }

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

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

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

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

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

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

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

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