#592145

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

Shades of Pompadour #592145

Tints of Pompadour #592145

Color information

#592145 (or 0x592145) is unknown color: approx Pompadour. HEX triplet: 59, 21 and 45. RGB value is (89,33,69). Sum of RGB (Red+Green+Blue) = 89+33+69=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #592145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592145 is #A6DEBA. Grayscale: #353535. Windows color (decimal): -10935995 or 4530521. OLE color: 4530521.

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

Color convert

RGB893369-
CMYK00.630.220.65
HSL321.43º45.9%23.92%-
HSV(B)321.43º62.92%34.9%-
XYZ5.743.646.03-
YUV53.85136.55153.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=46.60%
G=17.28%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89336900.630.220.65321.4345.923.92
Hex59214503F16411412e18
Octal13141105077261015015630
Binary10110011000011000101011111110110100000110100000110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592145; }

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

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

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

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

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

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

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

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