Html Css Color HEX #401A3D Mardi Gras

📋 copy color: '#401A3D'

red 64 ◦ green 26 ◦ blue 61

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

Shades of Mardi Gras #401A3D

Tints of Mardi Gras #401A3D

RGB

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

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

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

R = 42.38%
G = 17.22%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#401A3D (or 0x401A3D) is known color: Mardi Gras. HEX triplet: 40, 1A and 3D. RGB value is (64,26,61). Sum of RGB (Red+Green+Blue) = 64+26+61=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #401A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A3D is #BFE5C2. Grayscale: #292929. Windows color (decimal): -12576195 or 4004416. OLE color: 4004416.

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

Color convert

RGB 64 26 61 -
CMYK 0 0.59 0.05 0.75
HSL 304.74º 0.42% 0.18% -
HSV(B) 304.74º 0.59% 0.25% -
XYZ 3.33 2.17 4.66 -
YUV 41.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 64 26 61 0 0.59 0.05 0.75 304.74 0.42 0.18
Hex 40 1A 3D 0 3B 5 4B 131 2A 12
Octal 100 32 75 0 73 5 113 461 52 22
Binary 1000000 11010 111101 0 111011 101 1001011 100110001 101010 10010

Color Harmonies of #401A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A3D

Black with #401A3D

Text Example


Text Example

White with #401A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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