Html Css Color HEX #40053E Mardi Gras

📋 copy color: '#40053E'

red 64 ◦ green 5 ◦ blue 62

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

Shades of Mardi Gras #40053E

Tints of Mardi Gras #40053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 47.33%

R = 48.85%
G = 3.82%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#40053E (or 0x40053E) is known color: Mardi Gras. HEX triplet: 40, 05 and 3E. RGB value is (64,5,62). Sum of RGB (Red+Green+Blue) = 64+5+62=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40053E is #BFFAC1. Grayscale: #1C1C1C. Windows color (decimal): -12581570 or 4064576. OLE color: 4064576.

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

Color convert

RGB 64 5 62 -
CMYK 0 0.92 0.03 0.75
HSL 302.03º 0.86% 0.14% -
HSV(B) 302.03º 0.92% 0.25% -
XYZ 3.04 1.55 4.7 -
YUV 29.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 64 5 62 0 0.92 0.03 0.75 302.03 0.86 0.14
Hex 40 5 3E 0 5C 3 4B 12E 56 E
Octal 100 5 76 0 134 3 113 456 126 16
Binary 1000000 101 111110 0 1011100 11 1001011 100101110 1010110 1110

Color Harmonies of #40053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40053E

Black with #40053E

Text Example


Text Example

White with #40053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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