Html Css Color HEX #401C3B Mardi Gras

📋 copy color: '#401C3B'

red 64 ◦ green 28 ◦ blue 59

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

Shades of Mardi Gras #401C3B

Tints of Mardi Gras #401C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 39.07%

R = 42.38%
G = 18.54%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#401C3B (or 0x401C3B) is known color: Mardi Gras. HEX triplet: 40, 1C and 3B. RGB value is (64,28,59). Sum of RGB (Red+Green+Blue) = 64+28+59=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #401C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C3B is #BFE3C4. Grayscale: #2A2A2A. Windows color (decimal): -12575685 or 3873856. OLE color: 3873856.

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

Color convert

RGB 64 28 59 -
CMYK 0 0.56 0.08 0.75
HSL 308.33º 0.39% 0.18% -
HSV(B) 308.33º 0.56% 0.25% -
XYZ 3.32 2.24 4.39 -
YUV 42.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 64 28 59 0 0.56 0.08 0.75 308.33 0.39 0.18
Hex 40 1C 3B 0 38 8 4B 134 27 12
Octal 100 34 73 0 70 10 113 464 47 22
Binary 1000000 11100 111011 0 111000 1000 1001011 100110100 100111 10010

Color Harmonies of #401C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C3B

Black with #401C3B

Text Example


Text Example

White with #401C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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