Shades of Pompadour #59203B
Tints of Pompadour #59203B
RGB
CMYK
RGB Variations
Color information
#59203B (or 0x59203B) is known color: Pompadour. HEX triplet: 59, 20 and 3B. RGB value is (89,32,59). Sum of RGB (Red+Green+Blue) = 89+32+59=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #59203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59203B is #A6DFC4. Grayscale: #343434. Windows color (decimal): -10936261 or 3874905. OLE color: 3874905.
HSL color Cylindrical-coordinate representation of color #59203B: hue angle of 331.58º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59203B is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 32 | 59 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.65 |
| HSL | 331.58º | 0.47% | 0.24% | - |
| HSV(B) | 331.58º | 0.64% | 0.35% | - |
| XYZ | 5.43 | 3.47 | 4.52 | - |
| YUV | 52.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 59 | 0 | 0.64 | 0.34 | 0.65 | 331.58 | 0.47 | 0.24 |
| Hex | 59 | 20 | 3B | 0 | 40 | 22 | 41 | 14C | 2F | 18 |
| Octal | 131 | 40 | 73 | 0 | 100 | 42 | 101 | 514 | 57 | 30 |
| Binary | 1011001 | 100000 | 111011 | 0 | 1000000 | 100010 | 1000001 | 101001100 | 101111 | 11000 |
Color Harmonies of #59203B
Complementary color
Monochromatic Colors of #59203B
Black with #59203B
Text Example
Text Example
White with #59203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59203B; }
p { color: rgb(89,32,59); }
H1.HeaderClassName
{
color: #59203B;
}
.AnyTagClassName
{
color: #59203B;
}
</style>
background-color css
<style>
a { background-color: #59203B; }
a { background-color: rgb(89,32,59); }
div.DivClassName
{
background-color: #59203B;
}
.BgClassName
{
background-color: #59203B;
}
</style>
border-color css
<style>
span { border-color: #59203B; }
span { border-color: rgb(89,32,59); }
td.TdClassName
{
border-color: #59203B;
}
.TagClassName
{
border-color: #59203B;
}
</style>