#591A3C

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

Shades of Pompadour #591A3C

Tints of Pompadour #591A3C

Color information

#591A3C (or 0x591A3C) is unknown color: approx Pompadour. HEX triplet: 59, 1A and 3C. RGB value is (89,26,60). Sum of RGB (Red+Green+Blue) = 89+26+60=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #591A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A3C is #A6E5C3. Grayscale: #303030. Windows color (decimal): -10937796 or 3938905. OLE color: 3938905.

HSL color Cylindrical-coordinate representation of color #591A3C: hue angle of 327.62º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591A3C is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB892660-
CMYK00.710.330.65
HSL327.62º54.78%22.55%-
HSV(B)327.62º70.79%34.9%-
XYZ5.33.194.61-
YUV48.71134.37156.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 26 (10.55% from 255) = 14.86%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=50.86%
G=14.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89266000.710.330.65327.6254.7822.55
Hex591A3C04721411483717
Octal13132740107411015106727
Binary10110011101011110001000111100001100000110100100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591A3C; }

 p { color: rgb(89,26,60); }

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

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

 a { background-color: rgb(89,26,60); }

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

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

 span { border-color: rgb(89,26,60); }

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