#541B4C

Color #541B4C Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #541B4C

Tints of Loulou #541B4C

Color information

#541B4C (or 0x541B4C) is unknown color: approx Loulou. HEX triplet: 54, 1B and 4C. RGB value is (84,27,76). Sum of RGB (Red+Green+Blue) = 84+27+76=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #541B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B4C is #ABE4B3. Grayscale: #313131. Windows color (decimal): -11265204 or 4987732. OLE color: 4987732.

HSL color Cylindrical-coordinate representation of color #541B4C: hue angle of 308.42º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #541B4C is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB842776-
CMYK00.680.100.67
HSL308.42º51.35%21.76%-
HSV(B)308.42º67.86%32.94%-
XYZ5.353.197.17-
YUV49.63142.88152.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 27 (10.94% from 255) = 14.44%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=44.92%
G=14.44%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84277600.680.100.67308.4251.3521.76
Hex541B4C044A431343316
Octal124331140104121034646326
Binary1010100110111001100010001001010100001110011010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541B4C; }

 p { color: rgb(84,27,76); }

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

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

 a { background-color: rgb(84,27,76); }

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

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

 span { border-color: rgb(84,27,76); }

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