#543350

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

Shades of Loulou #543350

Tints of Loulou #543350

Color information

#543350 (or 0x543350) is unknown color: approx Loulou. HEX triplet: 54, 33 and 50. RGB value is (84,51,80). Sum of RGB (Red+Green+Blue) = 84+51+80=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 84 - color contains mainly: red. Hex color #543350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543350 is #ABCCAF. Grayscale: #404040. Windows color (decimal): -11259056 or 5256020. OLE color: 5256020.

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

Color convert

RGB845180-
CMYK00.390.050.67
HSL307.27º24.44%26.47%-
HSV(B)307.27º39.29%32.94%-
XYZ6.294.838.19-
YUV64.17136.93142.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=39.07%
G=23.72%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84518000.390.050.67307.2724.4426.47
Hex543350027543133181a
Octal1246312004751034633032
Binary10101001100111010000010011110110000111001100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543350; }

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

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

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

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

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

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

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

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