Html Css Color HEX #400937 Mardi Gras

📋 copy color: '#400937'

red 64 ◦ green 9 ◦ blue 55

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

Shades of Mardi Gras #400937

Tints of Mardi Gras #400937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.03%

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

R = 50%
G = 7.03%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#400937 (or 0x400937) is known color: Mardi Gras. HEX triplet: 40, 09 and 37. RGB value is (64,9,55). Sum of RGB (Red+Green+Blue) = 64+9+55=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #400937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400937 is #BFF6C8. Grayscale: #1E1E1E. Windows color (decimal): -12580553 or 3606848. OLE color: 3606848.

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

Color convert

RGB 64 9 55 -
CMYK 0 0.86 0.14 0.75
HSL 309.82º 0.75% 0.14% -
HSV(B) 309.82º 0.86% 0.25% -
XYZ 2.9 1.56 3.76 -
YUV 30.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 64 9 55 0 0.86 0.14 0.75 309.82 0.75 0.14
Hex 40 9 37 0 56 E 4B 136 4B E
Octal 100 11 67 0 126 16 113 466 113 16
Binary 1000000 1001 110111 0 1010110 1110 1001011 100110110 1001011 1110

Color Harmonies of #400937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400937

Black with #400937

Text Example


Text Example

White with #400937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400937; }

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

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

background-color css

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

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

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

border-color css

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

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

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