#440C49

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

Shades of Mardi Gras #440C49

Tints of Mardi Gras #440C49

Color information

#440C49 (or 0x440C49) is unknown color: approx Mardi Gras. HEX triplet: 44, 0C and 49. RGB value is (68,12,73). Sum of RGB (Red+Green+Blue) = 68+12+73=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #440C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C49 is #BBF3B6. Grayscale: #232323. Windows color (decimal): -12317623 or 4787268. OLE color: 4787268.

HSL color Cylindrical-coordinate representation of color #440C49: hue angle of 295.08º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #440C49 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB681273-
CMYK0.070.8400.71
HSL295.08º71.76%16.67%-
HSV(B)295.08º83.56%28.63%-
XYZ3.721.976.49-
YUV35.7149.05151.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 12 (5.08% from 255) = 7.84%
BLUE value IS 73 (28.91% from 255) = 47.71%
R=44.44%
G=7.84%
B=47.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6812730.070.8400.71295.0871.7616.67
Hex44C497540471274811
Octal104141117124010744711021
Binary100010011001001001111101010001000111100100111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,12,73); }

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

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

 a { background-color: rgb(68,12,73); }

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

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

 span { border-color: rgb(68,12,73); }

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