Html Css Color HEX #40203F Mardi Gras

📋 copy color: '#40203F'

red 64 ◦ green 32 ◦ blue 63

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

Shades of Mardi Gras #40203F

Tints of Mardi Gras #40203F

RGB

 RED value IS 64 (25.39% from 255) = 40.25%

 GREEN value IS 32 (12.89% from 255) = 20.13%

 BLUE value IS 63 (25% from 255) = 39.62%

R = 40.25%
G = 20.13%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#40203F (or 0x40203F) is known color: Mardi Gras. HEX triplet: 40, 20 and 3F. RGB value is (64,32,63). Sum of RGB (Red+Green+Blue) = 64+32+63=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #40203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40203F is #BFDFC0. Grayscale: #2D2D2D. Windows color (decimal): -12574657 or 4137024. OLE color: 4137024.

HSL color Cylindrical-coordinate representation of color #40203F: hue angle of 301.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40203F is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 63 -
CMYK 0 0.50 0.02 0.75
HSL 301.88º 0.33% 0.19% -
HSV(B) 301.88º 0.5% 0.25% -
XYZ 3.53 2.48 5 -
YUV 45.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 64 32 63 0 0.50 0.02 0.75 301.88 0.33 0.19
Hex 40 20 3F 0 32 2 4B 12E 21 13
Octal 100 40 77 0 62 2 113 456 41 23
Binary 1000000 100000 111111 0 110010 10 1001011 100101110 100001 10011

Color Harmonies of #40203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40203F

Black with #40203F

Text Example


Text Example

White with #40203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40203F;
 }
 .AnyTagClassName
 {
   color: #40203F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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