Shades of Pompadour #731C53
Tints of Pompadour #731C53
RGB
CMYK
RGB Variations
Color information
#731C53 (or 0x731C53) is known color: Pompadour. HEX triplet: 73, 1C and 53. RGB value is (115,28,83). Sum of RGB (Red+Green+Blue) = 115+28+83=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #731C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C53 is #8CE3AC. Grayscale: #3C3C3C. Windows color (decimal): -9233325 or 5446771. OLE color: 5446771.
HSL color Cylindrical-coordinate representation of color #731C53: hue angle of 322.07º 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 #731C53 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 83 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.55 |
| HSL | 322.07º | 0.61% | 0.28% | - |
| HSV(B) | 322.07º | 0.76% | 0.45% | - |
| XYZ | 9.05 | 5.1 | 8.69 | - |
| YUV | 60.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 83 | 0 | 0.76 | 0.28 | 0.55 | 322.07 | 0.61 | 0.28 |
| Hex | 73 | 1C | 53 | 0 | 4C | 1C | 37 | 142 | 3D | 1C |
| Octal | 163 | 34 | 123 | 0 | 114 | 34 | 67 | 502 | 75 | 34 |
| Binary | 1110011 | 11100 | 1010011 | 0 | 1001100 | 11100 | 110111 | 101000010 | 111101 | 11100 |
Color Harmonies of #731C53
Complementary color
Monochromatic Colors of #731C53
Black with #731C53
Text Example
Text Example
White with #731C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C53; }
p { color: rgb(115,28,83); }
H1.HeaderClassName
{
color: #731C53;
}
.AnyTagClassName
{
color: #731C53;
}
</style>
background-color css
<style>
a { background-color: #731C53; }
a { background-color: rgb(115,28,83); }
div.DivClassName
{
background-color: #731C53;
}
.BgClassName
{
background-color: #731C53;
}
</style>
border-color css
<style>
span { border-color: #731C53; }
span { border-color: rgb(115,28,83); }
td.TdClassName
{
border-color: #731C53;
}
.TagClassName
{
border-color: #731C53;
}
</style>