Html Css Color HEX #400437 Mardi Gras

📋 copy color: '#400437'

red 64 ◦ green 4 ◦ blue 55

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

Shades of Mardi Gras #400437

Tints of Mardi Gras #400437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.25%

 BLUE value IS 55 (21.88% from 255) = 44.72%

R = 52.03%
G = 3.25%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#400437 (or 0x400437) is known color: Mardi Gras. HEX triplet: 40, 04 and 37. RGB value is (64,4,55). Sum of RGB (Red+Green+Blue) = 64+4+55=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #400437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400437 is #BFFBC8. Grayscale: #1B1B1B. Windows color (decimal): -12581833 or 3605568. OLE color: 3605568.

HSL color Cylindrical-coordinate representation of color #400437: hue angle of 309º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400437 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 4 55 -
CMYK 0 0.94 0.14 0.75
HSL 309º 0.88% 0.13% -
HSV(B) 309º 0.94% 0.25% -
XYZ 2.85 1.45 3.74 -
YUV 27.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 64 4 55 0 0.94 0.14 0.75 309 0.88 0.13
Hex 40 4 37 0 5E E 4B 135 58 D
Octal 100 4 67 0 136 16 113 465 130 15
Binary 1000000 100 110111 0 1011110 1110 1001011 100110101 1011000 1101

Color Harmonies of #400437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400437

Black with #400437

Text Example


Text Example

White with #400437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400437; }

 p { color: rgb(64,4,55); }

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

background-color css

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

 a { background-color: rgb(64,4,55); }

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

border-color css

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

 span { border-color: rgb(64,4,55); }

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