Shades of Pompadour #67114D
Tints of Pompadour #67114D
RGB
CMYK
RGB Variations
Color information
#67114D (or 0x67114D) is known color: Pompadour. HEX triplet: 67, 11 and 4D. RGB value is (103,17,77). Sum of RGB (Red+Green+Blue) = 103+17+77=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #67114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67114D is #98EEB2. Grayscale: #313131. Windows color (decimal): -10022579 or 5050727. OLE color: 5050727.
HSL color Cylindrical-coordinate representation of color #67114D: hue angle of 318.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67114D is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 17 | 77 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.60 |
| HSL | 318.14º | 0.72% | 0.24% | - |
| HSV(B) | 318.14º | 0.83% | 0.4% | - |
| XYZ | 7.13 | 3.82 | 7.38 | - |
| YUV | 49.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 77 | 0 | 0.83 | 0.25 | 0.60 | 318.14 | 0.72 | 0.24 |
| Hex | 67 | 11 | 4D | 0 | 53 | 19 | 3C | 13E | 48 | 18 |
| Octal | 147 | 21 | 115 | 0 | 123 | 31 | 74 | 476 | 110 | 30 |
| Binary | 1100111 | 10001 | 1001101 | 0 | 1010011 | 11001 | 111100 | 100111110 | 1001000 | 11000 |
Color Harmonies of #67114D
Complementary color
Monochromatic Colors of #67114D
Black with #67114D
Text Example
Text Example
White with #67114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67114D; }
p { color: rgb(103,17,77); }
H1.HeaderClassName
{
color: #67114D;
}
.AnyTagClassName
{
color: #67114D;
}
</style>
background-color css
<style>
a { background-color: #67114D; }
a { background-color: rgb(103,17,77); }
div.DivClassName
{
background-color: #67114D;
}
.BgClassName
{
background-color: #67114D;
}
</style>
border-color css
<style>
span { border-color: #67114D; }
span { border-color: rgb(103,17,77); }
td.TdClassName
{
border-color: #67114D;
}
.TagClassName
{
border-color: #67114D;
}
</style>