#411541

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

Shades of Mardi Gras #411541

Tints of Mardi Gras #411541

Color information

#411541 (or 0x411541) is unknown color: approx Mardi Gras. HEX triplet: 41, 15 and 41. RGB value is (65,21,65). Sum of RGB (Red+Green+Blue) = 65+21+65=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #411541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411541 is #BEEABE. Grayscale: #272727. Windows color (decimal): -12511935 or 4265281. OLE color: 4265281.

HSL color Cylindrical-coordinate representation of color #411541: hue angle of 300º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #411541 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB652165-
CMYK00.6800.75
HSL300º51.16%16.86%-
HSV(B)300º67.69%25.49%-
XYZ3.42.045.22-
YUV39.17142.58146.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=43.05%
G=13.91%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65216500.6800.7530051.1616.86
Hex41154104404B12c3311
Octal10125101010401134546321
Binary1000001101011000001010001000100101110010110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411541; }

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

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

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

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

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

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

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

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