Shades of Pompadour #732148
Tints of Pompadour #732148
RGB
CMYK
RGB Variations
Color information
#732148 (or 0x732148) is known color: Pompadour. HEX triplet: 73, 21 and 48. RGB value is (115,33,72). Sum of RGB (Red+Green+Blue) = 115+33+72=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #732148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732148 is #8CDEB7. Grayscale: #3D3D3D. Windows color (decimal): -9232056 or 4727155. OLE color: 4727155.
HSL color Cylindrical-coordinate representation of color #732148: hue angle of 331.46º 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 #732148 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 72 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.55 |
| HSL | 331.46º | 0.55% | 0.29% | - |
| HSV(B) | 331.46º | 0.71% | 0.45% | - |
| XYZ | 8.78 | 5.2 | 6.67 | - |
| YUV | 61.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 72 | 0 | 0.71 | 0.37 | 0.55 | 331.46 | 0.55 | 0.29 |
| Hex | 73 | 21 | 48 | 0 | 47 | 25 | 37 | 14B | 37 | 1D |
| Octal | 163 | 41 | 110 | 0 | 107 | 45 | 67 | 513 | 67 | 35 |
| Binary | 1110011 | 100001 | 1001000 | 0 | 1000111 | 100101 | 110111 | 101001011 | 110111 | 11101 |
Color Harmonies of #732148
Complementary color
Monochromatic Colors of #732148
Black with #732148
Text Example
Text Example
White with #732148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732148; }
p { color: rgb(115,33,72); }
H1.HeaderClassName
{
color: #732148;
}
.AnyTagClassName
{
color: #732148;
}
</style>
background-color css
<style>
a { background-color: #732148; }
a { background-color: rgb(115,33,72); }
div.DivClassName
{
background-color: #732148;
}
.BgClassName
{
background-color: #732148;
}
</style>
border-color css
<style>
span { border-color: #732148; }
span { border-color: rgb(115,33,72); }
td.TdClassName
{
border-color: #732148;
}
.TagClassName
{
border-color: #732148;
}
</style>