#3E0539

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

Shades of Mardi Gras #3E0539

Tints of Mardi Gras #3E0539

Color information

#3E0539 (or 0x3E0539) is unknown color: approx Mardi Gras. HEX triplet: 3E, 05 and 39. RGB value is (62,5,57). Sum of RGB (Red+Green+Blue) = 62+5+57=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0539 is #C1FAC6. Grayscale: #1B1B1B. Windows color (decimal): -12712647 or 3736894. OLE color: 3736894.

HSL color Cylindrical-coordinate representation of color #3E0539: hue angle of 305.26º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0539 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB62557-
CMYK00.920.080.76
HSL305.26º85.07%13.14%-
HSV(B)305.26º91.94%24.31%-
XYZ2.781.434-
YUV27.97144.38152.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 57 (22.66% from 255) = 45.97%
R=50%
G=4.03%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6255700.920.080.76305.2685.0713.14
Hex3E53905C84C13155d
Octal7657101341011446112515
Binary111110101111001010111001000100110010011000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E0539; }

 p { color: rgb(62,5,57); }

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

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

 a { background-color: rgb(62,5,57); }

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

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

 span { border-color: rgb(62,5,57); }

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