#40213E

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

Shades of Mardi Gras #40213E

Tints of Mardi Gras #40213E

Color information

#40213E (or 0x40213E) is unknown color: approx Mardi Gras. HEX triplet: 40, 21 and 3E. RGB value is (64,33,62). Sum of RGB (Red+Green+Blue) = 64+33+62=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #40213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40213E is #BFDEC1. Grayscale: #2D2D2D. Windows color (decimal): -12574402 or 4071744. OLE color: 4071744.

HSL color Cylindrical-coordinate representation of color #40213E: hue angle of 303.87º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40213E is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB643362-
CMYK00.480.030.75
HSL303.87º31.96%19.02%-
HSV(B)303.87º48.44%25.1%-
XYZ3.532.534.86-
YUV45.58137.27141.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 62 (24.61% from 255) = 38.99%
R=40.25%
G=20.75%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64336200.480.030.75303.8731.9619.02
Hex40213E03034B1302013
Octal100417606031134604023
Binary1000000100001111110011000011100101110011000010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40213E; }

 p { color: rgb(64,33,62); }

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

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

 a { background-color: rgb(64,33,62); }

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

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

 span { border-color: rgb(64,33,62); }

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