Html Css Color HEX #401540 Mardi Gras

📋 copy color: '#401540'

red 64 ◦ green 21 ◦ blue 64

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

Shades of Mardi Gras #401540

Tints of Mardi Gras #401540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 42.95%
G = 14.09%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401540 (or 0x401540) is known color: Mardi Gras. HEX triplet: 40, 15 and 40. RGB value is (64,21,64). Sum of RGB (Red+Green+Blue) = 64+21+64=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #401540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401540 is #BFEABF. Grayscale: #262626. Windows color (decimal): -12577472 or 4199744. OLE color: 4199744.

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

Color convert

RGB 64 21 64 -
CMYK 0 0.67 0 0.75
HSL 300º 0.51% 0.17% -
HSV(B) 300º 0.67% 0.25% -
XYZ 3.31 2 5.06 -
YUV 38.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 64 21 64 0 0.67 0 0.75 300 0.51 0.17
Hex 40 15 40 0 43 0 4B 12C 33 11
Octal 100 25 100 0 103 0 113 454 63 21
Binary 1000000 10101 1000000 0 1000011 0 1001011 100101100 110011 10001

Color Harmonies of #401540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401540

Black with #401540

Text Example


Text Example

White with #401540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401540; }

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

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

background-color css

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

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

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

border-color css

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

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

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