#542B4B

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

Shades of Loulou #542B4B

Tints of Loulou #542B4B

Color information

#542B4B (or 0x542B4B) is unknown color: approx Loulou. HEX triplet: 54, 2B and 4B. RGB value is (84,43,75). Sum of RGB (Red+Green+Blue) = 84+43+75=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #542B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B4B is #ABD4B4. Grayscale: #3A3A3A. Windows color (decimal): -11261109 or 4926292. OLE color: 4926292.

HSL color Cylindrical-coordinate representation of color #542B4B: hue angle of 313.17º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #542B4B is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB844375-
CMYK00.490.110.67
HSL313.17º32.28%24.9%-
HSV(B)313.17º48.81%32.94%-
XYZ5.794.127.15-
YUV58.91137.08145.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=41.58%
G=21.29%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84437500.490.110.67313.1732.2824.9
Hex542B4B031B431392019
Octal12453113061131034714031
Binary1010100101011100101101100011011100001110011100110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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