#59163E

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

Shades of Pompadour #59163E

Tints of Pompadour #59163E

Color information

#59163E (or 0x59163E) is unknown color: approx Pompadour. HEX triplet: 59, 16 and 3E. RGB value is (89,22,62). Sum of RGB (Red+Green+Blue) = 89+22+62=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59163E is #A6E9C1. Grayscale: #2E2E2E. Windows color (decimal): -10938818 or 4068953. OLE color: 4068953.

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

Color convert

RGB892262-
CMYK00.750.300.65
HSL324.18º60.36%21.76%-
HSV(B)324.18º75.28%34.9%-
XYZ5.283.054.87-
YUV46.59136.7158.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=51.45%
G=12.72%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89226200.750.300.65324.1860.3621.76
Hex59163E04B1E411443c16
Octal13126760113361015047426
Binary1011001101101111100100101111110100000110100010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59163E; }

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

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

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

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

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

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

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

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