#592046

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

Shades of Pompadour #592046

Tints of Pompadour #592046

Color information

#592046 (or 0x592046) is unknown color: approx Pompadour. HEX triplet: 59, 20 and 46. RGB value is (89,32,70). Sum of RGB (Red+Green+Blue) = 89+32+70=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #592046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592046 is #A6DFB9. Grayscale: #353535. Windows color (decimal): -10936250 or 4595801. OLE color: 4595801.

HSL color Cylindrical-coordinate representation of color #592046: hue angle of 320º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592046 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB893270-
CMYK00.640.210.65
HSL320º47.11%23.73%-
HSV(B)320º64.04%34.9%-
XYZ5.743.66.19-
YUV53.38137.38153.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=46.60%
G=16.75%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89327000.640.210.6532047.1123.73
Hex59204604015411402f18
Octal131401060100251015005730
Binary101100110000010001100100000010101100000110100000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592046; }

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

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

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

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

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

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

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

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