#541F43

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

Shades of Loulou #541F43

Tints of Loulou #541F43

Color information

#541F43 (or 0x541F43) is unknown color: approx Loulou. HEX triplet: 54, 1F and 43. RGB value is (84,31,67). Sum of RGB (Red+Green+Blue) = 84+31+67=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #541F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F43 is #ABE0BC. Grayscale: #323232. Windows color (decimal): -11264189 or 4398932. OLE color: 4398932.

HSL color Cylindrical-coordinate representation of color #541F43: hue angle of 319.25º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F43 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB843167-
CMYK00.630.200.67
HSL319.25º46.09%22.55%-
HSV(B)319.25º63.1%32.94%-
XYZ5.163.275.67-
YUV50.95137.06151.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 31 (12.5% from 255) = 17.03%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=46.15%
G=17.03%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84316700.630.200.67319.2546.0922.55
Hex541F4303F144313f2e17
Octal12437103077241034775627
Binary1010100111111000011011111110100100001110011111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541F43; }

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

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

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

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

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

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

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

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