Html Css Color HEX #401A3C Mardi Gras

📋 copy color: '#401A3C'

red 64 ◦ green 26 ◦ blue 60

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

Shades of Mardi Gras #401A3C

Tints of Mardi Gras #401A3C

RGB

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

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

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

R = 42.67%
G = 17.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#401A3C (or 0x401A3C) is known color: Mardi Gras. HEX triplet: 40, 1A and 3C. RGB value is (64,26,60). Sum of RGB (Red+Green+Blue) = 64+26+60=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #401A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A3C is #BFE5C3. Grayscale: #292929. Windows color (decimal): -12576196 or 3938880. OLE color: 3938880.

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

Color convert

RGB 64 26 60 -
CMYK 0 0.59 0.06 0.75
HSL 306.32º 0.42% 0.18% -
HSV(B) 306.32º 0.59% 0.25% -
XYZ 3.3 2.16 4.52 -
YUV 41.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 64 26 60 0 0.59 0.06 0.75 306.32 0.42 0.18
Hex 40 1A 3C 0 3B 6 4B 132 2A 12
Octal 100 32 74 0 73 6 113 462 52 22
Binary 1000000 11010 111100 0 111011 110 1001011 100110010 101010 10010

Color Harmonies of #401A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A3C

Black with #401A3C

Text Example


Text Example

White with #401A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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