#440940

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

Shades of Mardi Gras #440940

Tints of Mardi Gras #440940

Color information

#440940 (or 0x440940) is unknown color: approx Mardi Gras. HEX triplet: 44, 09 and 40. RGB value is (68,9,64). Sum of RGB (Red+Green+Blue) = 68+9+64=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #440940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440940 is #BBF6BF. Grayscale: #202020. Windows color (decimal): -12318400 or 4196676. OLE color: 4196676.

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

Color convert

RGB68964-
CMYK00.870.060.73
HSL304.07º76.62%15.1%-
HSV(B)304.07º86.76%26.67%-
XYZ3.411.795.02-
YUV32.91145.55153.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 64 (25.39% from 255) = 45.39%
R=48.23%
G=6.38%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6896400.870.060.73304.0776.6215.1
Hex449400576491304df
Octal104111000127611146011517
Binary10001001001100000001010111110100100110011000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440940; }

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

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

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

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

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

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

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

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