#541C41

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

Shades of Pompadour #541C41

Tints of Pompadour #541C41

Color information

#541C41 (or 0x541C41) is unknown color: approx Pompadour. HEX triplet: 54, 1C and 41. RGB value is (84,28,65). Sum of RGB (Red+Green+Blue) = 84+28+65=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #541C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C41 is #ABE3BE. Grayscale: #303030. Windows color (decimal): -11264959 or 4267092. OLE color: 4267092.

HSL color Cylindrical-coordinate representation of color #541C41: hue angle of 320.36º 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 #541C41 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB842865-
CMYK00.670.230.67
HSL320.36º50%21.96%-
HSV(B)320.36º66.67%32.94%-
XYZ5.033.15.33-
YUV48.96137.05152.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 28 (11.33% from 255) = 15.82%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=47.46%
G=15.82%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84286500.670.230.67320.365021.96
Hex541C4104317431403216
Octal124341010103271035006226
Binary10101001110010000010100001110111100001110100000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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