Html Css Color HEX #400539 Mardi Gras

📋 copy color: '#400539'

red 64 ◦ green 5 ◦ blue 57

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

Shades of Mardi Gras #400539

Tints of Mardi Gras #400539

RGB

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

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

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

R = 50.79%
G = 3.97%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#400539 (or 0x400539) is known color: Mardi Gras. HEX triplet: 40, 05 and 39. RGB value is (64,5,57). Sum of RGB (Red+Green+Blue) = 64+5+57=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #400539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400539 is #BFFAC6. Grayscale: #1C1C1C. Windows color (decimal): -12581575 or 3736896. OLE color: 3736896.

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

Color convert

RGB 64 5 57 -
CMYK 0 0.92 0.11 0.75
HSL 307.12º 0.86% 0.14% -
HSV(B) 307.12º 0.92% 0.25% -
XYZ 2.91 1.49 4.01 -
YUV 28.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 64 5 57 0 0.92 0.11 0.75 307.12 0.86 0.14
Hex 40 5 39 0 5C B 4B 133 56 E
Octal 100 5 71 0 134 13 113 463 126 16
Binary 1000000 101 111001 0 1011100 1011 1001011 100110011 1010110 1110

Color Harmonies of #400539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400539

Black with #400539

Text Example


Text Example

White with #400539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400539; }

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

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

background-color css

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

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

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

border-color css

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

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

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