#542543

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

Shades of Loulou #542543

Tints of Loulou #542543

Color information

#542543 (or 0x542543) is unknown color: approx Loulou. HEX triplet: 54, 25 and 43. RGB value is (84,37,67). Sum of RGB (Red+Green+Blue) = 84+37+67=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #542543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542543 is #ABDABC. Grayscale: #363636. Windows color (decimal): -11262653 or 4400468. OLE color: 4400468.

HSL color Cylindrical-coordinate representation of color #542543: hue angle of 321.7º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #542543 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB843767-
CMYK00.560.200.67
HSL321.7º38.84%23.73%-
HSV(B)321.7º55.95%32.94%-
XYZ5.333.615.73-
YUV54.47135.07149.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=44.68%
G=19.68%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84376700.560.200.67321.738.8423.73
Hex54254303814431422718
Octal12445103070241035024730
Binary10101001001011000011011100010100100001110100001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542543; }

 p { color: rgb(84,37,67); }

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

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

 a { background-color: rgb(84,37,67); }

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

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

 span { border-color: rgb(84,37,67); }

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