#542B46

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

Shades of Loulou #542B46

Tints of Loulou #542B46

Color information

#542B46 (or 0x542B46) is unknown color: approx Loulou. HEX triplet: 54, 2B and 46. RGB value is (84,43,70). Sum of RGB (Red+Green+Blue) = 84+43+70=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #542B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B46 is #ABD4B9. Grayscale: #3A3A3A. Windows color (decimal): -11261114 or 4598612. OLE color: 4598612.

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

Color convert

RGB844370-
CMYK00.490.170.67
HSL320.49º32.28%24.9%-
HSV(B)320.49º48.81%32.94%-
XYZ5.634.056.28-
YUV58.34134.58146.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=42.64%
G=21.83%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84437000.490.170.67320.4932.2824.9
Hex542B4603111431402019
Octal12453106061211035004031
Binary10101001010111000110011000110001100001110100000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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