#591941

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

Shades of Pompadour #591941

Tints of Pompadour #591941

Color information

#591941 (or 0x591941) is unknown color: approx Pompadour. HEX triplet: 59, 19 and 41. RGB value is (89,25,65). Sum of RGB (Red+Green+Blue) = 89+25+65=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #591941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591941 is #A6E6BE. Grayscale: #303030. Windows color (decimal): -10938047 or 4266329. OLE color: 4266329.

HSL color Cylindrical-coordinate representation of color #591941: hue angle of 322.5º 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 #591941 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB892565-
CMYK00.720.270.65
HSL322.5º56.14%22.35%-
HSV(B)322.5º71.91%34.9%-
XYZ5.423.25.33-
YUV48.7137.2156.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.72%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=49.72%
G=13.97%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89256500.720.270.65322.556.1422.35
Hex5919410481B411423816
Octal131311010110331015027026
Binary10110011100110000010100100011011100000110100001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591941; }

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

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

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

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

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

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

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

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