#59263F

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

Shades of Pompadour #59263F

Tints of Pompadour #59263F

Color information

#59263F (or 0x59263F) is unknown color: approx Pompadour. HEX triplet: 59, 26 and 3F. RGB value is (89,38,63). Sum of RGB (Red+Green+Blue) = 89+38+63=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #59263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59263F is #A6D9C0. Grayscale: #383838. Windows color (decimal): -10934721 or 4138585. OLE color: 4138585.

HSL color Cylindrical-coordinate representation of color #59263F: hue angle of 330.59º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59263F is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB893863-
CMYK00.570.290.65
HSL330.59º40.16%24.9%-
HSV(B)330.59º57.3%34.9%-
XYZ5.713.875.15-
YUV56.1131.9151.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 63 (25% from 255) = 33.16%
R=46.84%
G=20%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89386300.570.290.65330.5940.1624.9
Hex59263F0391D4114b2819
Octal1314677071351015135031
Binary1011001100110111111011100111101100000110100101110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59263F; }

 p { color: rgb(89,38,63); }

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

<style>
 a { background-color: #59263F; }

 a { background-color: rgb(89,38,63); }

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

<style>
 span { border-color: #59263F; }

 span { border-color: rgb(89,38,63); }

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