#591642

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

Shades of Pompadour #591642

Tints of Pompadour #591642

Color information

#591642 (or 0x591642) is unknown color: approx Pompadour. HEX triplet: 59, 16 and 42. RGB value is (89,22,66). Sum of RGB (Red+Green+Blue) = 89+22+66=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #591642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591642 is #A6E9BD. Grayscale: #2E2E2E. Windows color (decimal): -10938814 or 4331097. OLE color: 4331097.

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

Color convert

RGB892266-
CMYK00.750.260.65
HSL320.6º60.36%21.76%-
HSV(B)320.6º75.28%34.9%-
XYZ5.393.095.47-
YUV47.05138.7157.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.28%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=50.28%
G=12.43%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89226600.750.260.65320.660.3621.76
Hex59164204B1A411413c16
Octal131261020113321015017426
Binary10110011011010000100100101111010100000110100000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591642; }

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

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

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

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

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

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

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

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