#5E154C

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

Shades of Pompadour #5E154C

Tints of Pompadour #5E154C

Color information

#5E154C (or 0x5E154C) is unknown color: approx Pompadour. HEX triplet: 5E, 15 and 4C. RGB value is (94,21,76). Sum of RGB (Red+Green+Blue) = 94+21+76=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E154C is #A1EAB3. Grayscale: #303030. Windows color (decimal): -10611380 or 4986206. OLE color: 4986206.

HSL color Cylindrical-coordinate representation of color #5E154C: hue angle of 314.79º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E154C is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB942176-
CMYK00.780.190.63
HSL314.79º63.48%22.55%-
HSV(B)314.79º77.66%36.86%-
XYZ6.193.447.17-
YUV49.1143.18160.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.21%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=49.21%
G=10.99%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94217600.780.190.63314.7963.4822.55
Hex5E154C04E133F13b3f17
Octal13625114011623774737727
Binary1011110101011001100010011101001111111110011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,21,76); }

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

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

 a { background-color: rgb(94,21,76); }

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

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

 span { border-color: rgb(94,21,76); }

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