Html Css Color HEX #40203D Mardi Gras

📋 copy color: '#40203D'

red 64 ◦ green 32 ◦ blue 61

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

Shades of Mardi Gras #40203D

Tints of Mardi Gras #40203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 38.85%

R = 40.76%
G = 20.38%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#40203D (or 0x40203D) is known color: Mardi Gras. HEX triplet: 40, 20 and 3D. RGB value is (64,32,61). Sum of RGB (Red+Green+Blue) = 64+32+61=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #40203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40203D is #BFDFC2. Grayscale: #2C2C2C. Windows color (decimal): -12574659 or 4005952. OLE color: 4005952.

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

Color convert

RGB 64 32 61 -
CMYK 0 0.50 0.05 0.75
HSL 305.63º 0.33% 0.19% -
HSV(B) 305.63º 0.5% 0.25% -
XYZ 3.47 2.46 4.71 -
YUV 44.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 64 32 61 0 0.50 0.05 0.75 305.63 0.33 0.19
Hex 40 20 3D 0 32 5 4B 132 21 13
Octal 100 40 75 0 62 5 113 462 41 23
Binary 1000000 100000 111101 0 110010 101 1001011 100110010 100001 10011

Color Harmonies of #40203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40203D

Black with #40203D

Text Example


Text Example

White with #40203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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