Html Css Color HEX #40203C Mardi Gras

📋 copy color: '#40203C'

red 64 ◦ green 32 ◦ blue 60

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

Shades of Mardi Gras #40203C

Tints of Mardi Gras #40203C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.46%

R = 41.03%
G = 20.51%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#40203C (or 0x40203C) is known color: Mardi Gras. HEX triplet: 40, 20 and 3C. RGB value is (64,32,60). Sum of RGB (Red+Green+Blue) = 64+32+60=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #40203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40203C is #BFDFC3. Grayscale: #2C2C2C. Windows color (decimal): -12574660 or 3940416. OLE color: 3940416.

HSL color Cylindrical-coordinate representation of color #40203C: hue angle of 307.5º 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 #40203C is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 60 -
CMYK 0 0.50 0.06 0.75
HSL 307.5º 0.33% 0.19% -
HSV(B) 307.5º 0.5% 0.25% -
XYZ 3.45 2.45 4.57 -
YUV 44.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 64 32 60 0 0.50 0.06 0.75 307.5 0.33 0.19
Hex 40 20 3C 0 32 6 4B 134 21 13
Octal 100 40 74 0 62 6 113 464 41 23
Binary 1000000 100000 111100 0 110010 110 1001011 100110100 100001 10011

Color Harmonies of #40203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40203C

Black with #40203C

Text Example


Text Example

White with #40203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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