#542F4F

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

Shades of Loulou #542F4F

Tints of Loulou #542F4F

Color information

#542F4F (or 0x542F4F) is unknown color: approx Loulou. HEX triplet: 54, 2F and 4F. RGB value is (84,47,79). Sum of RGB (Red+Green+Blue) = 84+47+79=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #542F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F4F is #ABD0B0. Grayscale: #3D3D3D. Windows color (decimal): -11260081 or 5189460. OLE color: 5189460.

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

Color convert

RGB844779-
CMYK00.440.060.67
HSL308.11º28.24%25.69%-
HSV(B)308.11º44.05%32.94%-
XYZ6.084.487.94-
YUV61.71137.76143.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 47 (18.75% from 255) = 22.38%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=40%
G=22.38%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84477900.440.060.67308.1128.2425.69
Hex542F4F02C6431341c1a
Octal1245711705461034643432
Binary10101001011111001111010110011010000111001101001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542F4F; }

 p { color: rgb(84,47,79); }

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

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

 a { background-color: rgb(84,47,79); }

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

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

 span { border-color: rgb(84,47,79); }

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