#59253F

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

Shades of Pompadour #59253F

Tints of Pompadour #59253F

Color information

#59253F (or 0x59253F) is unknown color: approx Pompadour. HEX triplet: 59, 25 and 3F. RGB value is (89,37,63). Sum of RGB (Red+Green+Blue) = 89+37+63=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59253F is #A6DAC0. Grayscale: #373737. Windows color (decimal): -10934977 or 4138329. OLE color: 4138329.

HSL color Cylindrical-coordinate representation of color #59253F: hue angle of 330º 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 #59253F is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB893763-
CMYK00.580.290.65
HSL330º41.27%24.71%-
HSV(B)330º58.43%34.9%-
XYZ5.683.815.14-
YUV55.51132.23151.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 63 (25% from 255) = 33.33%
R=47.09%
G=19.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89376300.580.290.6533041.2724.71
Hex59253F03A1D4114a2919
Octal1314577072351015125131
Binary1011001100101111111011101011101100000110100101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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