Shades of Pompadour #67204D
Tints of Pompadour #67204D
RGB
CMYK
RGB Variations
Color information
#67204D (or 0x67204D) is known color: Pompadour. HEX triplet: 67, 20 and 4D. RGB value is (103,32,77). Sum of RGB (Red+Green+Blue) = 103+32+77=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #67204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67204D is #98DFB2. Grayscale: #3A3A3A. Windows color (decimal): -10018739 or 5054567. OLE color: 5054567.
HSL color Cylindrical-coordinate representation of color #67204D: hue angle of 321.97º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67204D is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 77 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.60 |
| HSL | 321.97º | 0.53% | 0.26% | - |
| HSV(B) | 321.97º | 0.69% | 0.4% | - |
| XYZ | 7.45 | 4.45 | 7.49 | - |
| YUV | 58.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 77 | 0 | 0.69 | 0.25 | 0.60 | 321.97 | 0.53 | 0.26 |
| Hex | 67 | 20 | 4D | 0 | 45 | 19 | 3C | 142 | 35 | 1A |
| Octal | 147 | 40 | 115 | 0 | 105 | 31 | 74 | 502 | 65 | 32 |
| Binary | 1100111 | 100000 | 1001101 | 0 | 1000101 | 11001 | 111100 | 101000010 | 110101 | 11010 |
Color Harmonies of #67204D
Complementary color
Monochromatic Colors of #67204D
Black with #67204D
Text Example
Text Example
White with #67204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67204D; }
p { color: rgb(103,32,77); }
H1.HeaderClassName
{
color: #67204D;
}
.AnyTagClassName
{
color: #67204D;
}
</style>
background-color css
<style>
a { background-color: #67204D; }
a { background-color: rgb(103,32,77); }
div.DivClassName
{
background-color: #67204D;
}
.BgClassName
{
background-color: #67204D;
}
</style>
border-color css
<style>
span { border-color: #67204D; }
span { border-color: rgb(103,32,77); }
td.TdClassName
{
border-color: #67204D;
}
.TagClassName
{
border-color: #67204D;
}
</style>