#441349

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

Shades of Mardi Gras #441349

Tints of Mardi Gras #441349

Color information

#441349 (or 0x441349) is unknown color: approx Mardi Gras. HEX triplet: 44, 13 and 49. RGB value is (68,19,73). Sum of RGB (Red+Green+Blue) = 68+19+73=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #441349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441349 is #BBECB6. Grayscale: #272727. Windows color (decimal): -12315831 or 4789060. OLE color: 4789060.

HSL color Cylindrical-coordinate representation of color #441349: hue angle of 294.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #441349 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB681973-
CMYK0.070.7400.71
HSL294.44º58.7%18.04%-
HSV(B)294.44º73.97%28.63%-
XYZ3.822.186.52-
YUV39.81146.73148.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=42.5%
G=11.88%
B=45.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6819730.070.7400.71294.4458.718.04
Hex44134974A0471263b12
Octal10423111711201074467322
Binary100010010011100100111110010100100011110010011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441349; }

 p { color: rgb(68,19,73); }

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

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

 a { background-color: rgb(68,19,73); }

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

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

 span { border-color: rgb(68,19,73); }

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