#59153E

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

Shades of Pompadour #59153E

Tints of Pompadour #59153E

Color information

#59153E (or 0x59153E) is unknown color: approx Pompadour. HEX triplet: 59, 15 and 3E. RGB value is (89,21,62). Sum of RGB (Red+Green+Blue) = 89+21+62=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59153E is #A6EAC1. Grayscale: #2D2D2D. Windows color (decimal): -10939074 or 4068697. OLE color: 4068697.

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

Color convert

RGB892162-
CMYK00.760.300.65
HSL323.82º61.82%21.57%-
HSV(B)323.82º76.4%34.9%-
XYZ5.263.014.86-
YUV46.01137.03158.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=51.74%
G=12.21%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89216200.760.300.65323.8261.8221.57
Hex59153E04C1E411443e16
Octal13125760114361015047626
Binary1011001101011111100100110011110100000110100010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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