#441740

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

Shades of Mardi Gras #441740

Tints of Mardi Gras #441740

Color information

#441740 (or 0x441740) is unknown color: approx Mardi Gras. HEX triplet: 44, 17 and 40. RGB value is (68,23,64). Sum of RGB (Red+Green+Blue) = 68+23+64=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #441740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441740 is #BBE8BF. Grayscale: #292929. Windows color (decimal): -12314816 or 4200260. OLE color: 4200260.

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

Color convert

RGB682364-
CMYK00.660.060.73
HSL305.33º49.45%17.84%-
HSV(B)305.33º66.18%26.67%-
XYZ3.622.215.09-
YUV41.13140.91147.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=43.87%
G=14.84%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68236400.660.060.73305.3349.4517.84
Hex4417400426491313112
Octal10427100010261114616122
Binary100010010111100000001000010110100100110011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441740; }

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

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

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

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

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

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

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

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