#591c3a

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

Shades of Pompadour #591C3A

Tints of Pompadour #591C3A

Color information

#591C3A (or 0x591C3A) is unknown color: approx Pompadour. HEX triplet: 59, 1C and 3A. RGB value is (89,28,58). Sum of RGB (Red+Green+Blue) = 89+28+58=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #591C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C3A is #A6E3C5. Grayscale: #313131. Windows color (decimal): -10937286 or 3808345. OLE color: 3808345.

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

Color convert

RGB892858-
CMYK00.690.350.65
HSL330.49º52.14%22.94%-
HSV(B)330.49º68.54%34.9%-
XYZ5.33.264.35-
YUV49.66132.71156.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 28 (11.33% from 255) = 16%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=50.86%
G=16%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89285800.690.350.65330.4952.1422.94
Hex591C3A045234114a3417
Octal13134720105431015126427
Binary10110011110011101001000101100011100000110100101011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591c3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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