Html Css Color HEX #40053B Mardi Gras

📋 copy color: '#40053B'

red 64 ◦ green 5 ◦ blue 59

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

Shades of Mardi Gras #40053B

Tints of Mardi Gras #40053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 46.09%

R = 50%
G = 3.91%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40053B (or 0x40053B) is known color: Mardi Gras. HEX triplet: 40, 05 and 3B. RGB value is (64,5,59). Sum of RGB (Red+Green+Blue) = 64+5+59=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40053B is #BFFAC4. Grayscale: #1C1C1C. Windows color (decimal): -12581573 or 3867968. OLE color: 3867968.

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

Color convert

RGB 64 5 59 -
CMYK 0 0.92 0.08 0.75
HSL 305.08º 0.86% 0.14% -
HSV(B) 305.08º 0.92% 0.25% -
XYZ 2.96 1.51 4.27 -
YUV 28.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 64 5 59 0 0.92 0.08 0.75 305.08 0.86 0.14
Hex 40 5 3B 0 5C 8 4B 131 56 E
Octal 100 5 73 0 134 10 113 461 126 16
Binary 1000000 101 111011 0 1011100 1000 1001011 100110001 1010110 1110

Color Harmonies of #40053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40053B

Black with #40053B

Text Example


Text Example

White with #40053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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