#591939

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

Shades of Pompadour #591939

Tints of Pompadour #591939

Color information

#591939 (or 0x591939) is unknown color: approx Pompadour. HEX triplet: 59, 19 and 39. RGB value is (89,25,57). Sum of RGB (Red+Green+Blue) = 89+25+57=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #591939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591939 is #A6E6C6. Grayscale: #2F2F2F. Windows color (decimal): -10938055 or 3742041. OLE color: 3742041.

HSL color Cylindrical-coordinate representation of color #591939: hue angle of 330º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #591939 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB892557-
CMYK00.720.360.65
HSL330º56.14%22.35%-
HSV(B)330º71.91%34.9%-
XYZ5.213.114.2-
YUV47.78133.2157.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=52.05%
G=14.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89255700.720.360.6533056.1422.35
Hex591939048244114a3816
Octal13131710110441015127026
Binary10110011100111100101001000100100100000110100101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591939; }

 p { color: rgb(89,25,57); }

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

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

 a { background-color: rgb(89,25,57); }

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

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

 span { border-color: rgb(89,25,57); }

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