#59223D

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

Shades of Pompadour #59223D

Tints of Pompadour #59223D

Color information

#59223D (or 0x59223D) is unknown color: approx Pompadour. HEX triplet: 59, 22 and 3D. RGB value is (89,34,61). Sum of RGB (Red+Green+Blue) = 89+34+61=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59223D is #A6DDC2. Grayscale: #353535. Windows color (decimal): -10935747 or 4006489. OLE color: 4006489.

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

Color convert

RGB893461-
CMYK00.620.310.65
HSL330.55º44.72%24.12%-
HSV(B)330.55º61.8%34.9%-
XYZ5.533.64.82-
YUV53.52132.22153.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.37%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=48.37%
G=18.48%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89346100.620.310.65330.5544.7224.12
Hex59223D03E1F4114b2d18
Octal1314275076371015135530
Binary1011001100010111101011111011111100000110100101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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