Shades of Pompadour #67194B
Tints of Pompadour #67194B
RGB
CMYK
RGB Variations
Color information
#67194B (or 0x67194B) is known color: Pompadour. HEX triplet: 67, 19 and 4B. RGB value is (103,25,75). Sum of RGB (Red+Green+Blue) = 103+25+75=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #67194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67194B is #98E6B4. Grayscale: #353535. Windows color (decimal): -10020533 or 4921703. OLE color: 4921703.
HSL color Cylindrical-coordinate representation of color #67194B: hue angle of 321.54º 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 #67194B is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 75 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.60 |
| HSL | 321.54º | 0.61% | 0.25% | - |
| HSV(B) | 321.54º | 0.76% | 0.4% | - |
| XYZ | 7.21 | 4.09 | 7.07 | - |
| YUV | 54.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 75 | 0 | 0.76 | 0.27 | 0.60 | 321.54 | 0.61 | 0.25 |
| Hex | 67 | 19 | 4B | 0 | 4C | 1B | 3C | 142 | 3D | 19 |
| Octal | 147 | 31 | 113 | 0 | 114 | 33 | 74 | 502 | 75 | 31 |
| Binary | 1100111 | 11001 | 1001011 | 0 | 1001100 | 11011 | 111100 | 101000010 | 111101 | 11001 |
Color Harmonies of #67194B
Complementary color
Monochromatic Colors of #67194B
Black with #67194B
Text Example
Text Example
White with #67194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67194B; }
p { color: rgb(103,25,75); }
H1.HeaderClassName
{
color: #67194B;
}
.AnyTagClassName
{
color: #67194B;
}
</style>
background-color css
<style>
a { background-color: #67194B; }
a { background-color: rgb(103,25,75); }
div.DivClassName
{
background-color: #67194B;
}
.BgClassName
{
background-color: #67194B;
}
</style>
border-color css
<style>
span { border-color: #67194B; }
span { border-color: rgb(103,25,75); }
td.TdClassName
{
border-color: #67194B;
}
.TagClassName
{
border-color: #67194B;
}
</style>