Html Css Color HEX #401C3D Mardi Gras

📋 copy color: '#401C3D'

red 64 ◦ green 28 ◦ blue 61

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

Shades of Mardi Gras #401C3D

Tints of Mardi Gras #401C3D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.3%

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

R = 41.83%
G = 18.3%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#401C3D (or 0x401C3D) is known color: Mardi Gras. HEX triplet: 40, 1C and 3D. RGB value is (64,28,61). Sum of RGB (Red+Green+Blue) = 64+28+61=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #401C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C3D is #BFE3C2. Grayscale: #2A2A2A. Windows color (decimal): -12575683 or 4004928. OLE color: 4004928.

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

Color convert

RGB 64 28 61 -
CMYK 0 0.56 0.05 0.75
HSL 305º 0.39% 0.18% -
HSV(B) 305º 0.56% 0.25% -
XYZ 3.37 2.26 4.67 -
YUV 42.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 64 28 61 0 0.56 0.05 0.75 305 0.39 0.18
Hex 40 1C 3D 0 38 5 4B 131 27 12
Octal 100 34 75 0 70 5 113 461 47 22
Binary 1000000 11100 111101 0 111000 101 1001011 100110001 100111 10010

Color Harmonies of #401C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C3D

Black with #401C3D

Text Example


Text Example

White with #401C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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