#59253D

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

Shades of Pompadour #59253D

Tints of Pompadour #59253D

Color information

#59253D (or 0x59253D) is unknown color: approx Pompadour. HEX triplet: 59, 25 and 3D. RGB value is (89,37,61). Sum of RGB (Red+Green+Blue) = 89+37+61=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59253D is #A6DAC2. Grayscale: #373737. Windows color (decimal): -10934979 or 4007257. OLE color: 4007257.

HSL color Cylindrical-coordinate representation of color #59253D: hue angle of 332.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59253D is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB893761-
CMYK00.580.310.65
HSL332.31º41.27%24.71%-
HSV(B)332.31º58.43%34.9%-
XYZ5.623.784.85-
YUV55.28131.23152.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=47.59%
G=19.79%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89376100.580.310.65332.3141.2724.71
Hex59253D03A1F4114c2919
Octal1314575072371015145131
Binary1011001100101111101011101011111100000110100110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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