Html Css Color HEX #401C3A Mardi Gras

📋 copy color: '#401C3A'

red 64 ◦ green 28 ◦ blue 58

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

Shades of Mardi Gras #401C3A

Tints of Mardi Gras #401C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 38.67%

R = 42.67%
G = 18.67%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#401C3A (or 0x401C3A) is known color: Mardi Gras. HEX triplet: 40, 1C and 3A. RGB value is (64,28,58). Sum of RGB (Red+Green+Blue) = 64+28+58=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #401C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C3A is #BFE3C5. Grayscale: #2A2A2A. Windows color (decimal): -12575686 or 3808320. OLE color: 3808320.

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

Color convert

RGB 64 28 58 -
CMYK 0 0.56 0.09 0.75
HSL 310º 0.39% 0.18% -
HSV(B) 310º 0.56% 0.25% -
XYZ 3.29 2.23 4.26 -
YUV 42.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 64 28 58 0 0.56 0.09 0.75 310 0.39 0.18
Hex 40 1C 3A 0 38 9 4B 136 27 12
Octal 100 34 72 0 70 11 113 466 47 22
Binary 1000000 11100 111010 0 111000 1001 1001011 100110110 100111 10010

Color Harmonies of #401C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C3A

Black with #401C3A

Text Example


Text Example

White with #401C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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