#40213F

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

Shades of Mardi Gras #40213F

Tints of Mardi Gras #40213F

Color information

#40213F (or 0x40213F) is unknown color: approx Mardi Gras. HEX triplet: 40, 21 and 3F. RGB value is (64,33,63). Sum of RGB (Red+Green+Blue) = 64+33+63=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #40213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40213F is #BFDEC0. Grayscale: #2D2D2D. Windows color (decimal): -12574401 or 4137280. OLE color: 4137280.

HSL color Cylindrical-coordinate representation of color #40213F: hue angle of 301.94º 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 #40213F is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB643363-
CMYK00.480.020.75
HSL301.94º31.96%19.02%-
HSV(B)301.94º48.44%25.1%-
XYZ3.562.545-
YUV45.69137.77141.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 63 (25% from 255) = 39.38%
R=40%
G=20.62%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64336300.480.020.75301.9431.9619.02
Hex40213F03024B12e2013
Octal100417706021134564023
Binary1000000100001111111011000010100101110010111010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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