Html Css Color HEX #401D3C Mardi Gras

📋 copy color: '#401D3C'

red 64 ◦ green 29 ◦ blue 60

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

Shades of Mardi Gras #401D3C

Tints of Mardi Gras #401D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.95%

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

R = 41.83%
G = 18.95%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#401D3C (or 0x401D3C) is known color: Mardi Gras. HEX triplet: 40, 1D and 3C. RGB value is (64,29,60). Sum of RGB (Red+Green+Blue) = 64+29+60=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #401D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D3C is #BFE2C3. Grayscale: #2A2A2A. Windows color (decimal): -12575428 or 3939648. OLE color: 3939648.

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

Color convert

RGB 64 29 60 -
CMYK 0 0.55 0.06 0.75
HSL 306.86º 0.38% 0.18% -
HSV(B) 306.86º 0.55% 0.25% -
XYZ 3.37 2.29 4.54 -
YUV 43 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 64 29 60 0 0.55 0.06 0.75 306.86 0.38 0.18
Hex 40 1D 3C 0 37 6 4B 133 26 12
Octal 100 35 74 0 67 6 113 463 46 22
Binary 1000000 11101 111100 0 110111 110 1001011 100110011 100110 10010

Color Harmonies of #401D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D3C

Black with #401D3C

Text Example


Text Example

White with #401D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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