#441943

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

Shades of Mardi Gras #441943

Tints of Mardi Gras #441943

Color information

#441943 (or 0x441943) is unknown color: approx Mardi Gras. HEX triplet: 44, 19 and 43. RGB value is (68,25,67). Sum of RGB (Red+Green+Blue) = 68+25+67=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #441943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441943 is #BBE6BC. Grayscale: #2A2A2A. Windows color (decimal): -12314301 or 4397380. OLE color: 4397380.

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

Color convert

RGB682567-
CMYK00.630.010.73
HSL301.4º46.24%18.24%-
HSV(B)301.4º63.24%26.67%-
XYZ3.742.335.56-
YUV42.64141.75146.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 67 (26.56% from 255) = 41.88%
R=42.5%
G=15.62%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68256700.630.010.73301.446.2418.24
Hex44194303F14912d2e12
Octal1043110307711114555622
Binary100010011001100001101111111100100110010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441943; }

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

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

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

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

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

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

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

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