#542F4B

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

Shades of Loulou #542F4B

Tints of Loulou #542F4B

Color information

#542F4B (or 0x542F4B) is unknown color: approx Loulou. HEX triplet: 54, 2F and 4B. RGB value is (84,47,75). Sum of RGB (Red+Green+Blue) = 84+47+75=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #542F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F4B is #ABD0B4. Grayscale: #3D3D3D. Windows color (decimal): -11260085 or 4927316. OLE color: 4927316.

HSL color Cylindrical-coordinate representation of color #542F4B: hue angle of 314.59º 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 #542F4B is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB844775-
CMYK00.440.110.67
HSL314.59º28.24%25.69%-
HSV(B)314.59º44.05%32.94%-
XYZ5.944.437.2-
YUV61.26135.76144.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.78%
GREEN value IS 47 (18.75% from 255) = 22.82%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=40.78%
G=22.82%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84477500.440.110.67314.5928.2425.69
Hex542F4B02CB4313b1c1a
Octal12457113054131034733432
Binary101010010111110010110101100101110000111001110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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