Html Css Color HEX #401A39 Mardi Gras

📋 copy color: '#401A39'

red 64 ◦ green 26 ◦ blue 57

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

Shades of Mardi Gras #401A39

Tints of Mardi Gras #401A39

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.69%

 BLUE value IS 57 (22.66% from 255) = 38.78%

R = 43.54%
G = 17.69%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#401A39 (or 0x401A39) is known color: Mardi Gras. HEX triplet: 40, 1A and 39. RGB value is (64,26,57). Sum of RGB (Red+Green+Blue) = 64+26+57=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #401A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A39 is #BFE5C6. Grayscale: #282828. Windows color (decimal): -12576199 or 3742272. OLE color: 3742272.

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

Color convert

RGB 64 26 57 -
CMYK 0 0.59 0.11 0.75
HSL 311.05º 0.42% 0.18% -
HSV(B) 311.05º 0.59% 0.25% -
XYZ 3.22 2.12 4.11 -
YUV 40.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 64 26 57 0 0.59 0.11 0.75 311.05 0.42 0.18
Hex 40 1A 39 0 3B B 4B 137 2A 12
Octal 100 32 71 0 73 13 113 467 52 22
Binary 1000000 11010 111001 0 111011 1011 1001011 100110111 101010 10010

Color Harmonies of #401A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A39

Black with #401A39

Text Example


Text Example

White with #401A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,26,57); }

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

background-color css

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

 a { background-color: rgb(64,26,57); }

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

border-color css

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

 span { border-color: rgb(64,26,57); }

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