Shades of Pompadour #732155
Tints of Pompadour #732155
RGB
CMYK
RGB Variations
Color information
#732155 (or 0x732155) is known color: Pompadour. HEX triplet: 73, 21 and 55. RGB value is (115,33,85). Sum of RGB (Red+Green+Blue) = 115+33+85=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #732155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732155 is #8CDEAA. Grayscale: #3F3F3F. Windows color (decimal): -9232043 or 5579123. OLE color: 5579123.
HSL color Cylindrical-coordinate representation of color #732155: hue angle of 321.95º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #732155 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 85 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.55 |
| HSL | 321.95º | 0.55% | 0.29% | - |
| HSV(B) | 321.95º | 0.71% | 0.45% | - |
| XYZ | 9.25 | 5.39 | 9.15 | - |
| YUV | 63.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 85 | 0 | 0.71 | 0.26 | 0.55 | 321.95 | 0.55 | 0.29 |
| Hex | 73 | 21 | 55 | 0 | 47 | 1A | 37 | 142 | 37 | 1D |
| Octal | 163 | 41 | 125 | 0 | 107 | 32 | 67 | 502 | 67 | 35 |
| Binary | 1110011 | 100001 | 1010101 | 0 | 1000111 | 11010 | 110111 | 101000010 | 110111 | 11101 |
Color Harmonies of #732155
Complementary color
Monochromatic Colors of #732155
Black with #732155
Text Example
Text Example
White with #732155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732155; }
p { color: rgb(115,33,85); }
H1.HeaderClassName
{
color: #732155;
}
.AnyTagClassName
{
color: #732155;
}
</style>
background-color css
<style>
a { background-color: #732155; }
a { background-color: rgb(115,33,85); }
div.DivClassName
{
background-color: #732155;
}
.BgClassName
{
background-color: #732155;
}
</style>
border-color css
<style>
span { border-color: #732155; }
span { border-color: rgb(115,33,85); }
td.TdClassName
{
border-color: #732155;
}
.TagClassName
{
border-color: #732155;
}
</style>