#440143

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

Shades of Mardi Gras #440143

Tints of Mardi Gras #440143

Color information

#440143 (or 0x440143) is unknown color: approx Mardi Gras. HEX triplet: 44, 01 and 43. RGB value is (68,1,67). Sum of RGB (Red+Green+Blue) = 68+1+67=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #440143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440143 is #BBFEBC. Grayscale: #1C1C1C. Windows color (decimal): -12320445 or 4391236. OLE color: 4391236.

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

Color convert

RGB68167-
CMYK00.990.010.73
HSL300.9º97.1%13.53%-
HSV(B)300.9º98.53%26.67%-
XYZ3.411.665.45-
YUV28.56149.7156.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 67 (26.56% from 255) = 49.26%
R=50%
G=0.74%
B=49.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6816700.990.010.73300.997.113.53
Hex4414306314912d61e
Octal10411030143111145514116
Binary100010011000011011000111100100110010110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440143; }

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

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

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

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

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

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

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

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