#59253E

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

Shades of Pompadour #59253E

Tints of Pompadour #59253E

Color information

#59253E (or 0x59253E) is unknown color: approx Pompadour. HEX triplet: 59, 25 and 3E. RGB value is (89,37,62). Sum of RGB (Red+Green+Blue) = 89+37+62=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59253E is #A6DAC1. Grayscale: #373737. Windows color (decimal): -10934978 or 4072793. OLE color: 4072793.

HSL color Cylindrical-coordinate representation of color #59253E: hue angle of 331.15º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59253E is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB893762-
CMYK00.580.300.65
HSL331.15º41.27%24.71%-
HSV(B)331.15º58.43%34.9%-
XYZ5.653.794.99-
YUV55.4131.73151.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=47.34%
G=19.68%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89376200.580.300.65331.1541.2724.71
Hex59253E03A1E4114b2919
Octal1314576072361015135131
Binary1011001100101111110011101011110100000110100101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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