Shades of Pompadour #732055
Tints of Pompadour #732055
RGB
CMYK
RGB Variations
Color information
#732055 (or 0x732055) is known color: Pompadour. HEX triplet: 73, 20 and 55. RGB value is (115,32,85). Sum of RGB (Red+Green+Blue) = 115+32+85=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #732055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732055 is #8CDFAA. Grayscale: #3E3E3E. Windows color (decimal): -9232299 or 5578867. OLE color: 5578867.
HSL color Cylindrical-coordinate representation of color #732055: hue angle of 321.69º 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 #732055 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 85 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.55 |
| HSL | 321.69º | 0.56% | 0.29% | - |
| HSV(B) | 321.69º | 0.72% | 0.45% | - |
| XYZ | 9.23 | 5.33 | 9.14 | - |
| YUV | 62.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 85 | 0 | 0.72 | 0.26 | 0.55 | 321.69 | 0.56 | 0.29 |
| Hex | 73 | 20 | 55 | 0 | 48 | 1A | 37 | 142 | 38 | 1D |
| Octal | 163 | 40 | 125 | 0 | 110 | 32 | 67 | 502 | 70 | 35 |
| Binary | 1110011 | 100000 | 1010101 | 0 | 1001000 | 11010 | 110111 | 101000010 | 111000 | 11101 |
Color Harmonies of #732055
Complementary color
Monochromatic Colors of #732055
Black with #732055
Text Example
Text Example
White with #732055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732055; }
p { color: rgb(115,32,85); }
H1.HeaderClassName
{
color: #732055;
}
.AnyTagClassName
{
color: #732055;
}
</style>
background-color css
<style>
a { background-color: #732055; }
a { background-color: rgb(115,32,85); }
div.DivClassName
{
background-color: #732055;
}
.BgClassName
{
background-color: #732055;
}
</style>
border-color css
<style>
span { border-color: #732055; }
span { border-color: rgb(115,32,85); }
td.TdClassName
{
border-color: #732055;
}
.TagClassName
{
border-color: #732055;
}
</style>