Shades of Pompadour #732051
Tints of Pompadour #732051
RGB
CMYK
RGB Variations
Color information
#732051 (or 0x732051) is known color: Pompadour. HEX triplet: 73, 20 and 51. RGB value is (115,32,81). Sum of RGB (Red+Green+Blue) = 115+32+81=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #732051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732051 is #8CDFAE. Grayscale: #3E3E3E. Windows color (decimal): -9232303 or 5316723. OLE color: 5316723.
HSL color Cylindrical-coordinate representation of color #732051: hue angle of 324.58º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732051 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 81 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.55 |
| HSL | 324.58º | 0.56% | 0.29% | - |
| HSV(B) | 324.58º | 0.72% | 0.45% | - |
| XYZ | 9.07 | 5.27 | 8.32 | - |
| YUV | 62.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 81 | 0 | 0.72 | 0.30 | 0.55 | 324.58 | 0.56 | 0.29 |
| Hex | 73 | 20 | 51 | 0 | 48 | 1E | 37 | 145 | 38 | 1D |
| Octal | 163 | 40 | 121 | 0 | 110 | 36 | 67 | 505 | 70 | 35 |
| Binary | 1110011 | 100000 | 1010001 | 0 | 1001000 | 11110 | 110111 | 101000101 | 111000 | 11101 |
Color Harmonies of #732051
Complementary color
Monochromatic Colors of #732051
Black with #732051
Text Example
Text Example
White with #732051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732051; }
p { color: rgb(115,32,81); }
H1.HeaderClassName
{
color: #732051;
}
.AnyTagClassName
{
color: #732051;
}
</style>
background-color css
<style>
a { background-color: #732051; }
a { background-color: rgb(115,32,81); }
div.DivClassName
{
background-color: #732051;
}
.BgClassName
{
background-color: #732051;
}
</style>
border-color css
<style>
span { border-color: #732051; }
span { border-color: rgb(115,32,81); }
td.TdClassName
{
border-color: #732051;
}
.TagClassName
{
border-color: #732051;
}
</style>