Html Css Color HEX #401240 Mardi Gras

📋 copy color: '#401240'

red 64 ◦ green 18 ◦ blue 64

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

Shades of Mardi Gras #401240

Tints of Mardi Gras #401240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

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

R = 43.84%
G = 12.33%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#401240 (or 0x401240) is known color: Mardi Gras. HEX triplet: 40, 12 and 40. RGB value is (64,18,64). Sum of RGB (Red+Green+Blue) = 64+18+64=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #401240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401240 is #BFEDBF. Grayscale: #242424. Windows color (decimal): -12578240 or 4198976. OLE color: 4198976.

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

Color convert

RGB 64 18 64 -
CMYK 0 0.72 0 0.75
HSL 300º 0.56% 0.16% -
HSV(B) 300º 0.72% 0.25% -
XYZ 3.26 1.89 5.04 -
YUV 37 143.24 147.26 -
System Red Green Blue C M Y K H S L
Decimal 64 18 64 0 0.72 0 0.75 300 0.56 0.16
Hex 40 12 40 0 48 0 4B 12C 38 10
Octal 100 22 100 0 110 0 113 454 70 20
Binary 1000000 10010 1000000 0 1001000 0 1001011 100101100 111000 10000

Color Harmonies of #401240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401240

Black with #401240

Text Example


Text Example

White with #401240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401240; }

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

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

background-color css

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

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

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

border-color css

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

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

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