#592144

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

Shades of Pompadour #592144

Tints of Pompadour #592144

Color information

#592144 (or 0x592144) is unknown color: approx Pompadour. HEX triplet: 59, 21 and 44. RGB value is (89,33,68). Sum of RGB (Red+Green+Blue) = 89+33+68=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #592144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592144 is #A6DEBB. Grayscale: #353535. Windows color (decimal): -10935996 or 4464985. OLE color: 4464985.

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

Color convert

RGB893368-
CMYK00.630.240.65
HSL322.5º45.9%23.92%-
HSV(B)322.5º62.92%34.9%-
XYZ5.713.635.87-
YUV53.73136.05153.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=46.84%
G=17.37%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89336800.630.240.65322.545.923.92
Hex59214403F18411422e18
Octal13141104077301015025630
Binary10110011000011000100011111111000100000110100001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592144; }

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

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

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

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

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

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

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

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