#401446

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

Shades of Mardi Gras #401446

Tints of Mardi Gras #401446

Color information

#401446 (or 0x401446) is unknown color: approx Mardi Gras. HEX triplet: 40, 14 and 46. RGB value is (64,20,70). Sum of RGB (Red+Green+Blue) = 64+20+70=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #401446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401446 is #BFEBB9. Grayscale: #262626. Windows color (decimal): -12577722 or 4592704. OLE color: 4592704.

HSL color Cylindrical-coordinate representation of color #401446: hue angle of 292.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #401446 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB642070-
CMYK0.090.7100.73
HSL292.8º55.56%17.65%-
HSV(B)292.8º71.43%27.45%-
XYZ3.472.036-
YUV38.86145.58145.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 70 (27.73% from 255) = 45.45%
R=41.56%
G=12.99%
B=45.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6420700.090.7100.73292.855.5617.65
Hex4014469470491253812
Octal100241061110701114457022
Binary1000000101001000110100110001110100100110010010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401446; }

 p { color: rgb(64,20,70); }

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

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

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

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

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

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

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