Shades of Pompadour #673151
Tints of Pompadour #673151
RGB
CMYK
RGB Variations
Color information
#673151 (or 0x673151) is known color: Pompadour. HEX triplet: 67, 31 and 51. RGB value is (103,49,81). Sum of RGB (Red+Green+Blue) = 103+49+81=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 103 - color contains mainly: red. Hex color #673151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673151 is #98CEAE. Grayscale: #444444. Windows color (decimal): -10014383 or 5321063. OLE color: 5321063.
HSL color Cylindrical-coordinate representation of color #673151: hue angle of 324.44º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #673151 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 81 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.60 |
| HSL | 324.44º | 0.36% | 0.3% | - |
| HSV(B) | 324.44º | 0.52% | 0.4% | - |
| XYZ | 8.18 | 5.67 | 8.45 | - |
| YUV | 68.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 81 | 0 | 0.52 | 0.21 | 0.60 | 324.44 | 0.36 | 0.3 |
| Hex | 67 | 31 | 51 | 0 | 34 | 15 | 3C | 144 | 24 | 1E |
| Octal | 147 | 61 | 121 | 0 | 64 | 25 | 74 | 504 | 44 | 36 |
| Binary | 1100111 | 110001 | 1010001 | 0 | 110100 | 10101 | 111100 | 101000100 | 100100 | 11110 |
Color Harmonies of #673151
Complementary color
Monochromatic Colors of #673151
Black with #673151
Text Example
Text Example
White with #673151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673151; }
p { color: rgb(103,49,81); }
H1.HeaderClassName
{
color: #673151;
}
.AnyTagClassName
{
color: #673151;
}
</style>
background-color css
<style>
a { background-color: #673151; }
a { background-color: rgb(103,49,81); }
div.DivClassName
{
background-color: #673151;
}
.BgClassName
{
background-color: #673151;
}
</style>
border-color css
<style>
span { border-color: #673151; }
span { border-color: rgb(103,49,81); }
td.TdClassName
{
border-color: #673151;
}
.TagClassName
{
border-color: #673151;
}
</style>