Html Css Color HEX #40213E Mardi Gras

📋 copy color: '#40213E'

red 64 ◦ green 33 ◦ blue 62

#40213E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #40213E

Tints of Mardi Gras #40213E

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 value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#40213E (or 0x40213E) is known color: 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

RGB 64 33 62 -
CMYK 0 0.48 0.03 0.75
HSL 303.87º 0.32% 0.19% -
HSV(B) 303.87º 0.48% 0.25% -
XYZ 3.53 2.53 4.86 -
YUV 45.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 64 33 62 0 0.48 0.03 0.75 303.87 0.32 0.19
Hex 40 21 3E 0 30 3 4B 130 20 13
Octal 100 41 76 0 60 3 113 460 40 23
Binary 1000000 100001 111110 0 110000 11 1001011 100110000 100000 10011

Color Harmonies of #40213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40213E

Black with #40213E

Text Example


Text Example

White with #40213E

Text Example


Text Example

HTML Codes & Css Web 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>