Html Css Color HEX #400939 Mardi Gras

📋 copy color: '#400939'

red 64 ◦ green 9 ◦ blue 57

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

Shades of Mardi Gras #400939

Tints of Mardi Gras #400939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 43.85%

R = 49.23%
G = 6.92%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#400939 (or 0x400939) is known color: Mardi Gras. HEX triplet: 40, 09 and 39. RGB value is (64,9,57). Sum of RGB (Red+Green+Blue) = 64+9+57=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #400939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400939 is #BFF6C6. Grayscale: #1E1E1E. Windows color (decimal): -12580551 or 3737920. OLE color: 3737920.

HSL color Cylindrical-coordinate representation of color #400939: hue angle of 307.64º 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 #400939 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 9 57 -
CMYK 0 0.86 0.11 0.75
HSL 307.64º 0.75% 0.14% -
HSV(B) 307.64º 0.86% 0.25% -
XYZ 2.95 1.58 4.02 -
YUV 30.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 64 9 57 0 0.86 0.11 0.75 307.64 0.75 0.14
Hex 40 9 39 0 56 B 4B 134 4B E
Octal 100 11 71 0 126 13 113 464 113 16
Binary 1000000 1001 111001 0 1010110 1011 1001011 100110100 1001011 1110

Color Harmonies of #400939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400939

Black with #400939

Text Example


Text Example

White with #400939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400939; }

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

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

background-color css

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

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

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

border-color css

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

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

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