Shades of Pompadour #67134C
Tints of Pompadour #67134C
RGB
CMYK
RGB Variations
Color information
#67134C (or 0x67134C) is known color: Pompadour. HEX triplet: 67, 13 and 4C. RGB value is (103,19,76). Sum of RGB (Red+Green+Blue) = 103+19+76=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67134C is #98ECB3. Grayscale: #323232. Windows color (decimal): -10022068 or 4985703. OLE color: 4985703.
HSL color Cylindrical-coordinate representation of color #67134C: hue angle of 319.29º 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 #67134C is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 19 | 76 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.60 |
| HSL | 319.29º | 0.69% | 0.24% | - |
| HSV(B) | 319.29º | 0.82% | 0.4% | - |
| XYZ | 7.13 | 3.87 | 7.21 | - |
| YUV | 50.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 76 | 0 | 0.82 | 0.26 | 0.60 | 319.29 | 0.69 | 0.24 |
| Hex | 67 | 13 | 4C | 0 | 52 | 1A | 3C | 13F | 45 | 18 |
| Octal | 147 | 23 | 114 | 0 | 122 | 32 | 74 | 477 | 105 | 30 |
| Binary | 1100111 | 10011 | 1001100 | 0 | 1010010 | 11010 | 111100 | 100111111 | 1000101 | 11000 |
Color Harmonies of #67134C
Complementary color
Monochromatic Colors of #67134C
Black with #67134C
Text Example
Text Example
White with #67134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67134C; }
p { color: rgb(103,19,76); }
H1.HeaderClassName
{
color: #67134C;
}
.AnyTagClassName
{
color: #67134C;
}
</style>
background-color css
<style>
a { background-color: #67134C; }
a { background-color: rgb(103,19,76); }
div.DivClassName
{
background-color: #67134C;
}
.BgClassName
{
background-color: #67134C;
}
</style>
border-color css
<style>
span { border-color: #67134C; }
span { border-color: rgb(103,19,76); }
td.TdClassName
{
border-color: #67134C;
}
.TagClassName
{
border-color: #67134C;
}
</style>