Html Css Color HEX #401840 Mardi Gras

📋 copy color: '#401840'

red 64 ◦ green 24 ◦ blue 64

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

Shades of Mardi Gras #401840

Tints of Mardi Gras #401840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.79%

 BLUE value IS 64 (25.39% from 255) = 42.11%

R = 42.11%
G = 15.79%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401840 (or 0x401840) is known color: Mardi Gras. HEX triplet: 40, 18 and 40. RGB value is (64,24,64). Sum of RGB (Red+Green+Blue) = 64+24+64=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #401840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401840 is #BFE7BF. Grayscale: #282828. Windows color (decimal): -12576704 or 4200512. OLE color: 4200512.

HSL color Cylindrical-coordinate representation of color #401840: hue angle of 300º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #401840 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 24 64 -
CMYK 0 0.62 0 0.75
HSL 300º 0.45% 0.17% -
HSV(B) 300º 0.63% 0.25% -
XYZ 3.37 2.11 5.08 -
YUV 40.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 64 24 64 0 0.62 0 0.75 300 0.45 0.17
Hex 40 18 40 0 3E 0 4B 12C 2D 11
Octal 100 30 100 0 76 0 113 454 55 21
Binary 1000000 11000 1000000 0 111110 0 1001011 100101100 101101 10001

Color Harmonies of #401840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401840

Black with #401840

Text Example


Text Example

White with #401840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401840; }

 p { color: rgb(64,24,64); }

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

background-color css

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

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

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

border-color css

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

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

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