#40053B

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

Shades of Mardi Gras #40053B

Tints of Mardi Gras #40053B

Color information

#40053B (or 0x40053B) is unknown color: approx Mardi Gras. HEX triplet: 40, 05 and 3B. RGB value is (64,5,59). Sum of RGB (Red+Green+Blue) = 64+5+59=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40053B is #BFFAC4. Grayscale: #1C1C1C. Windows color (decimal): -12581573 or 3867968. OLE color: 3867968.

HSL color Cylindrical-coordinate representation of color #40053B: hue angle of 305.08º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40053B is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB64559-
CMYK00.920.080.75
HSL305.08º85.51%13.53%-
HSV(B)305.08º92.19%25.1%-
XYZ2.961.514.27-
YUV28.8145.05153.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 59 (23.44% from 255) = 46.09%
R=50%
G=3.91%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6455900.920.080.75305.0885.5113.53
Hex4053B05C84B13156e
Octal10057301341011346112616
Binary1000000101111011010111001000100101110011000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40053B; }

 p { color: rgb(64,5,59); }

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

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

 a { background-color: rgb(64,5,59); }

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

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

 span { border-color: rgb(64,5,59); }

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