Shades of Pompadour #732142
Tints of Pompadour #732142
RGB
CMYK
RGB Variations
Color information
#732142 (or 0x732142) is known color: Pompadour. HEX triplet: 73, 21 and 42. RGB value is (115,33,66). Sum of RGB (Red+Green+Blue) = 115+33+66=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #732142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732142 is #8CDEBD. Grayscale: #3D3D3D. Windows color (decimal): -9232062 or 4333939. OLE color: 4333939.
HSL color Cylindrical-coordinate representation of color #732142: hue angle of 335.85º 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 #732142 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 66 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.55 |
| HSL | 335.85º | 0.55% | 0.29% | - |
| HSV(B) | 335.85º | 0.71% | 0.45% | - |
| XYZ | 8.6 | 5.13 | 5.69 | - |
| YUV | 61.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 66 | 0 | 0.71 | 0.43 | 0.55 | 335.85 | 0.55 | 0.29 |
| Hex | 73 | 21 | 42 | 0 | 47 | 2B | 37 | 150 | 37 | 1D |
| Octal | 163 | 41 | 102 | 0 | 107 | 53 | 67 | 520 | 67 | 35 |
| Binary | 1110011 | 100001 | 1000010 | 0 | 1000111 | 101011 | 110111 | 101010000 | 110111 | 11101 |
Color Harmonies of #732142
Complementary color
Monochromatic Colors of #732142
Black with #732142
Text Example
Text Example
White with #732142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732142; }
p { color: rgb(115,33,66); }
H1.HeaderClassName
{
color: #732142;
}
.AnyTagClassName
{
color: #732142;
}
</style>
background-color css
<style>
a { background-color: #732142; }
a { background-color: rgb(115,33,66); }
div.DivClassName
{
background-color: #732142;
}
.BgClassName
{
background-color: #732142;
}
</style>
border-color css
<style>
span { border-color: #732142; }
span { border-color: rgb(115,33,66); }
td.TdClassName
{
border-color: #732142;
}
.TagClassName
{
border-color: #732142;
}
</style>