Html Css Color HEX #401C3E Mardi Gras

📋 copy color: '#401C3E'

red 64 ◦ green 28 ◦ blue 62

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

Shades of Mardi Gras #401C3E

Tints of Mardi Gras #401C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

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

R = 41.56%
G = 18.18%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#401C3E (or 0x401C3E) is known color: Mardi Gras. HEX triplet: 40, 1C and 3E. RGB value is (64,28,62). Sum of RGB (Red+Green+Blue) = 64+28+62=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #401C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C3E is #BFE3C1. Grayscale: #2A2A2A. Windows color (decimal): -12575682 or 4070464. OLE color: 4070464.

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

Color convert

RGB 64 28 62 -
CMYK 0 0.56 0.03 0.75
HSL 303.33º 0.39% 0.18% -
HSV(B) 303.33º 0.56% 0.25% -
XYZ 3.4 2.27 4.82 -
YUV 42.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 64 28 62 0 0.56 0.03 0.75 303.33 0.39 0.18
Hex 40 1C 3E 0 38 3 4B 12F 27 12
Octal 100 34 76 0 70 3 113 457 47 22
Binary 1000000 11100 111110 0 111000 11 1001011 100101111 100111 10010

Color Harmonies of #401C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C3E

Black with #401C3E

Text Example


Text Example

White with #401C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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