#401139

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

Shades of Mardi Gras #401139

Tints of Mardi Gras #401139

Color information

#401139 (or 0x401139) is unknown color: approx Mardi Gras. HEX triplet: 40, 11 and 39. RGB value is (64,17,57). Sum of RGB (Red+Green+Blue) = 64+17+57=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401139 is #BFEEC6. Grayscale: #232323. Windows color (decimal): -12578503 or 3739968. OLE color: 3739968.

HSL color Cylindrical-coordinate representation of color #401139: hue angle of 308.94º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401139 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB641757-
CMYK00.730.110.75
HSL308.94º58.02%15.88%-
HSV(B)308.94º73.44%25.1%-
XYZ3.051.794.05-
YUV35.61140.07148.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=46.38%
G=12.32%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64175700.730.110.75308.9458.0215.88
Hex401139049B4B1353a10
Octal10021710111131134657220
Binary100000010001111001010010011011100101110011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401139; }

 p { color: rgb(64,17,57); }

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

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

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

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

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

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

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