#440E40

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

Shades of Mardi Gras #440E40

Tints of Mardi Gras #440E40

Color information

#440E40 (or 0x440E40) is unknown color: approx Mardi Gras. HEX triplet: 44, 0E and 40. RGB value is (68,14,64). Sum of RGB (Red+Green+Blue) = 68+14+64=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #440E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E40 is #BBF1BF. Grayscale: #232323. Windows color (decimal): -12317120 or 4197956. OLE color: 4197956.

HSL color Cylindrical-coordinate representation of color #440E40: hue angle of 304.44º 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 #440E40 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB681464-
CMYK00.790.060.73
HSL304.44º65.85%16.08%-
HSV(B)304.44º79.41%26.67%-
XYZ3.471.915.04-
YUV35.85143.89150.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 14 (5.86% from 255) = 9.59%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=46.58%
G=9.59%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68146400.790.060.73304.4465.8516.08
Hex44E4004F6491304210
Octal104161000117611146010220
Binary100010011101000000010011111101001001100110000100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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