Html Css Color HEX #400839 Mardi Gras

📋 copy color: '#400839'

red 64 ◦ green 8 ◦ blue 57

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

Shades of Mardi Gras #400839

Tints of Mardi Gras #400839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 49.61%
G = 6.2%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#400839 (or 0x400839) is known color: Mardi Gras. HEX triplet: 40, 08 and 39. RGB value is (64,8,57). Sum of RGB (Red+Green+Blue) = 64+8+57=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #400839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400839 is #BFF7C6. Grayscale: #1E1E1E. Windows color (decimal): -12580807 or 3737664. OLE color: 3737664.

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

Color convert

RGB 64 8 57 -
CMYK 0 0.87 0.11 0.75
HSL 307.5º 0.78% 0.14% -
HSV(B) 307.5º 0.88% 0.25% -
XYZ 2.94 1.56 4.02 -
YUV 30.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 64 8 57 0 0.87 0.11 0.75 307.5 0.78 0.14
Hex 40 8 39 0 57 B 4B 134 4E E
Octal 100 10 71 0 127 13 113 464 116 16
Binary 1000000 1000 111001 0 1010111 1011 1001011 100110100 1001110 1110

Color Harmonies of #400839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400839

Black with #400839

Text Example


Text Example

White with #400839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400839; }

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

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

background-color css

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

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

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

border-color css

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

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

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