#5E2547

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

Shades of Pompadour #5E2547

Tints of Pompadour #5E2547

Color information

#5E2547 (or 0x5E2547) is unknown color: approx Pompadour. HEX triplet: 5E, 25 and 47. RGB value is (94,37,71). Sum of RGB (Red+Green+Blue) = 94+37+71=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2547 is #A1DAB8. Grayscale: #393939. Windows color (decimal): -10607289 or 4662622. OLE color: 4662622.

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

Color convert

RGB943771-
CMYK00.610.240.63
HSL324.21º43.51%25.69%-
HSV(B)324.21º60.64%36.86%-
XYZ6.414.166.43-
YUV57.92135.38153.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.53%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 71 (28.12% from 255) = 35.15%
R=46.53%
G=18.32%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94377100.610.240.63324.2143.5125.69
Hex5E254703D183F1442c1a
Octal1364510707530775045432
Binary1011110100101100011101111011100011111110100010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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