Html Css Color HEX #401E3C Mardi Gras

📋 copy color: '#401E3C'

red 64 ◦ green 30 ◦ blue 60

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

Shades of Mardi Gras #401E3C

Tints of Mardi Gras #401E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.96%

R = 41.56%
G = 19.48%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#401E3C (or 0x401E3C) is known color: Mardi Gras. HEX triplet: 40, 1E and 3C. RGB value is (64,30,60). Sum of RGB (Red+Green+Blue) = 64+30+60=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #401E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E3C is #BFE1C3. Grayscale: #2B2B2B. Windows color (decimal): -12575172 or 3939904. OLE color: 3939904.

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

Color convert

RGB 64 30 60 -
CMYK 0 0.53 0.06 0.75
HSL 307.06º 0.36% 0.18% -
HSV(B) 307.06º 0.53% 0.25% -
XYZ 3.39 2.34 4.55 -
YUV 43.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 64 30 60 0 0.53 0.06 0.75 307.06 0.36 0.18
Hex 40 1E 3C 0 35 6 4B 133 24 12
Octal 100 36 74 0 65 6 113 463 44 22
Binary 1000000 11110 111100 0 110101 110 1001011 100110011 100100 10010

Color Harmonies of #401E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E3C

Black with #401E3C

Text Example


Text Example

White with #401E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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