#401243

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

Shades of Mardi Gras #401243

Tints of Mardi Gras #401243

Color information

#401243 (or 0x401243) is unknown color: approx Mardi Gras. HEX triplet: 40, 12 and 43. RGB value is (64,18,67). Sum of RGB (Red+Green+Blue) = 64+18+67=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #401243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401243 is #BFEDBC. Grayscale: #252525. Windows color (decimal): -12578237 or 4395584. OLE color: 4395584.

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

Color convert

RGB641867-
CMYK0.040.7300.74
HSL296.33º57.65%16.67%-
HSV(B)296.33º73.13%26.27%-
XYZ3.341.935.51-
YUV37.34144.74147.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 67 (26.56% from 255) = 44.97%
R=42.95%
G=12.08%
B=44.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6418670.040.7300.74296.3357.6516.67
Hex40124344904A1283a11
Octal10022103411101124507221
Binary100000010010100001110010010010100101010010100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401243; }

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

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

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

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

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

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

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

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