#59223E

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

Shades of Pompadour #59223E

Tints of Pompadour #59223E

Color information

#59223E (or 0x59223E) is unknown color: approx Pompadour. HEX triplet: 59, 22 and 3E. RGB value is (89,34,62). Sum of RGB (Red+Green+Blue) = 89+34+62=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59223E is #A6DDC1. Grayscale: #353535. Windows color (decimal): -10935746 or 4072025. OLE color: 4072025.

HSL color Cylindrical-coordinate representation of color #59223E: hue angle of 329.45º 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 #59223E is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB893462-
CMYK00.620.300.65
HSL329.45º44.72%24.12%-
HSV(B)329.45º61.8%34.9%-
XYZ5.563.624.96-
YUV53.64132.72153.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=48.11%
G=18.38%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89346200.620.300.65329.4544.7224.12
Hex59223E03E1E411492d18
Octal1314276076361015115530
Binary1011001100010111110011111011110100000110100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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