#59164A

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

Shades of Pompadour #59164A

Tints of Pompadour #59164A

Color information

#59164A (or 0x59164A) is unknown color: approx Pompadour. HEX triplet: 59, 16 and 4A. RGB value is (89,22,74). Sum of RGB (Red+Green+Blue) = 89+22+74=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59164A is #A6E9B5. Grayscale: #2F2F2F. Windows color (decimal): -10938806 or 4855385. OLE color: 4855385.

HSL color Cylindrical-coordinate representation of color #59164A: hue angle of 313.43º 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 #59164A is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB892274-
CMYK00.750.170.65
HSL313.43º60.36%21.76%-
HSV(B)313.43º75.28%34.9%-
XYZ5.643.196.8-
YUV47.96142.7157.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 74 (29.30% from 255) = 40%
R=48.11%
G=11.89%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89227400.750.170.65313.4360.3621.76
Hex59164A04B11411393c16
Octal131261120113211014717426
Binary10110011011010010100100101110001100000110011100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59164A; }

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

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

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

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

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

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

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

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