Shades of Pompadour #67194E
Tints of Pompadour #67194E
RGB
CMYK
RGB Variations
Color information
#67194E (or 0x67194E) is known color: Pompadour. HEX triplet: 67, 19 and 4E. RGB value is (103,25,78). Sum of RGB (Red+Green+Blue) = 103+25+78=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #67194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67194E is #98E6B1. Grayscale: #363636. Windows color (decimal): -10020530 or 5118311. OLE color: 5118311.
HSL color Cylindrical-coordinate representation of color #67194E: hue angle of 319.23º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67194E is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 78 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.60 |
| HSL | 319.23º | 0.61% | 0.25% | - |
| HSV(B) | 319.23º | 0.76% | 0.4% | - |
| XYZ | 7.32 | 4.13 | 7.62 | - |
| YUV | 54.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 78 | 0 | 0.76 | 0.24 | 0.60 | 319.23 | 0.61 | 0.25 |
| Hex | 67 | 19 | 4E | 0 | 4C | 18 | 3C | 13F | 3D | 19 |
| Octal | 147 | 31 | 116 | 0 | 114 | 30 | 74 | 477 | 75 | 31 |
| Binary | 1100111 | 11001 | 1001110 | 0 | 1001100 | 11000 | 111100 | 100111111 | 111101 | 11001 |
Color Harmonies of #67194E
Complementary color
Monochromatic Colors of #67194E
Black with #67194E
Text Example
Text Example
White with #67194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67194E; }
p { color: rgb(103,25,78); }
H1.HeaderClassName
{
color: #67194E;
}
.AnyTagClassName
{
color: #67194E;
}
</style>
background-color css
<style>
a { background-color: #67194E; }
a { background-color: rgb(103,25,78); }
div.DivClassName
{
background-color: #67194E;
}
.BgClassName
{
background-color: #67194E;
}
</style>
border-color css
<style>
span { border-color: #67194E; }
span { border-color: rgb(103,25,78); }
td.TdClassName
{
border-color: #67194E;
}
.TagClassName
{
border-color: #67194E;
}
</style>