#59193A

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

Shades of Pompadour #59193A

Tints of Pompadour #59193A

Color information

#59193A (or 0x59193A) is unknown color: approx Pompadour. HEX triplet: 59, 19 and 3A. RGB value is (89,25,58). Sum of RGB (Red+Green+Blue) = 89+25+58=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59193A is #A6E6C5. Grayscale: #2F2F2F. Windows color (decimal): -10938054 or 3807577. OLE color: 3807577.

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

Color convert

RGB892558-
CMYK00.720.350.65
HSL329.06º56.14%22.35%-
HSV(B)329.06º71.91%34.9%-
XYZ5.233.124.33-
YUV47.9133.7157.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=51.74%
G=14.53%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89255800.720.350.65329.0656.1422.35
Hex59193A04823411493816
Octal13131720110431015117026
Binary10110011100111101001001000100011100000110100100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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