Shades of Pompadour #591C3B
Tints of Pompadour #591C3B
RGB
CMYK
RGB Variations
Color information
#591C3B (or 0x591C3B) is known color: Pompadour. HEX triplet: 59, 1C and 3B. RGB value is (89,28,59). Sum of RGB (Red+Green+Blue) = 89+28+59=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #591C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C3B is #A6E3C4. Grayscale: #313131. Windows color (decimal): -10937285 or 3873881. OLE color: 3873881.
HSL color Cylindrical-coordinate representation of color #591C3B: hue angle of 329.51º 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 #591C3B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 59 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.65 |
| HSL | 329.51º | 0.52% | 0.23% | - |
| HSV(B) | 329.51º | 0.69% | 0.35% | - |
| XYZ | 5.32 | 3.27 | 4.49 | - |
| YUV | 49.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 59 | 0 | 0.69 | 0.34 | 0.65 | 329.51 | 0.52 | 0.23 |
| Hex | 59 | 1C | 3B | 0 | 45 | 22 | 41 | 14A | 34 | 17 |
| Octal | 131 | 34 | 73 | 0 | 105 | 42 | 101 | 512 | 64 | 27 |
| Binary | 1011001 | 11100 | 111011 | 0 | 1000101 | 100010 | 1000001 | 101001010 | 110100 | 10111 |
Color Harmonies of #591C3B
Complementary color
Monochromatic Colors of #591C3B
Black with #591C3B
Text Example
Text Example
White with #591C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C3B; }
p { color: rgb(89,28,59); }
H1.HeaderClassName
{
color: #591C3B;
}
.AnyTagClassName
{
color: #591C3B;
}
</style>
background-color css
<style>
a { background-color: #591C3B; }
a { background-color: rgb(89,28,59); }
div.DivClassName
{
background-color: #591C3B;
}
.BgClassName
{
background-color: #591C3B;
}
</style>
border-color css
<style>
span { border-color: #591C3B; }
span { border-color: rgb(89,28,59); }
td.TdClassName
{
border-color: #591C3B;
}
.TagClassName
{
border-color: #591C3B;
}
</style>