#592041

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

Shades of Pompadour #592041

Tints of Pompadour #592041

Color information

#592041 (or 0x592041) is unknown color: approx Pompadour. HEX triplet: 59, 20 and 41. RGB value is (89,32,65). Sum of RGB (Red+Green+Blue) = 89+32+65=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #592041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592041 is #A6DFBE. Grayscale: #343434. Windows color (decimal): -10936255 or 4268121. OLE color: 4268121.

HSL color Cylindrical-coordinate representation of color #592041: hue angle of 325.26º 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 #592041 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB893265-
CMYK00.640.270.65
HSL325.26º47.11%23.73%-
HSV(B)325.26º64.04%34.9%-
XYZ5.593.545.39-
YUV52.8134.88153.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=47.85%
G=17.20%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89326500.640.270.65325.2647.1123.73
Hex5920410401B411452f18
Octal131401010100331015055730
Binary101100110000010000010100000011011100000110100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592041; }

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

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

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

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

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

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

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

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