#5E2049

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

Shades of Pompadour #5E2049

Tints of Pompadour #5E2049

Color information

#5E2049 (or 0x5E2049) is unknown color: approx Pompadour. HEX triplet: 5E, 20 and 49. RGB value is (94,32,73). Sum of RGB (Red+Green+Blue) = 94+32+73=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2049 is #A1DFB6. Grayscale: #373737. Windows color (decimal): -10608567 or 4792414. OLE color: 4792414.

HSL color Cylindrical-coordinate representation of color #5E2049: hue angle of 320.32º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E2049 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB943273-
CMYK00.660.220.63
HSL320.32º49.21%24.71%-
HSV(B)320.32º65.96%36.86%-
XYZ6.343.896.72-
YUV55.21138.04155.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.24%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=47.24%
G=16.08%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94327300.660.220.63320.3249.2124.71
Hex5E2049042163F1403119
Octal13640111010226775006131
Binary10111101000001001001010000101011011111110100000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E2049; }

 p { color: rgb(94,32,73); }

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

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

 a { background-color: rgb(94,32,73); }

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

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

 span { border-color: rgb(94,32,73); }

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