#120611

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

Shades of Mardi Gras #120611

Tints of Mardi Gras #120611

Color information

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

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

Color convert

RGB18617-
CMYK00.670.060.93
HSL305º50%4.71%-
HSV(B)305º66.67%7.06%-
XYZ0.420.30.57-
YUV10.84131.48133.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1861700.670.060.93305504.71
Hex1261104365D131325
Octal2262101036135461625
Binary1001011010001010000111101011101100110001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120611; }

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

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

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

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

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

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

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

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