#592140

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

Shades of Pompadour #592140

Tints of Pompadour #592140

Color information

#592140 (or 0x592140) is unknown color: approx Pompadour. HEX triplet: 59, 21 and 40. RGB value is (89,33,64). Sum of RGB (Red+Green+Blue) = 89+33+64=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #592140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592140 is #A6DEBF. Grayscale: #353535. Windows color (decimal): -10936000 or 4202841. OLE color: 4202841.

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

Color convert

RGB893364-
CMYK00.630.280.65
HSL326.79º45.9%23.92%-
HSV(B)326.79º62.92%34.9%-
XYZ5.593.585.25-
YUV53.28134.05153.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=47.85%
G=17.74%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89336400.630.280.65326.7945.923.92
Hex59214003F1C411472e18
Octal13141100077341015075630
Binary10110011000011000000011111111100100000110100011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592140; }

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

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

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

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

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

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

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

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