Html Css Color HEX #400039 Mardi Gras

📋 copy color: '#400039'

red 64 ◦ green 0 ◦ blue 57

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

Shades of Mardi Gras #400039

Tints of Mardi Gras #400039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.89%
G = 0%
B = 47.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#400039 (or 0x400039) is known color: Mardi Gras. HEX triplet: 40, 00 and 39. RGB value is (64,0,57). Sum of RGB (Red+Green+Blue) = 64+0+57=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400039 is #BFFFC6. Grayscale: #191919. Windows color (decimal): -12582855 or 3735616. OLE color: 3735616.

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

Color convert

RGB 64 0 57 -
CMYK 0 1 0.11 0.75
HSL 306.56º 1% 0.13% -
HSV(B) 306.56º 1% 0.25% -
XYZ 2.85 1.39 3.99 -
YUV 25.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 64 0 57 0 1 0.11 0.75 306.56 1 0.13
Hex 40 0 39 0 64 B 4B 133 64 D
Octal 100 0 71 0 144 13 113 463 144 15
Binary 1000000 0 111001 0 1100100 1011 1001011 100110011 1100100 1101

Color Harmonies of #400039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400039

Black with #400039

Text Example


Text Example

White with #400039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400039; }

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

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

background-color css

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

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

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

border-color css

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

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

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