#411B45

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

Shades of Mardi Gras #411B45

Tints of Mardi Gras #411B45

Color information

#411B45 (or 0x411B45) is unknown color: approx Mardi Gras. HEX triplet: 41, 1B and 45. RGB value is (65,27,69). Sum of RGB (Red+Green+Blue) = 65+27+69=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 69 - color contains mainly: blue. Hex color #411B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B45 is #BEE4BA. Grayscale: #2B2B2B. Windows color (decimal): -12510395 or 4528961. OLE color: 4528961.

HSL color Cylindrical-coordinate representation of color #411B45: hue angle of 294.29º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #411B45 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB652769-
CMYK0.060.6100.73
HSL294.29º43.75%18.82%-
HSV(B)294.29º60.87%27.06%-
XYZ3.652.345.89-
YUV43.15142.59143.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 27 (10.94% from 255) = 16.77%
BLUE value IS 69 (27.34% from 255) = 42.86%
R=40.37%
G=16.77%
B=42.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6527690.060.6100.73294.2943.7518.82
Hex411B4563D0491262c13
Octal1013310567501114465423
Binary10000011101110001011101111010100100110010011010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411B45; }

 p { color: rgb(65,27,69); }

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

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

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

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

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

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

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