#541942

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

Shades of Pompadour #541942

Tints of Pompadour #541942

Color information

#541942 (or 0x541942) is unknown color: approx Pompadour. HEX triplet: 54, 19 and 42. RGB value is (84,25,66). Sum of RGB (Red+Green+Blue) = 84+25+66=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #541942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541942 is #ABE6BD. Grayscale: #2F2F2F. Windows color (decimal): -11265726 or 4331860. OLE color: 4331860.

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

Color convert

RGB842566-
CMYK00.700.210.67
HSL318.31º54.13%21.37%-
HSV(B)318.31º70.24%32.94%-
XYZ4.992.975.47-
YUV47.32138.55154.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=48%
G=14.29%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84256600.700.210.67318.3154.1321.37
Hex541942046154313e3615
Octal124311020106251034766625
Binary10101001100110000100100011010101100001110011111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541942; }

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

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

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

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

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

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

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

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