#401846

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

Shades of Mardi Gras #401846

Tints of Mardi Gras #401846

Color information

#401846 (or 0x401846) is unknown color: approx Mardi Gras. HEX triplet: 40, 18 and 46. RGB value is (64,24,70). Sum of RGB (Red+Green+Blue) = 64+24+70=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: blue. Hex color #401846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401846 is #BFE7B9. Grayscale: #292929. Windows color (decimal): -12576698 or 4593728. OLE color: 4593728.

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

Color convert

RGB642470-
CMYK0.090.6600.73
HSL292.17º48.94%18.43%-
HSV(B)292.17º65.71%27.45%-
XYZ3.552.196.03-
YUV41.2144.25144.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 70 (27.73% from 255) = 44.30%
R=40.51%
G=15.19%
B=44.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6424700.090.6600.73292.1748.9418.43
Hex4018469420491243112
Octal100301061110201114446122
Binary1000000110001000110100110000100100100110010010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401846; }

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

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

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

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

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

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

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

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