#440942

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

Shades of Mardi Gras #440942

Tints of Mardi Gras #440942

Color information

#440942 (or 0x440942) is unknown color: approx Mardi Gras. HEX triplet: 44, 09 and 42. RGB value is (68,9,66). Sum of RGB (Red+Green+Blue) = 68+9+66=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #440942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440942 is #BBF6BD. Grayscale: #202020. Windows color (decimal): -12318398 or 4327748. OLE color: 4327748.

HSL color Cylindrical-coordinate representation of color #440942: hue angle of 302.03º 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 #440942 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB68966-
CMYK00.870.030.73
HSL302.03º76.62%15.1%-
HSV(B)302.03º86.76%26.67%-
XYZ3.461.825.32-
YUV33.14146.55152.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 66 (26.17% from 255) = 46.15%
R=47.55%
G=6.29%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6896600.870.030.73302.0376.6215.1
Hex4494205734912e4df
Octal104111020127311145611517
Binary1000100100110000100101011111100100110010111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440942; }

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

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

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

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

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

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

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

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