#543150

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

Shades of Loulou #543150

Tints of Loulou #543150

Color information

#543150 (or 0x543150) is unknown color: approx Loulou. HEX triplet: 54, 31 and 50. RGB value is (84,49,80). Sum of RGB (Red+Green+Blue) = 84+49+80=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #543150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543150 is #ABCEAF. Grayscale: #3E3E3E. Windows color (decimal): -11259568 or 5255508. OLE color: 5255508.

HSL color Cylindrical-coordinate representation of color #543150: hue angle of 306.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #543150 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB844980-
CMYK00.420.050.67
HSL306.86º26.32%26.08%-
HSV(B)306.86º41.67%32.94%-
XYZ6.24.668.16-
YUV63137.6142.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=39.44%
G=23.00%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84498000.420.050.67306.8626.3226.08
Hex54315002A5431331a1a
Octal1246112005251034633232
Binary10101001100011010000010101010110000111001100111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543150; }

 p { color: rgb(84,49,80); }

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

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

 a { background-color: rgb(84,49,80); }

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

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

 span { border-color: rgb(84,49,80); }

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