Shades of Pompadour #67204C
Tints of Pompadour #67204C
RGB
CMYK
RGB Variations
Color information
#67204C (or 0x67204C) is known color: Pompadour. HEX triplet: 67, 20 and 4C. RGB value is (103,32,76). Sum of RGB (Red+Green+Blue) = 103+32+76=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #67204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67204C is #98DFB3. Grayscale: #3A3A3A. Windows color (decimal): -10018740 or 4989031. OLE color: 4989031.
HSL color Cylindrical-coordinate representation of color #67204C: hue angle of 322.82º 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 #67204C is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 76 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.60 |
| HSL | 322.82º | 0.53% | 0.26% | - |
| HSV(B) | 322.82º | 0.69% | 0.4% | - |
| XYZ | 7.41 | 4.44 | 7.3 | - |
| YUV | 58.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 76 | 0 | 0.69 | 0.26 | 0.60 | 322.82 | 0.53 | 0.26 |
| Hex | 67 | 20 | 4C | 0 | 45 | 1A | 3C | 143 | 35 | 1A |
| Octal | 147 | 40 | 114 | 0 | 105 | 32 | 74 | 503 | 65 | 32 |
| Binary | 1100111 | 100000 | 1001100 | 0 | 1000101 | 11010 | 111100 | 101000011 | 110101 | 11010 |
Color Harmonies of #67204C
Complementary color
Monochromatic Colors of #67204C
Black with #67204C
Text Example
Text Example
White with #67204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67204C; }
p { color: rgb(103,32,76); }
H1.HeaderClassName
{
color: #67204C;
}
.AnyTagClassName
{
color: #67204C;
}
</style>
background-color css
<style>
a { background-color: #67204C; }
a { background-color: rgb(103,32,76); }
div.DivClassName
{
background-color: #67204C;
}
.BgClassName
{
background-color: #67204C;
}
</style>
border-color css
<style>
span { border-color: #67204C; }
span { border-color: rgb(103,32,76); }
td.TdClassName
{
border-color: #67204C;
}
.TagClassName
{
border-color: #67204C;
}
</style>