Shades of Pompadour #732342
Tints of Pompadour #732342
RGB
CMYK
RGB Variations
Color information
#732342 (or 0x732342) is known color: Pompadour. HEX triplet: 73, 23 and 42. RGB value is (115,35,66). Sum of RGB (Red+Green+Blue) = 115+35+66=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #732342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732342 is #8CDCBD. Grayscale: #3E3E3E. Windows color (decimal): -9231550 or 4334451. OLE color: 4334451.
HSL color Cylindrical-coordinate representation of color #732342: hue angle of 336.75º degrees, saturation: 0.53, 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 #732342 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 66 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.55 |
| HSL | 336.75º | 0.53% | 0.29% | - |
| HSV(B) | 336.75º | 0.7% | 0.45% | - |
| XYZ | 8.65 | 5.24 | 5.71 | - |
| YUV | 62.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 66 | 0 | 0.70 | 0.43 | 0.55 | 336.75 | 0.53 | 0.29 |
| Hex | 73 | 23 | 42 | 0 | 46 | 2B | 37 | 151 | 35 | 1D |
| Octal | 163 | 43 | 102 | 0 | 106 | 53 | 67 | 521 | 65 | 35 |
| Binary | 1110011 | 100011 | 1000010 | 0 | 1000110 | 101011 | 110111 | 101010001 | 110101 | 11101 |
Color Harmonies of #732342
Complementary color
Monochromatic Colors of #732342
Black with #732342
Text Example
Text Example
White with #732342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732342; }
p { color: rgb(115,35,66); }
H1.HeaderClassName
{
color: #732342;
}
.AnyTagClassName
{
color: #732342;
}
</style>
background-color css
<style>
a { background-color: #732342; }
a { background-color: rgb(115,35,66); }
div.DivClassName
{
background-color: #732342;
}
.BgClassName
{
background-color: #732342;
}
</style>
border-color css
<style>
span { border-color: #732342; }
span { border-color: rgb(115,35,66); }
td.TdClassName
{
border-color: #732342;
}
.TagClassName
{
border-color: #732342;
}
</style>