#59183A

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

Shades of Pompadour #59183A

Tints of Pompadour #59183A

Color information

#59183A (or 0x59183A) is unknown color: approx Pompadour. HEX triplet: 59, 18 and 3A. RGB value is (89,24,58). Sum of RGB (Red+Green+Blue) = 89+24+58=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59183A is #A6E7C5. Grayscale: #2F2F2F. Windows color (decimal): -10938310 or 3807321. OLE color: 3807321.

HSL color Cylindrical-coordinate representation of color #59183A: hue angle of 328.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59183A is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB892458-
CMYK00.730.350.65
HSL328.62º57.52%22.16%-
HSV(B)328.62º73.03%34.9%-
XYZ5.213.084.32-
YUV47.31134.03157.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=52.05%
G=14.04%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89245800.730.350.65328.6257.5222.16
Hex59183A04923411493a16
Octal13130720111431015117226
Binary10110011100011101001001001100011100000110100100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59183A; }

 p { color: rgb(89,24,58); }

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

<style>
 a { background-color: #59183A; }

 a { background-color: rgb(89,24,58); }

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

<style>
 span { border-color: #59183A; }

 span { border-color: rgb(89,24,58); }

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