#542C4E

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

Shades of Loulou #542C4E

Tints of Loulou #542C4E

Color information

#542C4E (or 0x542C4E) is unknown color: approx Loulou. HEX triplet: 54, 2C and 4E. RGB value is (84,44,78). Sum of RGB (Red+Green+Blue) = 84+44+78=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #542C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C4E is #ABD3B1. Grayscale: #3B3B3B. Windows color (decimal): -11260850 or 5123156. OLE color: 5123156.

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

Color convert

RGB844478-
CMYK00.480.070.67
HSL309º31.25%25.1%-
HSV(B)309º47.62%32.94%-
XYZ5.934.247.71-
YUV59.84138.25145.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.78%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=40.78%
G=21.36%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84447800.480.070.6730931.2525.1
Hex542C4E0307431351f19
Octal1245411606071034653731
Binary10101001011001001110011000011110000111001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,44,78); }

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

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

 a { background-color: rgb(84,44,78); }

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

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

 span { border-color: rgb(84,44,78); }

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