#591A3A

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

Shades of Pompadour #591A3A

Tints of Pompadour #591A3A

Color information

#591A3A (or 0x591A3A) is unknown color: approx Pompadour. HEX triplet: 59, 1A and 3A. RGB value is (89,26,58). Sum of RGB (Red+Green+Blue) = 89+26+58=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #591A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A3A is #A6E5C5. Grayscale: #303030. Windows color (decimal): -10937798 or 3807833. OLE color: 3807833.

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

Color convert

RGB892658-
CMYK00.710.350.65
HSL329.52º54.78%22.55%-
HSV(B)329.52º70.79%34.9%-
XYZ5.253.174.34-
YUV48.48133.37156.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 26 (10.55% from 255) = 15.03%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=51.45%
G=15.03%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89265800.710.350.65329.5254.7822.55
Hex591A3A047234114a3717
Octal13132720107431015126727
Binary10110011101011101001000111100011100000110100101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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