#591542

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

Shades of Pompadour #591542

Tints of Pompadour #591542

Color information

#591542 (or 0x591542) is unknown color: approx Pompadour. HEX triplet: 59, 15 and 42. RGB value is (89,21,66). Sum of RGB (Red+Green+Blue) = 89+21+66=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #591542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591542 is #A6EABD. Grayscale: #2E2E2E. Windows color (decimal): -10939070 or 4330841. OLE color: 4330841.

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

Color convert

RGB892166-
CMYK00.760.260.65
HSL320.29º61.82%21.57%-
HSV(B)320.29º76.4%34.9%-
XYZ5.373.055.46-
YUV46.46139.03158.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.57%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 66 (26.17% from 255) = 37.5%
R=50.57%
G=11.93%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89216600.760.260.65320.2961.8221.57
Hex59154204C1A411403e16
Octal131251020114321015007626
Binary10110011010110000100100110011010100000110100000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591542; }

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

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

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

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

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

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

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

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