#411544

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

Shades of Mardi Gras #411544

Tints of Mardi Gras #411544

Color information

#411544 (or 0x411544) is unknown color: approx Mardi Gras. HEX triplet: 41, 15 and 44. RGB value is (65,21,68). Sum of RGB (Red+Green+Blue) = 65+21+68=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 68 - color contains mainly: blue. Hex color #411544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411544 is #BEEABB. Grayscale: #272727. Windows color (decimal): -12511932 or 4461889. OLE color: 4461889.

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

Color convert

RGB652168-
CMYK0.040.6900.73
HSL296.17º52.81%17.45%-
HSV(B)296.17º69.12%26.67%-
XYZ3.492.085.69-
YUV39.51144.08146.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 68 (26.95% from 255) = 44.16%
R=42.21%
G=13.64%
B=44.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6521680.040.6900.73296.1752.8117.45
Hex4115444450491283511
Octal10125104410501114506521
Binary100000110101100010010010001010100100110010100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411544; }

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

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

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

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

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

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

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

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