#441742

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

Shades of Mardi Gras #441742

Tints of Mardi Gras #441742

Color information

#441742 (or 0x441742) is unknown color: approx Mardi Gras. HEX triplet: 44, 17 and 42. RGB value is (68,23,66). Sum of RGB (Red+Green+Blue) = 68+23+66=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #441742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441742 is #BBE8BD. Grayscale: #292929. Windows color (decimal): -12314814 or 4331332. OLE color: 4331332.

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

Color convert

RGB682366-
CMYK00.660.030.73
HSL302.67º49.45%17.84%-
HSV(B)302.67º66.18%26.67%-
XYZ3.672.245.39-
YUV41.36141.91147-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=43.31%
G=14.65%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68236600.660.030.73302.6749.4517.84
Hex44174204234912f3112
Octal10427102010231114576122
Binary10001001011110000100100001011100100110010111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441742; }

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

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

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

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

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

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

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

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