#100611

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

Shades of Mardi Gras #100611

Tints of Mardi Gras #100611

Color information

#100611 (or 0x100611) is unknown color: approx Mardi Gras. HEX triplet: 10, 06 and 11. RGB value is (16,6,17). Sum of RGB (Red+Green+Blue) = 16+6+17=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 17 - color contains mainly: blue. Hex color #100611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100611 is #EFF9EE. Grayscale: #0A0A0A. Windows color (decimal): -15727087 or 1115664. OLE color: 1115664.

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

Color convert

RGB16617-
CMYK0.060.6500.93
HSL294.55º47.83%4.51%-
HSV(B)294.55º64.71%6.67%-
XYZ0.380.280.56-
YUV10.24131.81132.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 41.03%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 17 (7.03% from 255) = 43.59%
R=41.03%
G=15.38%
B=43.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal166170.060.6500.93294.5547.834.51
Hex1061164105D127305
Octal2062161010135447605
Binary1000011010001110100000101011101100100111110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100611; }

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

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

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

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

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

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

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

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