#541947

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

Shades of Loulou #541947

Tints of Loulou #541947

Color information

#541947 (or 0x541947) is unknown color: approx Loulou. HEX triplet: 54, 19 and 47. RGB value is (84,25,71). Sum of RGB (Red+Green+Blue) = 84+25+71=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #541947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541947 is #ABE6B8. Grayscale: #2F2F2F. Windows color (decimal): -11265721 or 4659540. OLE color: 4659540.

HSL color Cylindrical-coordinate representation of color #541947: hue angle of 313.22º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541947 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB842571-
CMYK00.700.150.67
HSL313.22º54.13%21.37%-
HSV(B)313.22º70.24%32.94%-
XYZ5.143.046.28-
YUV47.88141.05153.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=46.67%
G=13.89%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84257100.700.150.67313.2254.1321.37
Hex541947046F431393615
Octal124311070106171034716625
Binary1010100110011000111010001101111100001110011100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541947; }

 p { color: rgb(84,25,71); }

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

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

 a { background-color: rgb(84,25,71); }

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

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

 span { border-color: rgb(84,25,71); }

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