#541A42

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

Shades of Pompadour #541A42

Tints of Pompadour #541A42

Color information

#541A42 (or 0x541A42) is unknown color: approx Pompadour. HEX triplet: 54, 1A and 42. RGB value is (84,26,66). Sum of RGB (Red+Green+Blue) = 84+26+66=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #541A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A42 is #ABE5BD. Grayscale: #2F2F2F. Windows color (decimal): -11265470 or 4332116. OLE color: 4332116.

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

Color convert

RGB842666-
CMYK00.690.210.67
HSL318.62º52.73%21.57%-
HSV(B)318.62º69.05%32.94%-
XYZ5.013.025.47-
YUV47.9138.22153.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 26 (10.55% from 255) = 14.77%
BLUE value IS 66 (26.17% from 255) = 37.5%
R=47.73%
G=14.77%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84266600.690.210.67318.6252.7321.57
Hex541A42045154313f3516
Octal124321020105251034776526
Binary10101001101010000100100010110101100001110011111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,26,66); }

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

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

 a { background-color: rgb(84,26,66); }

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

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

 span { border-color: rgb(84,26,66); }

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