Html Css Color HEX #401E3D Mardi Gras

📋 copy color: '#401E3D'

red 64 ◦ green 30 ◦ blue 61

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

Shades of Mardi Gras #401E3D

Tints of Mardi Gras #401E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 41.29%
G = 19.35%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#401E3D (or 0x401E3D) is known color: Mardi Gras. HEX triplet: 40, 1E and 3D. RGB value is (64,30,61). Sum of RGB (Red+Green+Blue) = 64+30+61=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #401E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E3D is #BFE1C2. Grayscale: #2B2B2B. Windows color (decimal): -12575171 or 4005440. OLE color: 4005440.

HSL color Cylindrical-coordinate representation of color #401E3D: hue angle of 305.29º 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 #401E3D is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 30 61 -
CMYK 0 0.53 0.05 0.75
HSL 305.29º 0.36% 0.18% -
HSV(B) 305.29º 0.53% 0.25% -
XYZ 3.42 2.36 4.69 -
YUV 43.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 64 30 61 0 0.53 0.05 0.75 305.29 0.36 0.18
Hex 40 1E 3D 0 35 5 4B 131 24 12
Octal 100 36 75 0 65 5 113 461 44 22
Binary 1000000 11110 111101 0 110101 101 1001011 100110001 100100 10010

Color Harmonies of #401E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E3D

Black with #401E3D

Text Example


Text Example

White with #401E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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