#440243

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

Shades of Mardi Gras #440243

Tints of Mardi Gras #440243

Color information

#440243 (or 0x440243) is unknown color: approx Mardi Gras. HEX triplet: 44, 02 and 43. RGB value is (68,2,67). Sum of RGB (Red+Green+Blue) = 68+2+67=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #440243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440243 is #BBFDBC. Grayscale: #1C1C1C. Windows color (decimal): -12320189 or 4391492. OLE color: 4391492.

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

Color convert

RGB68267-
CMYK00.970.010.73
HSL300.91º94.29%13.73%-
HSV(B)300.91º97.06%26.67%-
XYZ3.421.685.45-
YUV29.14149.37155.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.64%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 67 (26.56% from 255) = 48.91%
R=49.64%
G=1.46%
B=48.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6826700.970.010.73300.9194.2913.73
Hex4424306114912d5ee
Octal10421030141111145513616
Binary1000100101000011011000011100100110010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440243; }

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

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

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

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

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

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

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

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