#59283F

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

Shades of Pompadour #59283F

Tints of Pompadour #59283F

Color information

#59283F (or 0x59283F) is unknown color: approx Pompadour. HEX triplet: 59, 28 and 3F. RGB value is (89,40,63). Sum of RGB (Red+Green+Blue) = 89+40+63=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #59283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59283F is #A6D7C0. Grayscale: #393939. Windows color (decimal): -10934209 or 4139097. OLE color: 4139097.

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

Color convert

RGB894063-
CMYK00.550.290.65
HSL331.84º37.98%25.29%-
HSV(B)331.84º55.06%34.9%-
XYZ5.7845.17-
YUV57.27131.23150.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 63 (25% from 255) = 32.81%
R=46.35%
G=20.83%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89406300.550.290.65331.8437.9825.29
Hex59283F0371D4114c2619
Octal1315077067351015144631
Binary1011001101000111111011011111101100000110100110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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