#441049

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

Shades of Mardi Gras #441049

Tints of Mardi Gras #441049

Color information

#441049 (or 0x441049) is unknown color: approx Mardi Gras. HEX triplet: 44, 10 and 49. RGB value is (68,16,73). Sum of RGB (Red+Green+Blue) = 68+16+73=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #441049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441049 is #BBEFB6. Grayscale: #252525. Windows color (decimal): -12316599 or 4788292. OLE color: 4788292.

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

Color convert

RGB681673-
CMYK0.070.7800.71
HSL294.74º64.04%17.45%-
HSV(B)294.74º78.08%28.63%-
XYZ3.772.086.51-
YUV38.05147.73149.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 73 (28.91% from 255) = 46.50%
R=43.31%
G=10.19%
B=46.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6816730.070.7800.71294.7464.0417.45
Hex44104974E0471274011
Octal104201117116010744710021
Binary1000100100001001001111100111001000111100100111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441049; }

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

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

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

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

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

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

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

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