Shades of Pompadour #67114C
Tints of Pompadour #67114C
RGB
CMYK
RGB Variations
Color information
#67114C (or 0x67114C) is known color: Pompadour. HEX triplet: 67, 11 and 4C. RGB value is (103,17,76). Sum of RGB (Red+Green+Blue) = 103+17+76=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #67114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67114C is #98EEB3. Grayscale: #313131. Windows color (decimal): -10022580 or 4985191. OLE color: 4985191.
HSL color Cylindrical-coordinate representation of color #67114C: hue angle of 318.84º 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 #67114C is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 17 | 76 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.60 |
| HSL | 318.84º | 0.72% | 0.24% | - |
| HSV(B) | 318.84º | 0.83% | 0.4% | - |
| XYZ | 7.1 | 3.81 | 7.2 | - |
| YUV | 49.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 76 | 0 | 0.83 | 0.26 | 0.60 | 318.84 | 0.72 | 0.24 |
| Hex | 67 | 11 | 4C | 0 | 53 | 1A | 3C | 13F | 48 | 18 |
| Octal | 147 | 21 | 114 | 0 | 123 | 32 | 74 | 477 | 110 | 30 |
| Binary | 1100111 | 10001 | 1001100 | 0 | 1010011 | 11010 | 111100 | 100111111 | 1001000 | 11000 |
Color Harmonies of #67114C
Complementary color
Monochromatic Colors of #67114C
Black with #67114C
Text Example
Text Example
White with #67114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67114C; }
p { color: rgb(103,17,76); }
H1.HeaderClassName
{
color: #67114C;
}
.AnyTagClassName
{
color: #67114C;
}
</style>
background-color css
<style>
a { background-color: #67114C; }
a { background-color: rgb(103,17,76); }
div.DivClassName
{
background-color: #67114C;
}
.BgClassName
{
background-color: #67114C;
}
</style>
border-color css
<style>
span { border-color: #67114C; }
span { border-color: rgb(103,17,76); }
td.TdClassName
{
border-color: #67114C;
}
.TagClassName
{
border-color: #67114C;
}
</style>