#110612

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

Shades of Mardi Gras #110612

Tints of Mardi Gras #110612

Color information

#110612 (or 0x110612) is unknown color: approx Mardi Gras. HEX triplet: 11, 06 and 12. RGB value is (17,6,18). Sum of RGB (Red+Green+Blue) = 17+6+18=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: blue. Hex color #110612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110612 is #EEF9ED. Grayscale: #0A0A0A. Windows color (decimal): -15661550 or 1181201. OLE color: 1181201.

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

Color convert

RGB17618-
CMYK0.060.6700.93
HSL295º50%4.71%-
HSV(B)295º66.67%7.06%-
XYZ0.410.290.61-
YUV10.66132.14132.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 6 (2.73% from 255) = 14.63%
BLUE value IS 18 (7.42% from 255) = 43.90%
R=41.46%
G=14.63%
B=43.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal176180.060.6700.93295504.71
Hex1161264305D127325
Octal2162261030135447625
Binary1000111010010110100001101011101100100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110612; }

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

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

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

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

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

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

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

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