#541C40

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

Shades of Pompadour #541C40

Tints of Pompadour #541C40

Color information

#541C40 (or 0x541C40) is unknown color: approx Pompadour. HEX triplet: 54, 1C and 40. RGB value is (84,28,64). Sum of RGB (Red+Green+Blue) = 84+28+64=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #541C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C40 is #ABE3BF. Grayscale: #303030. Windows color (decimal): -11264960 or 4201556. OLE color: 4201556.

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

Color convert

RGB842864-
CMYK00.670.240.67
HSL321.43º50%21.96%-
HSV(B)321.43º66.67%32.94%-
XYZ53.095.18-
YUV48.85136.55153.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 28 (11.33% from 255) = 15.91%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=47.73%
G=15.91%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84286400.670.240.67321.435021.96
Hex541C4004318431413216
Octal124341000103301035016226
Binary10101001110010000000100001111000100001110100000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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