#542950

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

Shades of Loulou #542950

Tints of Loulou #542950

Color information

#542950 (or 0x542950) is unknown color: approx Loulou. HEX triplet: 54, 29 and 50. RGB value is (84,41,80). Sum of RGB (Red+Green+Blue) = 84+41+80=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 84 - color contains mainly: red. Hex color #542950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542950 is #ABD6AF. Grayscale: #3A3A3A. Windows color (decimal): -11261616 or 5253460. OLE color: 5253460.

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

Color convert

RGB844180-
CMYK00.510.050.67
HSL305.58º34.4%24.51%-
HSV(B)305.58º51.19%32.94%-
XYZ5.94.058.06-
YUV58.3140.25146.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.98%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=40.98%
G=20%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84418000.510.050.67305.5834.424.51
Hex5429500335431322219
Octal1245112006351034624231
Binary101010010100110100000110011101100001110011001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542950; }

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

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

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

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

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

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

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

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