Shades of Pompadour #67194D
Tints of Pompadour #67194D
RGB
CMYK
RGB Variations
Color information
#67194D (or 0x67194D) is known color: Pompadour. HEX triplet: 67, 19 and 4D. RGB value is (103,25,77). Sum of RGB (Red+Green+Blue) = 103+25+77=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #67194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67194D is #98E6B2. Grayscale: #363636. Windows color (decimal): -10020531 or 5052775. OLE color: 5052775.
HSL color Cylindrical-coordinate representation of color #67194D: hue angle of 320º 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 #67194D is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 77 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.60 |
| HSL | 320º | 0.61% | 0.25% | - |
| HSV(B) | 320º | 0.76% | 0.4% | - |
| XYZ | 7.28 | 4.11 | 7.43 | - |
| YUV | 54.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 77 | 0 | 0.76 | 0.25 | 0.60 | 320 | 0.61 | 0.25 |
| Hex | 67 | 19 | 4D | 0 | 4C | 19 | 3C | 140 | 3D | 19 |
| Octal | 147 | 31 | 115 | 0 | 114 | 31 | 74 | 500 | 75 | 31 |
| Binary | 1100111 | 11001 | 1001101 | 0 | 1001100 | 11001 | 111100 | 101000000 | 111101 | 11001 |
Color Harmonies of #67194D
Complementary color
Monochromatic Colors of #67194D
Black with #67194D
Text Example
Text Example
White with #67194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67194D; }
p { color: rgb(103,25,77); }
H1.HeaderClassName
{
color: #67194D;
}
.AnyTagClassName
{
color: #67194D;
}
</style>
background-color css
<style>
a { background-color: #67194D; }
a { background-color: rgb(103,25,77); }
div.DivClassName
{
background-color: #67194D;
}
.BgClassName
{
background-color: #67194D;
}
</style>
border-color css
<style>
span { border-color: #67194D; }
span { border-color: rgb(103,25,77); }
td.TdClassName
{
border-color: #67194D;
}
.TagClassName
{
border-color: #67194D;
}
</style>