#401239

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

Shades of Mardi Gras #401239

Tints of Mardi Gras #401239

Color information

#401239 (or 0x401239) is unknown color: approx Mardi Gras. HEX triplet: 40, 12 and 39. RGB value is (64,18,57). Sum of RGB (Red+Green+Blue) = 64+18+57=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401239 is #BFEDC6. Grayscale: #242424. Windows color (decimal): -12578247 or 3740224. OLE color: 3740224.

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

Color convert

RGB641857-
CMYK00.720.110.75
HSL309.13º56.1%16.08%-
HSV(B)309.13º71.88%25.1%-
XYZ3.071.824.06-
YUV36.2139.74147.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 57 (22.66% from 255) = 41.01%
R=46.04%
G=12.95%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64185700.720.110.75309.1356.116.08
Hex401239048B4B1353810
Octal10022710110131134657020
Binary100000010010111001010010001011100101110011010111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401239; }

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

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

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

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

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

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

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

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