Shades of Pompadour #67163E
Tints of Pompadour #67163E
RGB
CMYK
RGB Variations
Color information
#67163E (or 0x67163E) is known color: Pompadour. HEX triplet: 67, 16 and 3E. RGB value is (103,22,62). Sum of RGB (Red+Green+Blue) = 103+22+62=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #67163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67163E is #98E9C1. Grayscale: #323232. Windows color (decimal): -10021314 or 4068967. OLE color: 4068967.
HSL color Cylindrical-coordinate representation of color #67163E: hue angle of 330.37º 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 #67163E is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 22 | 62 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.60 |
| HSL | 330.37º | 0.65% | 0.25% | - |
| HSV(B) | 330.37º | 0.79% | 0.4% | - |
| XYZ | 6.75 | 3.81 | 4.94 | - |
| YUV | 50.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 62 | 0 | 0.79 | 0.40 | 0.60 | 330.37 | 0.65 | 0.25 |
| Hex | 67 | 16 | 3E | 0 | 4F | 28 | 3C | 14A | 41 | 19 |
| Octal | 147 | 26 | 76 | 0 | 117 | 50 | 74 | 512 | 101 | 31 |
| Binary | 1100111 | 10110 | 111110 | 0 | 1001111 | 101000 | 111100 | 101001010 | 1000001 | 11001 |
Color Harmonies of #67163E
Complementary color
Monochromatic Colors of #67163E
Black with #67163E
Text Example
Text Example
White with #67163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67163E; }
p { color: rgb(103,22,62); }
H1.HeaderClassName
{
color: #67163E;
}
.AnyTagClassName
{
color: #67163E;
}
</style>
background-color css
<style>
a { background-color: #67163E; }
a { background-color: rgb(103,22,62); }
div.DivClassName
{
background-color: #67163E;
}
.BgClassName
{
background-color: #67163E;
}
</style>
border-color css
<style>
span { border-color: #67163E; }
span { border-color: rgb(103,22,62); }
td.TdClassName
{
border-color: #67163E;
}
.TagClassName
{
border-color: #67163E;
}
</style>