#401845

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

Shades of Mardi Gras #401845

Tints of Mardi Gras #401845

Color information

#401845 (or 0x401845) is unknown color: approx Mardi Gras. HEX triplet: 40, 18 and 45. RGB value is (64,24,69). Sum of RGB (Red+Green+Blue) = 64+24+69=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 69 - color contains mainly: blue. Hex color #401845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401845 is #BFE7BA. Grayscale: #282828. Windows color (decimal): -12576699 or 4528192. OLE color: 4528192.

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

Color convert

RGB642469-
CMYK0.070.6500.73
HSL293.33º48.39%18.24%-
HSV(B)293.33º65.22%27.06%-
XYZ3.522.175.86-
YUV41.09143.75144.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=40.76%
G=15.29%
B=43.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6424690.070.6500.73293.3348.3918.24
Hex4018457410491253012
Octal10030105710101114456022
Binary100000011000100010111110000010100100110010010111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401845; }

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

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

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

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

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

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

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

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