#440A40

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

Shades of Mardi Gras #440A40

Tints of Mardi Gras #440A40

Color information

#440A40 (or 0x440A40) is unknown color: approx Mardi Gras. HEX triplet: 44, 0A and 40. RGB value is (68,10,64). Sum of RGB (Red+Green+Blue) = 68+10+64=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #440A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A40 is #BBF5BF. Grayscale: #212121. Windows color (decimal): -12318144 or 4196932. OLE color: 4196932.

HSL color Cylindrical-coordinate representation of color #440A40: hue angle of 304.14º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440A40 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB681064-
CMYK00.850.060.73
HSL304.14º74.36%15.29%-
HSV(B)304.14º85.29%26.67%-
XYZ3.421.825.02-
YUV33.5145.22152.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 10 (4.30% from 255) = 7.04%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=47.89%
G=7.04%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68106400.850.060.73304.1474.3615.29
Hex44A400556491304af
Octal104121000125611146011217
Binary10001001010100000001010101110100100110011000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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