#541E40

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

Shades of Pompadour #541E40

Tints of Pompadour #541E40

Color information

#541E40 (or 0x541E40) is unknown color: approx Pompadour. HEX triplet: 54, 1E and 40. RGB value is (84,30,64). Sum of RGB (Red+Green+Blue) = 84+30+64=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #541E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E40 is #ABE1BF. Grayscale: #313131. Windows color (decimal): -11264448 or 4202068. OLE color: 4202068.

HSL color Cylindrical-coordinate representation of color #541E40: hue angle of 322.22º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #541E40 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB843064-
CMYK00.640.240.67
HSL322.22º47.37%22.35%-
HSV(B)322.22º64.29%32.94%-
XYZ5.053.185.2-
YUV50.02135.89152.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=47.19%
G=16.85%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84306400.640.240.67322.2247.3722.35
Hex541E4004018431422f16
Octal124361000100301035025726
Binary10101001111010000000100000011000100001110100001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,30,64); }

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

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

 a { background-color: rgb(84,30,64); }

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

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

 span { border-color: rgb(84,30,64); }

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