Shades of Pompadour #591D3D
Tints of Pompadour #591D3D
RGB
CMYK
RGB Variations
Color information
#591D3D (or 0x591D3D) is known color: Pompadour. HEX triplet: 59, 1D and 3D. RGB value is (89,29,61). Sum of RGB (Red+Green+Blue) = 89+29+61=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #591D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D3D is #A6E2C2. Grayscale: #323232. Windows color (decimal): -10937027 or 4005209. OLE color: 4005209.
HSL color Cylindrical-coordinate representation of color #591D3D: hue angle of 328º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #591D3D is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 61 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.65 |
| HSL | 328º | 0.51% | 0.23% | - |
| HSV(B) | 328º | 0.67% | 0.35% | - |
| XYZ | 5.4 | 3.34 | 4.77 | - |
| YUV | 50.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 61 | 0 | 0.67 | 0.31 | 0.65 | 328 | 0.51 | 0.23 |
| Hex | 59 | 1D | 3D | 0 | 43 | 1F | 41 | 148 | 33 | 17 |
| Octal | 131 | 35 | 75 | 0 | 103 | 37 | 101 | 510 | 63 | 27 |
| Binary | 1011001 | 11101 | 111101 | 0 | 1000011 | 11111 | 1000001 | 101001000 | 110011 | 10111 |
Color Harmonies of #591D3D
Complementary color
Monochromatic Colors of #591D3D
Black with #591D3D
Text Example
Text Example
White with #591D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D3D; }
p { color: rgb(89,29,61); }
H1.HeaderClassName
{
color: #591D3D;
}
.AnyTagClassName
{
color: #591D3D;
}
</style>
background-color css
<style>
a { background-color: #591D3D; }
a { background-color: rgb(89,29,61); }
div.DivClassName
{
background-color: #591D3D;
}
.BgClassName
{
background-color: #591D3D;
}
</style>
border-color css
<style>
span { border-color: #591D3D; }
span { border-color: rgb(89,29,61); }
td.TdClassName
{
border-color: #591D3D;
}
.TagClassName
{
border-color: #591D3D;
}
</style>