Shades of Pompadour #673050
Tints of Pompadour #673050
RGB
CMYK
RGB Variations
Color information
#673050 (or 0x673050) is known color: Pompadour. HEX triplet: 67, 30 and 50. RGB value is (103,48,80). Sum of RGB (Red+Green+Blue) = 103+48+80=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #673050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673050 is #98CFAF. Grayscale: #444444. Windows color (decimal): -10014640 or 5255271. OLE color: 5255271.
HSL color Cylindrical-coordinate representation of color #673050: hue angle of 325.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #673050 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 48 | 80 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.60 |
| HSL | 325.09º | 0.36% | 0.3% | - |
| HSV(B) | 325.09º | 0.53% | 0.4% | - |
| XYZ | 8.1 | 5.58 | 8.24 | - |
| YUV | 68.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 80 | 0 | 0.53 | 0.22 | 0.60 | 325.09 | 0.36 | 0.3 |
| Hex | 67 | 30 | 50 | 0 | 35 | 16 | 3C | 145 | 24 | 1E |
| Octal | 147 | 60 | 120 | 0 | 65 | 26 | 74 | 505 | 44 | 36 |
| Binary | 1100111 | 110000 | 1010000 | 0 | 110101 | 10110 | 111100 | 101000101 | 100100 | 11110 |
Color Harmonies of #673050
Complementary color
Monochromatic Colors of #673050
Black with #673050
Text Example
Text Example
White with #673050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673050; }
p { color: rgb(103,48,80); }
H1.HeaderClassName
{
color: #673050;
}
.AnyTagClassName
{
color: #673050;
}
</style>
background-color css
<style>
a { background-color: #673050; }
a { background-color: rgb(103,48,80); }
div.DivClassName
{
background-color: #673050;
}
.BgClassName
{
background-color: #673050;
}
</style>
border-color css
<style>
span { border-color: #673050; }
span { border-color: rgb(103,48,80); }
td.TdClassName
{
border-color: #673050;
}
.TagClassName
{
border-color: #673050;
}
</style>