#440E43

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

Shades of Mardi Gras #440E43

Tints of Mardi Gras #440E43

Color information

#440E43 (or 0x440E43) is unknown color: approx Mardi Gras. HEX triplet: 44, 0E and 43. RGB value is (68,14,67). Sum of RGB (Red+Green+Blue) = 68+14+67=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #440E43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E43 is #BBF1BC. Grayscale: #242424. Windows color (decimal): -12317117 or 4394564. OLE color: 4394564.

HSL color Cylindrical-coordinate representation of color #440E43: hue angle of 301.11º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #440E43 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB681467-
CMYK00.790.010.73
HSL301.11º65.85%16.08%-
HSV(B)301.11º79.41%26.67%-
XYZ3.551.955.5-
YUV36.19145.39150.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 14 (5.86% from 255) = 9.40%
BLUE value IS 67 (26.56% from 255) = 44.97%
R=45.64%
G=9.40%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68146700.790.010.73301.1165.8516.08
Hex44E4304F14912d4210
Octal104161030117111145510220
Binary1000100111010000110100111111001001100101101100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440E43; }

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

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

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

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

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

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

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

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