Shades of Pompadour #59183E
Tints of Pompadour #59183E
RGB
CMYK
RGB Variations
Color information
#59183E (or 0x59183E) is known color: Pompadour. HEX triplet: 59, 18 and 3E. RGB value is (89,24,62). Sum of RGB (Red+Green+Blue) = 89+24+62=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #59183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59183E is #A6E7C1. Grayscale: #2F2F2F. Windows color (decimal): -10938306 or 4069465. OLE color: 4069465.
HSL color Cylindrical-coordinate representation of color #59183E: hue angle of 324.92º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59183E is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 62 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.65 |
| HSL | 324.92º | 0.58% | 0.22% | - |
| HSV(B) | 324.92º | 0.73% | 0.35% | - |
| XYZ | 5.32 | 3.12 | 4.88 | - |
| YUV | 47.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 62 | 0 | 0.73 | 0.30 | 0.65 | 324.92 | 0.58 | 0.22 |
| Hex | 59 | 18 | 3E | 0 | 49 | 1E | 41 | 145 | 3A | 16 |
| Octal | 131 | 30 | 76 | 0 | 111 | 36 | 101 | 505 | 72 | 26 |
| Binary | 1011001 | 11000 | 111110 | 0 | 1001001 | 11110 | 1000001 | 101000101 | 111010 | 10110 |
Color Harmonies of #59183E
Complementary color
Monochromatic Colors of #59183E
Black with #59183E
Text Example
Text Example
White with #59183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59183E; }
p { color: rgb(89,24,62); }
H1.HeaderClassName
{
color: #59183E;
}
.AnyTagClassName
{
color: #59183E;
}
</style>
background-color css
<style>
a { background-color: #59183E; }
a { background-color: rgb(89,24,62); }
div.DivClassName
{
background-color: #59183E;
}
.BgClassName
{
background-color: #59183E;
}
</style>
border-color css
<style>
span { border-color: #59183E; }
span { border-color: rgb(89,24,62); }
td.TdClassName
{
border-color: #59183E;
}
.TagClassName
{
border-color: #59183E;
}
</style>