Shades of Pompadour #732242
Tints of Pompadour #732242
RGB
CMYK
RGB Variations
Color information
#732242 (or 0x732242) is known color: Pompadour. HEX triplet: 73, 22 and 42. RGB value is (115,34,66). Sum of RGB (Red+Green+Blue) = 115+34+66=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #732242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732242 is #8CDDBD. Grayscale: #3D3D3D. Windows color (decimal): -9231806 or 4334195. OLE color: 4334195.
HSL color Cylindrical-coordinate representation of color #732242: hue angle of 336.3º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732242 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 66 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.55 |
| HSL | 336.3º | 0.54% | 0.29% | - |
| HSV(B) | 336.3º | 0.7% | 0.45% | - |
| XYZ | 8.63 | 5.18 | 5.7 | - |
| YUV | 61.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 66 | 0 | 0.70 | 0.43 | 0.55 | 336.3 | 0.54 | 0.29 |
| Hex | 73 | 22 | 42 | 0 | 46 | 2B | 37 | 150 | 36 | 1D |
| Octal | 163 | 42 | 102 | 0 | 106 | 53 | 67 | 520 | 66 | 35 |
| Binary | 1110011 | 100010 | 1000010 | 0 | 1000110 | 101011 | 110111 | 101010000 | 110110 | 11101 |
Color Harmonies of #732242
Complementary color
Monochromatic Colors of #732242
Black with #732242
Text Example
Text Example
White with #732242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732242; }
p { color: rgb(115,34,66); }
H1.HeaderClassName
{
color: #732242;
}
.AnyTagClassName
{
color: #732242;
}
</style>
background-color css
<style>
a { background-color: #732242; }
a { background-color: rgb(115,34,66); }
div.DivClassName
{
background-color: #732242;
}
.BgClassName
{
background-color: #732242;
}
</style>
border-color css
<style>
span { border-color: #732242; }
span { border-color: rgb(115,34,66); }
td.TdClassName
{
border-color: #732242;
}
.TagClassName
{
border-color: #732242;
}
</style>