#401939

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

Shades of Mardi Gras #401939

Tints of Mardi Gras #401939

Color information

#401939 (or 0x401939) is unknown color: approx Mardi Gras. HEX triplet: 40, 19 and 39. RGB value is (64,25,57). Sum of RGB (Red+Green+Blue) = 64+25+57=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #401939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401939 is #BFE6C6. Grayscale: #282828. Windows color (decimal): -12576455 or 3742016. OLE color: 3742016.

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

Color convert

RGB642557-
CMYK00.610.110.75
HSL310.77º43.82%17.45%-
HSV(B)310.77º60.94%25.1%-
XYZ3.22.084.1-
YUV40.31137.42144.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=43.84%
G=17.12%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64255700.610.110.75310.7743.8217.45
Hex40193903DB4B1372c11
Octal1003171075131134675421
Binary10000001100111100101111011011100101110011011110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401939; }

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

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

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

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

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

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

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

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