#592A46

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

Shades of Pompadour #592A46

Tints of Pompadour #592A46

Color information

#592A46 (or 0x592A46) is unknown color: approx Pompadour. HEX triplet: 59, 2A and 46. RGB value is (89,42,70). Sum of RGB (Red+Green+Blue) = 89+42+70=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #592A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A46 is #A6D5B9. Grayscale: #3B3B3B. Windows color (decimal): -10933690 or 4598361. OLE color: 4598361.

HSL color Cylindrical-coordinate representation of color #592A46: hue angle of 324.26º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A46 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB894270-
CMYK00.530.210.65
HSL324.26º35.88%25.69%-
HSV(B)324.26º52.81%34.9%-
XYZ6.054.226.29-
YUV59.24134.07149.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=44.28%
G=20.90%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89427000.530.210.65324.2635.8825.69
Hex592A460351541144241a
Octal13152106065251015044432
Binary10110011010101000110011010110101100000110100010010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592A46; }

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

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

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

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

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

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

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

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