#59193C

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

Shades of Pompadour #59193C

Tints of Pompadour #59193C

Color information

#59193C (or 0x59193C) is unknown color: approx Pompadour. HEX triplet: 59, 19 and 3C. RGB value is (89,25,60). Sum of RGB (Red+Green+Blue) = 89+25+60=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #59193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59193C is #A6E6C3. Grayscale: #303030. Windows color (decimal): -10938052 or 3938649. OLE color: 3938649.

HSL color Cylindrical-coordinate representation of color #59193C: hue angle of 327.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59193C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB892560-
CMYK00.720.330.65
HSL327.19º56.14%22.35%-
HSV(B)327.19º71.91%34.9%-
XYZ5.283.154.6-
YUV48.13134.7157.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.15%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=51.15%
G=14.37%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89256000.720.330.65327.1956.1422.35
Hex59193C04821411473816
Octal13131740110411015077026
Binary10110011100111110001001000100001100000110100011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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