#542B4A

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

Shades of Loulou #542B4A

Tints of Loulou #542B4A

Color information

#542B4A (or 0x542B4A) is unknown color: approx Loulou. HEX triplet: 54, 2B and 4A. RGB value is (84,43,74). Sum of RGB (Red+Green+Blue) = 84+43+74=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #542B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B4A is #ABD4B5. Grayscale: #3A3A3A. Windows color (decimal): -11261110 or 4860756. OLE color: 4860756.

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

Color convert

RGB844374-
CMYK00.490.120.67
HSL314.63º32.28%24.9%-
HSV(B)314.63º48.81%32.94%-
XYZ5.764.116.97-
YUV58.79136.58145.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=41.79%
G=21.39%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84437400.490.120.67314.6332.2824.9
Hex542B4A031C4313b2019
Octal12453112061141034734031
Binary1010100101011100101001100011100100001110011101110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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