Html Css Color HEX #401E3E Mardi Gras

📋 copy color: '#401E3E'

red 64 ◦ green 30 ◦ blue 62

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

Shades of Mardi Gras #401E3E

Tints of Mardi Gras #401E3E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.23%

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

R = 41.03%
G = 19.23%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#401E3E (or 0x401E3E) is known color: Mardi Gras. HEX triplet: 40, 1E and 3E. RGB value is (64,30,62). Sum of RGB (Red+Green+Blue) = 64+30+62=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #401E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E3E is #BFE1C1. Grayscale: #2B2B2B. Windows color (decimal): -12575170 or 4070976. OLE color: 4070976.

HSL color Cylindrical-coordinate representation of color #401E3E: hue angle of 303.53º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #401E3E is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 30 62 -
CMYK 0 0.53 0.03 0.75
HSL 303.53º 0.36% 0.18% -
HSV(B) 303.53º 0.53% 0.25% -
XYZ 3.45 2.37 4.83 -
YUV 43.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 64 30 62 0 0.53 0.03 0.75 303.53 0.36 0.18
Hex 40 1E 3E 0 35 3 4B 130 24 12
Octal 100 36 76 0 65 3 113 460 44 22
Binary 1000000 11110 111110 0 110101 11 1001011 100110000 100100 10010

Color Harmonies of #401E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E3E

Black with #401E3E

Text Example


Text Example

White with #401E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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