Shades of Pompadour #59173C
Tints of Pompadour #59173C
RGB
CMYK
RGB Variations
Color information
#59173C (or 0x59173C) is known color: Pompadour. HEX triplet: 59, 17 and 3C. RGB value is (89,23,60). Sum of RGB (Red+Green+Blue) = 89+23+60=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59173C is #A6E8C3. Grayscale: #2E2E2E. Windows color (decimal): -10938564 or 3938137. OLE color: 3938137.
HSL color Cylindrical-coordinate representation of color #59173C: hue angle of 326.36º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59173C is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 23 | 60 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.65 |
| HSL | 326.36º | 0.59% | 0.22% | - |
| HSV(B) | 326.36º | 0.74% | 0.35% | - |
| XYZ | 5.24 | 3.06 | 4.59 | - |
| YUV | 46.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 60 | 0 | 0.74 | 0.33 | 0.65 | 326.36 | 0.59 | 0.22 |
| Hex | 59 | 17 | 3C | 0 | 4A | 21 | 41 | 146 | 3B | 16 |
| Octal | 131 | 27 | 74 | 0 | 112 | 41 | 101 | 506 | 73 | 26 |
| Binary | 1011001 | 10111 | 111100 | 0 | 1001010 | 100001 | 1000001 | 101000110 | 111011 | 10110 |
Color Harmonies of #59173C
Complementary color
Monochromatic Colors of #59173C
Black with #59173C
Text Example
Text Example
White with #59173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59173C; }
p { color: rgb(89,23,60); }
H1.HeaderClassName
{
color: #59173C;
}
.AnyTagClassName
{
color: #59173C;
}
</style>
background-color css
<style>
a { background-color: #59173C; }
a { background-color: rgb(89,23,60); }
div.DivClassName
{
background-color: #59173C;
}
.BgClassName
{
background-color: #59173C;
}
</style>
border-color css
<style>
span { border-color: #59173C; }
span { border-color: rgb(89,23,60); }
td.TdClassName
{
border-color: #59173C;
}
.TagClassName
{
border-color: #59173C;
}
</style>