Shades of Pompadour #732543
Tints of Pompadour #732543
RGB
CMYK
RGB Variations
Color information
#732543 (or 0x732543) is known color: Pompadour. HEX triplet: 73, 25 and 43. RGB value is (115,37,67). Sum of RGB (Red+Green+Blue) = 115+37+67=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #732543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732543 is #8CDABC. Grayscale: #3F3F3F. Windows color (decimal): -9231037 or 4400499. OLE color: 4400499.
HSL color Cylindrical-coordinate representation of color #732543: hue angle of 336.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #732543 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 37 | 67 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.55 |
| HSL | 336.92º | 0.51% | 0.3% | - |
| HSV(B) | 336.92º | 0.68% | 0.45% | - |
| XYZ | 8.74 | 5.37 | 5.89 | - |
| YUV | 63.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 67 | 0 | 0.68 | 0.42 | 0.55 | 336.92 | 0.51 | 0.3 |
| Hex | 73 | 25 | 43 | 0 | 44 | 2A | 37 | 151 | 33 | 1E |
| Octal | 163 | 45 | 103 | 0 | 104 | 52 | 67 | 521 | 63 | 36 |
| Binary | 1110011 | 100101 | 1000011 | 0 | 1000100 | 101010 | 110111 | 101010001 | 110011 | 11110 |
Color Harmonies of #732543
Complementary color
Monochromatic Colors of #732543
Black with #732543
Text Example
Text Example
White with #732543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732543; }
p { color: rgb(115,37,67); }
H1.HeaderClassName
{
color: #732543;
}
.AnyTagClassName
{
color: #732543;
}
</style>
background-color css
<style>
a { background-color: #732543; }
a { background-color: rgb(115,37,67); }
div.DivClassName
{
background-color: #732543;
}
.BgClassName
{
background-color: #732543;
}
</style>
border-color css
<style>
span { border-color: #732543; }
span { border-color: rgb(115,37,67); }
td.TdClassName
{
border-color: #732543;
}
.TagClassName
{
border-color: #732543;
}
</style>