Shades of Pompadour #591C3F
Tints of Pompadour #591C3F
RGB
CMYK
RGB Variations
Color information
#591C3F (or 0x591C3F) is known color: Pompadour. HEX triplet: 59, 1C and 3F. RGB value is (89,28,63). Sum of RGB (Red+Green+Blue) = 89+28+63=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #591C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C3F is #A6E3C0. Grayscale: #323232. Windows color (decimal): -10937281 or 4136025. OLE color: 4136025.
HSL color Cylindrical-coordinate representation of color #591C3F: hue angle of 325.57º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591C3F is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 63 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.65 |
| HSL | 325.57º | 0.52% | 0.23% | - |
| HSV(B) | 325.57º | 0.69% | 0.35% | - |
| XYZ | 5.43 | 3.31 | 5.06 | - |
| YUV | 50.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 63 | 0 | 0.69 | 0.29 | 0.65 | 325.57 | 0.52 | 0.23 |
| Hex | 59 | 1C | 3F | 0 | 45 | 1D | 41 | 146 | 34 | 17 |
| Octal | 131 | 34 | 77 | 0 | 105 | 35 | 101 | 506 | 64 | 27 |
| Binary | 1011001 | 11100 | 111111 | 0 | 1000101 | 11101 | 1000001 | 101000110 | 110100 | 10111 |
Color Harmonies of #591C3F
Complementary color
Monochromatic Colors of #591C3F
Black with #591C3F
Text Example
Text Example
White with #591C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C3F; }
p { color: rgb(89,28,63); }
H1.HeaderClassName
{
color: #591C3F;
}
.AnyTagClassName
{
color: #591C3F;
}
</style>
background-color css
<style>
a { background-color: #591C3F; }
a { background-color: rgb(89,28,63); }
div.DivClassName
{
background-color: #591C3F;
}
.BgClassName
{
background-color: #591C3F;
}
</style>
border-color css
<style>
span { border-color: #591C3F; }
span { border-color: rgb(89,28,63); }
td.TdClassName
{
border-color: #591C3F;
}
.TagClassName
{
border-color: #591C3F;
}
</style>