#591A45

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

Shades of Pompadour #591A45

Tints of Pompadour #591A45

Color information

#591A45 (or 0x591A45) is unknown color: approx Pompadour. HEX triplet: 59, 1A and 45. RGB value is (89,26,69). Sum of RGB (Red+Green+Blue) = 89+26+69=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #591A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A45 is #A6E5BA. Grayscale: #313131. Windows color (decimal): -10937787 or 4528729. OLE color: 4528729.

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

Color convert

RGB892669-
CMYK00.710.220.65
HSL319.05º54.78%22.55%-
HSV(B)319.05º70.79%34.9%-
XYZ5.563.295.97-
YUV49.74138.87156-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.37%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 69 (27.34% from 255) = 37.5%
R=48.37%
G=14.13%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89266900.710.220.65319.0554.7822.55
Hex591A45047164113f3717
Octal131321050107261014776727
Binary10110011101010001010100011110110100000110011111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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