#592146

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

Shades of Pompadour #592146

Tints of Pompadour #592146

Color information

#592146 (or 0x592146) is unknown color: approx Pompadour. HEX triplet: 59, 21 and 46. RGB value is (89,33,70). Sum of RGB (Red+Green+Blue) = 89+33+70=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #592146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592146 is #A6DEB9. Grayscale: #353535. Windows color (decimal): -10935994 or 4596057. OLE color: 4596057.

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

Color convert

RGB893370-
CMYK00.630.210.65
HSL320.36º45.9%23.92%-
HSV(B)320.36º62.92%34.9%-
XYZ5.773.656.2-
YUV53.96137.05152.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=46.35%
G=17.19%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89337000.630.210.65320.3645.923.92
Hex59214603F15411402e18
Octal13141106077251015005630
Binary10110011000011000110011111110101100000110100000010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592146; }

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

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

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

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

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

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

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

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