#541E41

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

Shades of Pompadour #541E41

Tints of Pompadour #541E41

Color information

#541E41 (or 0x541E41) is unknown color: approx Pompadour. HEX triplet: 54, 1E and 41. RGB value is (84,30,65). Sum of RGB (Red+Green+Blue) = 84+30+65=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #541E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E41 is #ABE1BE. Grayscale: #323232. Windows color (decimal): -11264447 or 4267604. OLE color: 4267604.

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

Color convert

RGB843065-
CMYK00.640.230.67
HSL321.11º47.37%22.35%-
HSV(B)321.11º64.29%32.94%-
XYZ5.073.25.35-
YUV50.14136.39152.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.93%
GREEN value IS 30 (12.11% from 255) = 16.76%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=46.93%
G=16.76%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84306500.640.230.67321.1147.3722.35
Hex541E4104017431412f16
Octal124361010100271035015726
Binary10101001111010000010100000010111100001110100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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