#5E2147

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

Shades of Pompadour #5E2147

Tints of Pompadour #5E2147

Color information

#5E2147 (or 0x5E2147) is unknown color: approx Pompadour. HEX triplet: 5E, 21 and 47. RGB value is (94,33,71). Sum of RGB (Red+Green+Blue) = 94+33+71=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2147 is #A1DEB8. Grayscale: #373737. Windows color (decimal): -10608313 or 4661598. OLE color: 4661598.

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

Color convert

RGB943371-
CMYK00.650.240.63
HSL322.62º48.03%24.9%-
HSV(B)322.62º64.89%36.86%-
XYZ6.33.926.39-
YUV55.57136.71155.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.47%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 71 (28.12% from 255) = 35.86%
R=47.47%
G=16.67%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94337100.650.240.63322.6248.0324.9
Hex5E2147041183F1433019
Octal13641107010130775036031
Binary10111101000011000111010000011100011111110100001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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