#541842

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

Shades of Pompadour #541842

Tints of Pompadour #541842

Color information

#541842 (or 0x541842) is unknown color: approx Pompadour. HEX triplet: 54, 18 and 42. RGB value is (84,24,66). Sum of RGB (Red+Green+Blue) = 84+24+66=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #541842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541842 is #ABE7BD. Grayscale: #2E2E2E. Windows color (decimal): -11265982 or 4331604. OLE color: 4331604.

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

Color convert

RGB842466-
CMYK00.710.210.67
HSL318º55.56%21.18%-
HSV(B)318º71.43%32.94%-
XYZ4.972.935.46-
YUV46.73138.88154.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=48.28%
G=13.79%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84246600.710.210.6731855.5621.18
Hex541842047154313e3815
Octal124301020107251034767025
Binary10101001100010000100100011110101100001110011111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541842; }

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

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

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

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

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

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

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

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