Shades of Pompadour #67134D
Tints of Pompadour #67134D
RGB
CMYK
RGB Variations
Color information
#67134D (or 0x67134D) is known color: Pompadour. HEX triplet: 67, 13 and 4D. RGB value is (103,19,77). Sum of RGB (Red+Green+Blue) = 103+19+77=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67134D is #98ECB2. Grayscale: #323232. Windows color (decimal): -10022067 or 5051239. OLE color: 5051239.
HSL color Cylindrical-coordinate representation of color #67134D: hue angle of 318.57º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #67134D is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 19 | 77 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.60 |
| HSL | 318.57º | 0.69% | 0.24% | - |
| HSV(B) | 318.57º | 0.82% | 0.4% | - |
| XYZ | 7.17 | 3.89 | 7.39 | - |
| YUV | 50.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 77 | 0 | 0.82 | 0.25 | 0.60 | 318.57 | 0.69 | 0.24 |
| Hex | 67 | 13 | 4D | 0 | 52 | 19 | 3C | 13F | 45 | 18 |
| Octal | 147 | 23 | 115 | 0 | 122 | 31 | 74 | 477 | 105 | 30 |
| Binary | 1100111 | 10011 | 1001101 | 0 | 1010010 | 11001 | 111100 | 100111111 | 1000101 | 11000 |
Color Harmonies of #67134D
Complementary color
Monochromatic Colors of #67134D
Black with #67134D
Text Example
Text Example
White with #67134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67134D; }
p { color: rgb(103,19,77); }
H1.HeaderClassName
{
color: #67134D;
}
.AnyTagClassName
{
color: #67134D;
}
</style>
background-color css
<style>
a { background-color: #67134D; }
a { background-color: rgb(103,19,77); }
div.DivClassName
{
background-color: #67134D;
}
.BgClassName
{
background-color: #67134D;
}
</style>
border-color css
<style>
span { border-color: #67134D; }
span { border-color: rgb(103,19,77); }
td.TdClassName
{
border-color: #67134D;
}
.TagClassName
{
border-color: #67134D;
}
</style>