#440543

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

Shades of Mardi Gras #440543

Tints of Mardi Gras #440543

Color information

#440543 (or 0x440543) is unknown color: approx Mardi Gras. HEX triplet: 44, 05 and 43. RGB value is (68,5,67). Sum of RGB (Red+Green+Blue) = 68+5+67=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #440543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440543 is #BBFABC. Grayscale: #1E1E1E. Windows color (decimal): -12319421 or 4392260. OLE color: 4392260.

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

Color convert

RGB68567-
CMYK00.930.010.73
HSL300.95º86.3%14.31%-
HSV(B)300.95º92.65%26.67%-
XYZ3.451.745.46-
YUV30.9148.37154.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 67 (26.56% from 255) = 47.86%
R=48.57%
G=3.57%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6856700.930.010.73300.9586.314.31
Hex4454305D14912d56e
Octal10451030135111145512616
Binary10001001011000011010111011100100110010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440543; }

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

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

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

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

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

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

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

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