#542B45

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

Shades of Loulou #542B45

Tints of Loulou #542B45

Color information

#542B45 (or 0x542B45) is unknown color: approx Loulou. HEX triplet: 54, 2B and 45. RGB value is (84,43,69). Sum of RGB (Red+Green+Blue) = 84+43+69=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #542B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B45 is #ABD4BA. Grayscale: #3A3A3A. Windows color (decimal): -11261115 or 4533076. OLE color: 4533076.

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

Color convert

RGB844369-
CMYK00.490.180.67
HSL321.95º32.28%24.9%-
HSV(B)321.95º48.81%32.94%-
XYZ5.594.046.12-
YUV58.22134.08146.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=42.86%
G=21.94%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84436900.490.180.67321.9532.2824.9
Hex542B4503112431422019
Octal12453105061221035024031
Binary10101001010111000101011000110010100001110100001010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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