Shades of Pompadour #67163F
Tints of Pompadour #67163F
RGB
CMYK
RGB Variations
Color information
#67163F (or 0x67163F) is known color: Pompadour. HEX triplet: 67, 16 and 3F. RGB value is (103,22,63). Sum of RGB (Red+Green+Blue) = 103+22+63=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #67163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67163F is #98E9C0. Grayscale: #323232. Windows color (decimal): -10021313 or 4134503. OLE color: 4134503.
HSL color Cylindrical-coordinate representation of color #67163F: hue angle of 329.63º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67163F is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 22 | 63 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.60 |
| HSL | 329.63º | 0.65% | 0.25% | - |
| HSV(B) | 329.63º | 0.79% | 0.4% | - |
| XYZ | 6.78 | 3.82 | 5.08 | - |
| YUV | 50.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 63 | 0 | 0.79 | 0.39 | 0.60 | 329.63 | 0.65 | 0.25 |
| Hex | 67 | 16 | 3F | 0 | 4F | 27 | 3C | 14A | 41 | 19 |
| Octal | 147 | 26 | 77 | 0 | 117 | 47 | 74 | 512 | 101 | 31 |
| Binary | 1100111 | 10110 | 111111 | 0 | 1001111 | 100111 | 111100 | 101001010 | 1000001 | 11001 |
Color Harmonies of #67163F
Complementary color
Monochromatic Colors of #67163F
Black with #67163F
Text Example
Text Example
White with #67163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67163F; }
p { color: rgb(103,22,63); }
H1.HeaderClassName
{
color: #67163F;
}
.AnyTagClassName
{
color: #67163F;
}
</style>
background-color css
<style>
a { background-color: #67163F; }
a { background-color: rgb(103,22,63); }
div.DivClassName
{
background-color: #67163F;
}
.BgClassName
{
background-color: #67163F;
}
</style>
border-color css
<style>
span { border-color: #67163F; }
span { border-color: rgb(103,22,63); }
td.TdClassName
{
border-color: #67163F;
}
.TagClassName
{
border-color: #67163F;
}
</style>