#440241

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

Shades of Mardi Gras #440241

Tints of Mardi Gras #440241

Color information

#440241 (or 0x440241) is unknown color: approx Mardi Gras. HEX triplet: 44, 02 and 41. RGB value is (68,2,65). Sum of RGB (Red+Green+Blue) = 68+2+65=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #440241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440241 is #BBFDBE. Grayscale: #1C1C1C. Windows color (decimal): -12320191 or 4260420. OLE color: 4260420.

HSL color Cylindrical-coordinate representation of color #440241: hue angle of 302.73º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440241 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB68265-
CMYK00.970.040.73
HSL302.73º94.29%13.73%-
HSV(B)302.73º97.06%26.67%-
XYZ3.361.655.14-
YUV28.92148.37155.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=50.37%
G=1.48%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6826500.970.040.73302.7394.2913.73
Hex4424106144912f5ee
Octal10421010141411145713616
Binary100010010100000101100001100100100110010111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440241; }

 p { color: rgb(68,2,65); }

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

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

 a { background-color: rgb(68,2,65); }

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

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

 span { border-color: rgb(68,2,65); }

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