Shades of Pompadour #731D56
Tints of Pompadour #731D56
RGB
CMYK
RGB Variations
Color information
#731D56 (or 0x731D56) is known color: Pompadour. HEX triplet: 73, 1D and 56. RGB value is (115,29,86). Sum of RGB (Red+Green+Blue) = 115+29+86=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #731D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D56 is #8CE2A9. Grayscale: #3D3D3D. Windows color (decimal): -9233066 or 5643635. OLE color: 5643635.
HSL color Cylindrical-coordinate representation of color #731D56: hue angle of 320.23º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D56 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 86 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.55 |
| HSL | 320.23º | 0.6% | 0.28% | - |
| HSV(B) | 320.23º | 0.75% | 0.45% | - |
| XYZ | 9.19 | 5.2 | 9.32 | - |
| YUV | 61.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 86 | 0 | 0.75 | 0.25 | 0.55 | 320.23 | 0.6 | 0.28 |
| Hex | 73 | 1D | 56 | 0 | 4B | 19 | 37 | 140 | 3C | 1C |
| Octal | 163 | 35 | 126 | 0 | 113 | 31 | 67 | 500 | 74 | 34 |
| Binary | 1110011 | 11101 | 1010110 | 0 | 1001011 | 11001 | 110111 | 101000000 | 111100 | 11100 |
Color Harmonies of #731D56
Complementary color
Monochromatic Colors of #731D56
Black with #731D56
Text Example
Text Example
White with #731D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D56; }
p { color: rgb(115,29,86); }
H1.HeaderClassName
{
color: #731D56;
}
.AnyTagClassName
{
color: #731D56;
}
</style>
background-color css
<style>
a { background-color: #731D56; }
a { background-color: rgb(115,29,86); }
div.DivClassName
{
background-color: #731D56;
}
.BgClassName
{
background-color: #731D56;
}
</style>
border-color css
<style>
span { border-color: #731D56; }
span { border-color: rgb(115,29,86); }
td.TdClassName
{
border-color: #731D56;
}
.TagClassName
{
border-color: #731D56;
}
</style>