Shades of Pompadour #67194F
Tints of Pompadour #67194F
RGB
CMYK
RGB Variations
Color information
#67194F (or 0x67194F) is known color: Pompadour. HEX triplet: 67, 19 and 4F. RGB value is (103,25,79). Sum of RGB (Red+Green+Blue) = 103+25+79=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #67194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67194F is #98E6B0. Grayscale: #363636. Windows color (decimal): -10020529 or 5183847. OLE color: 5183847.
HSL color Cylindrical-coordinate representation of color #67194F: hue angle of 318.46º 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 #67194F is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 79 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.60 |
| HSL | 318.46º | 0.61% | 0.25% | - |
| HSV(B) | 318.46º | 0.76% | 0.4% | - |
| XYZ | 7.35 | 4.14 | 7.81 | - |
| YUV | 54.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 79 | 0 | 0.76 | 0.23 | 0.60 | 318.46 | 0.61 | 0.25 |
| Hex | 67 | 19 | 4F | 0 | 4C | 17 | 3C | 13E | 3D | 19 |
| Octal | 147 | 31 | 117 | 0 | 114 | 27 | 74 | 476 | 75 | 31 |
| Binary | 1100111 | 11001 | 1001111 | 0 | 1001100 | 10111 | 111100 | 100111110 | 111101 | 11001 |
Color Harmonies of #67194F
Complementary color
Monochromatic Colors of #67194F
Black with #67194F
Text Example
Text Example
White with #67194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67194F; }
p { color: rgb(103,25,79); }
H1.HeaderClassName
{
color: #67194F;
}
.AnyTagClassName
{
color: #67194F;
}
</style>
background-color css
<style>
a { background-color: #67194F; }
a { background-color: rgb(103,25,79); }
div.DivClassName
{
background-color: #67194F;
}
.BgClassName
{
background-color: #67194F;
}
</style>
border-color css
<style>
span { border-color: #67194F; }
span { border-color: rgb(103,25,79); }
td.TdClassName
{
border-color: #67194F;
}
.TagClassName
{
border-color: #67194F;
}
</style>