#441040

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

Shades of Mardi Gras #441040

Tints of Mardi Gras #441040

Color information

#441040 (or 0x441040) is unknown color: approx Mardi Gras. HEX triplet: 44, 10 and 40. RGB value is (68,16,64). Sum of RGB (Red+Green+Blue) = 68+16+64=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #441040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441040 is #BBEFBF. Grayscale: #242424. Windows color (decimal): -12316608 or 4198468. OLE color: 4198468.

HSL color Cylindrical-coordinate representation of color #441040: hue angle of 304.62º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441040 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB681664-
CMYK00.760.060.73
HSL304.62º61.9%16.47%-
HSV(B)304.62º76.47%26.67%-
XYZ3.491.975.05-
YUV37.02143.23150.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 64 (25.39% from 255) = 43.24%
R=45.95%
G=10.81%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68166400.760.060.73304.6261.916.47
Hex44104004C6491313e10
Octal10420100011461114617620
Binary100010010000100000001001100110100100110011000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441040; }

 p { color: rgb(68,16,64); }

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

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

 a { background-color: rgb(68,16,64); }

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

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

 span { border-color: rgb(68,16,64); }

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