Shades of Pompadour #59253D
Tints of Pompadour #59253D
RGB
CMYK
RGB Variations
Color information
#59253D (or 0x59253D) is known color: 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
| RGB | 89 | 37 | 61 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.65 |
| HSL | 332.31º | 0.41% | 0.25% | - |
| HSV(B) | 332.31º | 0.58% | 0.35% | - |
| XYZ | 5.62 | 3.78 | 4.85 | - |
| YUV | 55.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 61 | 0 | 0.58 | 0.31 | 0.65 | 332.31 | 0.41 | 0.25 |
| Hex | 59 | 25 | 3D | 0 | 3A | 1F | 41 | 14C | 29 | 19 |
| Octal | 131 | 45 | 75 | 0 | 72 | 37 | 101 | 514 | 51 | 31 |
| Binary | 1011001 | 100101 | 111101 | 0 | 111010 | 11111 | 1000001 | 101001100 | 101001 | 11001 |
Color Harmonies of #59253D
Complementary color
Monochromatic Colors of #59253D
Black with #59253D
Text Example
Text Example
White with #59253D
Text Example
Text Example
HTML Codes & Css Web 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>