#59203B

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

Shades of Pompadour #59203B

Tints of Pompadour #59203B

Color information

#59203B (or 0x59203B) is unknown color: approx Pompadour. HEX triplet: 59, 20 and 3B. RGB value is (89,32,59). Sum of RGB (Red+Green+Blue) = 89+32+59=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #59203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59203B is #A6DFC4. Grayscale: #343434. Windows color (decimal): -10936261 or 3874905. OLE color: 3874905.

HSL color Cylindrical-coordinate representation of color #59203B: hue angle of 331.58º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59203B is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB893259-
CMYK00.640.340.65
HSL331.58º47.11%23.73%-
HSV(B)331.58º64.04%34.9%-
XYZ5.433.474.52-
YUV52.12131.88154.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.44%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=49.44%
G=17.78%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89325900.640.340.65331.5847.1123.73
Hex59203B040224114c2f18
Octal13140730100421015145730
Binary101100110000011101101000000100010100000110100110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59203B; }

 p { color: rgb(89,32,59); }

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

<style>
 a { background-color: #59203B; }

 a { background-color: rgb(89,32,59); }

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

<style>
 span { border-color: #59203B; }

 span { border-color: rgb(89,32,59); }

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