#440541

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

Shades of Mardi Gras #440541

Tints of Mardi Gras #440541

Color information

#440541 (or 0x440541) is unknown color: approx Mardi Gras. HEX triplet: 44, 05 and 41. RGB value is (68,5,65). Sum of RGB (Red+Green+Blue) = 68+5+65=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #440541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440541 is #BBFABE. Grayscale: #1E1E1E. Windows color (decimal): -12319423 or 4261188. OLE color: 4261188.

HSL color Cylindrical-coordinate representation of color #440541: hue angle of 302.86º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440541 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB68565-
CMYK00.930.040.73
HSL302.86º86.3%14.31%-
HSV(B)302.86º92.65%26.67%-
XYZ3.391.725.15-
YUV30.68147.37154.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=49.28%
G=3.62%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6856500.930.040.73302.8686.314.31
Hex4454105D44912f56e
Octal10451010135411145712616
Binary1000100101100000101011101100100100110010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440541; }

 p { color: rgb(68,5,65); }

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

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

 a { background-color: rgb(68,5,65); }

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

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

 span { border-color: rgb(68,5,65); }

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