#59233D

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

Shades of Pompadour #59233D

Tints of Pompadour #59233D

Color information

#59233D (or 0x59233D) is unknown color: approx Pompadour. HEX triplet: 59, 23 and 3D. RGB value is (89,35,61). Sum of RGB (Red+Green+Blue) = 89+35+61=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59233D is #A6DCC2. Grayscale: #363636. Windows color (decimal): -10935491 or 4006745. OLE color: 4006745.

HSL color Cylindrical-coordinate representation of color #59233D: hue angle of 331.11º 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 #59233D is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB893561-
CMYK00.610.310.65
HSL331.11º43.55%24.31%-
HSV(B)331.11º60.67%34.9%-
XYZ5.563.664.83-
YUV54.11131.89152.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=48.11%
G=18.92%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89356100.610.310.65331.1143.5524.31
Hex59233D03D1F4114b2c18
Octal1314375075371015135430
Binary1011001100011111101011110111111100000110100101110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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