#59163C

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

Shades of Pompadour #59163C

Tints of Pompadour #59163C

Color information

#59163C (or 0x59163C) is unknown color: approx Pompadour. HEX triplet: 59, 16 and 3C. RGB value is (89,22,60). Sum of RGB (Red+Green+Blue) = 89+22+60=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59163C is #A6E9C3. Grayscale: #2E2E2E. Windows color (decimal): -10938820 or 3937881. OLE color: 3937881.

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

Color convert

RGB892260-
CMYK00.750.330.65
HSL325.97º60.36%21.76%-
HSV(B)325.97º75.28%34.9%-
XYZ5.223.024.58-
YUV46.36135.7158.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=52.05%
G=12.87%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89226000.750.330.65325.9760.3621.76
Hex59163C04B21411463c16
Octal13126740113411015067426
Binary10110011011011110001001011100001100000110100011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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