Shades of Pompadour #731C55
Tints of Pompadour #731C55
RGB
CMYK
RGB Variations
Color information
#731C55 (or 0x731C55) is known color: Pompadour. HEX triplet: 73, 1C and 55. RGB value is (115,28,85). Sum of RGB (Red+Green+Blue) = 115+28+85=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #731C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C55 is #8CE3AA. Grayscale: #3C3C3C. Windows color (decimal): -9233323 or 5577843. OLE color: 5577843.
HSL color Cylindrical-coordinate representation of color #731C55: hue angle of 320.69º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C55 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 85 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.55 |
| HSL | 320.69º | 0.61% | 0.28% | - |
| HSV(B) | 320.69º | 0.76% | 0.45% | - |
| XYZ | 9.13 | 5.13 | 9.1 | - |
| YUV | 60.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 85 | 0 | 0.76 | 0.26 | 0.55 | 320.69 | 0.61 | 0.28 |
| Hex | 73 | 1C | 55 | 0 | 4C | 1A | 37 | 141 | 3D | 1C |
| Octal | 163 | 34 | 125 | 0 | 114 | 32 | 67 | 501 | 75 | 34 |
| Binary | 1110011 | 11100 | 1010101 | 0 | 1001100 | 11010 | 110111 | 101000001 | 111101 | 11100 |
Color Harmonies of #731C55
Complementary color
Monochromatic Colors of #731C55
Black with #731C55
Text Example
Text Example
White with #731C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C55; }
p { color: rgb(115,28,85); }
H1.HeaderClassName
{
color: #731C55;
}
.AnyTagClassName
{
color: #731C55;
}
</style>
background-color css
<style>
a { background-color: #731C55; }
a { background-color: rgb(115,28,85); }
div.DivClassName
{
background-color: #731C55;
}
.BgClassName
{
background-color: #731C55;
}
</style>
border-color css
<style>
span { border-color: #731C55; }
span { border-color: rgb(115,28,85); }
td.TdClassName
{
border-color: #731C55;
}
.TagClassName
{
border-color: #731C55;
}
</style>