#5E2042

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

Shades of Pompadour #5E2042

Tints of Pompadour #5E2042

Color information

#5E2042 (or 0x5E2042) is unknown color: approx Pompadour. HEX triplet: 5E, 20 and 42. RGB value is (94,32,66). Sum of RGB (Red+Green+Blue) = 94+32+66=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2042 is #A1DFBD. Grayscale: #363636. Windows color (decimal): -10608574 or 4333662. OLE color: 4333662.

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

Color convert

RGB943266-
CMYK00.660.300.63
HSL327.1º49.21%24.71%-
HSV(B)327.1º65.96%36.86%-
XYZ6.123.815.57-
YUV54.41134.54156.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.96%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=48.96%
G=16.67%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94326600.660.300.63327.149.2124.71
Hex5E20420421E3F1473119
Octal13640102010236775076131
Binary10111101000001000010010000101111011111110100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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