#541C4B

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

Shades of Loulou #541C4B

Tints of Loulou #541C4B

Color information

#541C4B (or 0x541C4B) is unknown color: approx Loulou. HEX triplet: 54, 1C and 4B. RGB value is (84,28,75). Sum of RGB (Red+Green+Blue) = 84+28+75=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #541C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C4B is #ABE3B4. Grayscale: #313131. Windows color (decimal): -11264949 or 4922452. OLE color: 4922452.

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

Color convert

RGB842875-
CMYK00.670.110.67
HSL309.64º50%21.96%-
HSV(B)309.64º66.67%32.94%-
XYZ5.343.227-
YUV50.1142.05152.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=44.92%
G=14.97%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84287500.670.110.67309.645021.96
Hex541C4B043B431363216
Octal124341130103131034666226
Binary1010100111001001011010000111011100001110011011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,28,75); }

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

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

 a { background-color: rgb(84,28,75); }

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

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

 span { border-color: rgb(84,28,75); }

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