#59233C

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

Shades of Pompadour #59233C

Tints of Pompadour #59233C

Color information

#59233C (or 0x59233C) is unknown color: approx Pompadour. HEX triplet: 59, 23 and 3C. RGB value is (89,35,60). Sum of RGB (Red+Green+Blue) = 89+35+60=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59233C is #A6DCC3. Grayscale: #353535. Windows color (decimal): -10935492 or 3941209. OLE color: 3941209.

HSL color Cylindrical-coordinate representation of color #59233C: hue angle of 332.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59233C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB893560-
CMYK00.610.330.65
HSL332.22º43.55%24.31%-
HSV(B)332.22º60.67%34.9%-
XYZ5.543.654.69-
YUV54131.39152.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.37%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=48.37%
G=19.02%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89356000.610.330.65332.2243.5524.31
Hex59233C03D214114c2c18
Octal1314374075411015145430
Binary10110011000111111000111101100001100000110100110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59233C; }

 p { color: rgb(89,35,60); }

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

<style>
 a { background-color: #59233C; }

 a { background-color: rgb(89,35,60); }

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

<style>
 span { border-color: #59233C; }

 span { border-color: rgb(89,35,60); }

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