#401245

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

Shades of Mardi Gras #401245

Tints of Mardi Gras #401245

Color information

#401245 (or 0x401245) is unknown color: approx Mardi Gras. HEX triplet: 40, 12 and 45. RGB value is (64,18,69). Sum of RGB (Red+Green+Blue) = 64+18+69=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #401245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401245 is #BFEDBA. Grayscale: #252525. Windows color (decimal): -12578235 or 4526656. OLE color: 4526656.

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

Color convert

RGB641869-
CMYK0.070.7400.73
HSL294.12º58.62%17.06%-
HSV(B)294.12º73.91%27.06%-
XYZ3.41.955.83-
YUV37.57145.74146.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 69 (27.34% from 255) = 45.70%
R=42.38%
G=11.92%
B=45.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6418690.070.7400.73294.1258.6217.06
Hex40124574A0491263b11
Octal10022105711201114467321
Binary100000010010100010111110010100100100110010011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401245; }

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

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

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

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

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

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

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

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