#5E1647

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

Shades of Pompadour #5E1647

Tints of Pompadour #5E1647

Color information

#5E1647 (or 0x5E1647) is unknown color: approx Pompadour. HEX triplet: 5E, 16 and 47. RGB value is (94,22,71). Sum of RGB (Red+Green+Blue) = 94+22+71=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1647 is #A1E9B8. Grayscale: #303030. Windows color (decimal): -10611129 or 4658782. OLE color: 4658782.

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

Color convert

RGB942271-
CMYK00.770.240.63
HSL319.17º62.07%22.75%-
HSV(B)319.17º76.6%36.86%-
XYZ6.043.416.3-
YUV49.11140.35160.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50.27%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=50.27%
G=11.76%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94227100.770.240.63319.1762.0722.75
Hex5E164704D183F13f3e17
Octal13626107011530774777627
Binary1011110101101000111010011011100011111110011111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,22,71); }

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

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

 a { background-color: rgb(94,22,71); }

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

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

 span { border-color: rgb(94,22,71); }

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