#591548

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

Shades of Pompadour #591548

Tints of Pompadour #591548

Color information

#591548 (or 0x591548) is unknown color: approx Pompadour. HEX triplet: 59, 15 and 48. RGB value is (89,21,72). Sum of RGB (Red+Green+Blue) = 89+21+72=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #591548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591548 is #A6EAB7. Grayscale: #2F2F2F. Windows color (decimal): -10939064 or 4724057. OLE color: 4724057.

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

Color convert

RGB892172-
CMYK00.760.190.65
HSL315º61.82%21.57%-
HSV(B)315º76.4%34.9%-
XYZ5.563.136.44-
YUV47.15142.03157.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.90%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=48.90%
G=11.54%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89217200.760.190.6531561.8221.57
Hex59154804C134113b3e16
Octal131251100114231014737626
Binary10110011010110010000100110010011100000110011101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591548; }

 p { color: rgb(89,21,72); }

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

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

 a { background-color: rgb(89,21,72); }

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

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

 span { border-color: rgb(89,21,72); }

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