#592040

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

Shades of Pompadour #592040

Tints of Pompadour #592040

Color information

#592040 (or 0x592040) is unknown color: approx Pompadour. HEX triplet: 59, 20 and 40. RGB value is (89,32,64). Sum of RGB (Red+Green+Blue) = 89+32+64=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #592040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592040 is #A6DFBF. Grayscale: #343434. Windows color (decimal): -10936256 or 4202585. OLE color: 4202585.

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

Color convert

RGB893264-
CMYK00.640.280.65
HSL326.32º47.11%23.73%-
HSV(B)326.32º64.04%34.9%-
XYZ5.563.535.24-
YUV52.69134.38153.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=48.11%
G=17.30%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89326400.640.280.65326.3247.1123.73
Hex5920400401C411462f18
Octal131401000100341015065730
Binary101100110000010000000100000011100100000110100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592040; }

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

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

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

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

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

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

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

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