#59223B

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

Shades of Pompadour #59223B

Tints of Pompadour #59223B

Color information

#59223B (or 0x59223B) is unknown color: approx Pompadour. HEX triplet: 59, 22 and 3B. RGB value is (89,34,59). Sum of RGB (Red+Green+Blue) = 89+34+59=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59223B is #A6DDC4. Grayscale: #353535. Windows color (decimal): -10935749 or 3875417. OLE color: 3875417.

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

Color convert

RGB893459-
CMYK00.620.340.65
HSL332.73º44.72%24.12%-
HSV(B)332.73º61.8%34.9%-
XYZ5.483.584.54-
YUV53.3131.22153.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.90%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=48.90%
G=18.68%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89345900.620.340.65332.7344.7224.12
Hex59223B03E224114d2d18
Octal1314273076421015155530
Binary10110011000101110110111110100010100000110100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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