Shades of Pompadour #67164A
Tints of Pompadour #67164A
RGB
CMYK
RGB Variations
Color information
#67164A (or 0x67164A) is known color: Pompadour. HEX triplet: 67, 16 and 4A. RGB value is (103,22,74). Sum of RGB (Red+Green+Blue) = 103+22+74=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67164A is #98E9B5. Grayscale: #343434. Windows color (decimal): -10021302 or 4855399. OLE color: 4855399.
HSL color Cylindrical-coordinate representation of color #67164A: hue angle of 321.48º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67164A is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 22 | 74 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.60 |
| HSL | 321.48º | 0.65% | 0.25% | - |
| HSV(B) | 321.48º | 0.79% | 0.4% | - |
| XYZ | 7.12 | 3.95 | 6.87 | - |
| YUV | 52.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 74 | 0 | 0.79 | 0.28 | 0.60 | 321.48 | 0.65 | 0.25 |
| Hex | 67 | 16 | 4A | 0 | 4F | 1C | 3C | 141 | 41 | 19 |
| Octal | 147 | 26 | 112 | 0 | 117 | 34 | 74 | 501 | 101 | 31 |
| Binary | 1100111 | 10110 | 1001010 | 0 | 1001111 | 11100 | 111100 | 101000001 | 1000001 | 11001 |
Color Harmonies of #67164A
Complementary color
Monochromatic Colors of #67164A
Black with #67164A
Text Example
Text Example
White with #67164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67164A; }
p { color: rgb(103,22,74); }
H1.HeaderClassName
{
color: #67164A;
}
.AnyTagClassName
{
color: #67164A;
}
</style>
background-color css
<style>
a { background-color: #67164A; }
a { background-color: rgb(103,22,74); }
div.DivClassName
{
background-color: #67164A;
}
.BgClassName
{
background-color: #67164A;
}
</style>
border-color css
<style>
span { border-color: #67164A; }
span { border-color: rgb(103,22,74); }
td.TdClassName
{
border-color: #67164A;
}
.TagClassName
{
border-color: #67164A;
}
</style>