#441444

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

Shades of Mardi Gras #441444

Tints of Mardi Gras #441444

Color information

#441444 (or 0x441444) is unknown color: approx Mardi Gras. HEX triplet: 44, 14 and 44. RGB value is (68,20,68). Sum of RGB (Red+Green+Blue) = 68+20+68=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 68 - color contains mainly: red, blue. Hex color #441444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441444 is #BBEBBB. Grayscale: #272727. Windows color (decimal): -12315580 or 4461636. OLE color: 4461636.

HSL color Cylindrical-coordinate representation of color #441444: hue angle of 300º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441444 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB682068-
CMYK00.7100.73
HSL300º54.55%17.25%-
HSV(B)300º70.59%26.67%-
XYZ3.682.155.69-
YUV39.82143.9148.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 68 (26.95% from 255) = 43.59%
R=43.59%
G=12.82%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68206800.7100.7330054.5517.25
Hex44144404704912c3711
Octal10424104010701114546721
Binary1000100101001000100010001110100100110010110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441444; }

 p { color: rgb(68,20,68); }

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

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

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

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

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

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

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