#59293F

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

Shades of Pompadour #59293F

Tints of Pompadour #59293F

Color information

#59293F (or 0x59293F) is unknown color: approx Pompadour. HEX triplet: 59, 29 and 3F. RGB value is (89,41,63). Sum of RGB (Red+Green+Blue) = 89+41+63=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #59293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59293F is #A6D6C0. Grayscale: #393939. Windows color (decimal): -10933953 or 4139353. OLE color: 4139353.

HSL color Cylindrical-coordinate representation of color #59293F: hue angle of 332.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59293F is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB894163-
CMYK00.540.290.65
HSL332.5º36.92%25.49%-
HSV(B)332.5º53.93%34.9%-
XYZ5.814.075.18-
YUV57.86130.9150.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.11%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 63 (25% from 255) = 32.64%
R=46.11%
G=21.24%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89416300.540.290.65332.536.9225.49
Hex59293F0361D4114c2519
Octal1315177066351015144531
Binary1011001101001111111011011011101100000110100110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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