#441443

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

Shades of Mardi Gras #441443

Tints of Mardi Gras #441443

Color information

#441443 (or 0x441443) is unknown color: approx Mardi Gras. HEX triplet: 44, 14 and 43. RGB value is (68,20,67). Sum of RGB (Red+Green+Blue) = 68+20+67=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #441443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441443 is #BBEBBC. Grayscale: #272727. Windows color (decimal): -12315581 or 4396100. OLE color: 4396100.

HSL color Cylindrical-coordinate representation of color #441443: hue angle of 301.25º 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 #441443 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB682067-
CMYK00.710.010.73
HSL301.25º54.55%17.25%-
HSV(B)301.25º70.59%26.67%-
XYZ3.652.135.53-
YUV39.71143.4148.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 67 (26.56% from 255) = 43.23%
R=43.87%
G=12.90%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68206700.710.010.73301.2554.5517.25
Hex44144304714912d3711
Octal10424103010711114556721
Binary1000100101001000011010001111100100110010110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441443; }

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

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

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

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

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

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

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

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