Shades of Pompadour #732140
Tints of Pompadour #732140
RGB
CMYK
RGB Variations
Color information
#732140 (or 0x732140) is known color: Pompadour. HEX triplet: 73, 21 and 40. RGB value is (115,33,64). Sum of RGB (Red+Green+Blue) = 115+33+64=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #732140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732140 is #8CDEBF. Grayscale: #3D3D3D. Windows color (decimal): -9232064 or 4202867. OLE color: 4202867.
HSL color Cylindrical-coordinate representation of color #732140: hue angle of 337.32º 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 #732140 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 64 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.55 |
| HSL | 337.32º | 0.55% | 0.29% | - |
| HSV(B) | 337.32º | 0.71% | 0.45% | - |
| XYZ | 8.54 | 5.1 | 5.39 | - |
| YUV | 61.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 64 | 0 | 0.71 | 0.44 | 0.55 | 337.32 | 0.55 | 0.29 |
| Hex | 73 | 21 | 40 | 0 | 47 | 2C | 37 | 151 | 37 | 1D |
| Octal | 163 | 41 | 100 | 0 | 107 | 54 | 67 | 521 | 67 | 35 |
| Binary | 1110011 | 100001 | 1000000 | 0 | 1000111 | 101100 | 110111 | 101010001 | 110111 | 11101 |
Color Harmonies of #732140
Complementary color
Monochromatic Colors of #732140
Black with #732140
Text Example
Text Example
White with #732140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732140; }
p { color: rgb(115,33,64); }
H1.HeaderClassName
{
color: #732140;
}
.AnyTagClassName
{
color: #732140;
}
</style>
background-color css
<style>
a { background-color: #732140; }
a { background-color: rgb(115,33,64); }
div.DivClassName
{
background-color: #732140;
}
.BgClassName
{
background-color: #732140;
}
</style>
border-color css
<style>
span { border-color: #732140; }
span { border-color: rgb(115,33,64); }
td.TdClassName
{
border-color: #732140;
}
.TagClassName
{
border-color: #732140;
}
</style>