#401143

Color #401143 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #401143

Tints of Mardi Gras #401143

Color information

#401143 (or 0x401143) is unknown color: approx Mardi Gras. HEX triplet: 40, 11 and 43. RGB value is (64,17,67). Sum of RGB (Red+Green+Blue) = 64+17+67=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #401143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401143 is #BFEEBC. Grayscale: #242424. Windows color (decimal): -12578493 or 4395328. OLE color: 4395328.

HSL color Cylindrical-coordinate representation of color #401143: hue angle of 296.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401143 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB641767-
CMYK0.040.7500.74
HSL296.4º59.52%16.47%-
HSV(B)296.4º74.63%26.27%-
XYZ3.331.95.5-
YUV36.75145.07147.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 67 (26.56% from 255) = 45.27%
R=43.24%
G=11.49%
B=45.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6417670.040.7500.74296.459.5216.47
Hex40114344B04A1283c10
Octal10021103411301124507420
Binary100000010001100001110010010110100101010010100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401143; }

 p { color: rgb(64,17,67); }

 H1.HeaderClassName
 {
   color: #401143;
 }
 .AnyTagClassName
 {
   color: #401143;
 }
</style>
background-color css

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

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

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

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

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

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