#441640

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

Shades of Mardi Gras #441640

Tints of Mardi Gras #441640

Color information

#441640 (or 0x441640) is unknown color: approx Mardi Gras. HEX triplet: 44, 16 and 40. RGB value is (68,22,64). Sum of RGB (Red+Green+Blue) = 68+22+64=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #441640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441640 is #BBE9BF. Grayscale: #282828. Windows color (decimal): -12315072 or 4200004. OLE color: 4200004.

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

Color convert

RGB682264-
CMYK00.680.060.73
HSL305.22º51.11%17.65%-
HSV(B)305.22º67.65%26.67%-
XYZ3.62.175.08-
YUV40.54141.24147.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=44.16%
G=14.29%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68226400.680.060.73305.2251.1117.65
Hex4416400446491313312
Octal10426100010461114616322
Binary100010010110100000001000100110100100110011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441640; }

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

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

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

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

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

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

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

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