#5E2046

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

Shades of Pompadour #5E2046

Tints of Pompadour #5E2046

Color information

#5E2046 (or 0x5E2046) is unknown color: approx Pompadour. HEX triplet: 5E, 20 and 46. RGB value is (94,32,70). Sum of RGB (Red+Green+Blue) = 94+32+70=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2046 is #A1DFB9. Grayscale: #363636. Windows color (decimal): -10608570 or 4595806. OLE color: 4595806.

HSL color Cylindrical-coordinate representation of color #5E2046: hue angle of 323.23º 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 #5E2046 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB943270-
CMYK00.660.260.63
HSL323.23º49.21%24.71%-
HSV(B)323.23º65.96%36.86%-
XYZ6.243.856.21-
YUV54.87136.54155.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.96%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=47.96%
G=16.33%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94327000.660.260.63323.2349.2124.71
Hex5E20460421A3F1433119
Octal13640106010232775036131
Binary10111101000001000110010000101101011111110100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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