Shades of Pompadour #67194C
Tints of Pompadour #67194C
RGB
CMYK
RGB Variations
Color information
#67194C (or 0x67194C) is known color: Pompadour. HEX triplet: 67, 19 and 4C. RGB value is (103,25,76). Sum of RGB (Red+Green+Blue) = 103+25+76=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #67194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67194C is #98E6B3. Grayscale: #363636. Windows color (decimal): -10020532 or 4987239. OLE color: 4987239.
HSL color Cylindrical-coordinate representation of color #67194C: hue angle of 320.77º 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 #67194C is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 76 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.60 |
| HSL | 320.77º | 0.61% | 0.25% | - |
| HSV(B) | 320.77º | 0.76% | 0.4% | - |
| XYZ | 7.25 | 4.1 | 7.25 | - |
| YUV | 54.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 76 | 0 | 0.76 | 0.26 | 0.60 | 320.77 | 0.61 | 0.25 |
| Hex | 67 | 19 | 4C | 0 | 4C | 1A | 3C | 141 | 3D | 19 |
| Octal | 147 | 31 | 114 | 0 | 114 | 32 | 74 | 501 | 75 | 31 |
| Binary | 1100111 | 11001 | 1001100 | 0 | 1001100 | 11010 | 111100 | 101000001 | 111101 | 11001 |
Color Harmonies of #67194C
Complementary color
Monochromatic Colors of #67194C
Black with #67194C
Text Example
Text Example
White with #67194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67194C; }
p { color: rgb(103,25,76); }
H1.HeaderClassName
{
color: #67194C;
}
.AnyTagClassName
{
color: #67194C;
}
</style>
background-color css
<style>
a { background-color: #67194C; }
a { background-color: rgb(103,25,76); }
div.DivClassName
{
background-color: #67194C;
}
.BgClassName
{
background-color: #67194C;
}
</style>
border-color css
<style>
span { border-color: #67194C; }
span { border-color: rgb(103,25,76); }
td.TdClassName
{
border-color: #67194C;
}
.TagClassName
{
border-color: #67194C;
}
</style>