Html Css Color HEX #400537 Mardi Gras

📋 copy color: '#400537'

red 64 ◦ green 5 ◦ blue 55

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

Shades of Mardi Gras #400537

Tints of Mardi Gras #400537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

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

R = 51.61%
G = 4.03%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#400537 (or 0x400537) is known color: Mardi Gras. HEX triplet: 40, 05 and 37. RGB value is (64,5,55). Sum of RGB (Red+Green+Blue) = 64+5+55=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #400537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400537 is #BFFAC8. Grayscale: #1C1C1C. Windows color (decimal): -12581577 or 3605824. OLE color: 3605824.

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

Color convert

RGB 64 5 55 -
CMYK 0 0.92 0.14 0.75
HSL 309.15º 0.86% 0.14% -
HSV(B) 309.15º 0.92% 0.25% -
XYZ 2.86 1.47 3.75 -
YUV 28.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 64 5 55 0 0.92 0.14 0.75 309.15 0.86 0.14
Hex 40 5 37 0 5C E 4B 135 56 E
Octal 100 5 67 0 134 16 113 465 126 16
Binary 1000000 101 110111 0 1011100 1110 1001011 100110101 1010110 1110

Color Harmonies of #400537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400537

Black with #400537

Text Example


Text Example

White with #400537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400537; }

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

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

background-color css

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

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

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

border-color css

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

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

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