Shades of Pompadour #67184E
Tints of Pompadour #67184E
RGB
CMYK
RGB Variations
Color information
#67184E (or 0x67184E) is known color: Pompadour. HEX triplet: 67, 18 and 4E. RGB value is (103,24,78). Sum of RGB (Red+Green+Blue) = 103+24+78=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #67184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67184E is #98E7B1. Grayscale: #353535. Windows color (decimal): -10020786 or 5118055. OLE color: 5118055.
HSL color Cylindrical-coordinate representation of color #67184E: hue angle of 318.99º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67184E is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 24 | 78 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.60 |
| HSL | 318.99º | 0.62% | 0.25% | - |
| HSV(B) | 318.99º | 0.77% | 0.4% | - |
| XYZ | 7.3 | 4.09 | 7.61 | - |
| YUV | 53.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 78 | 0 | 0.77 | 0.24 | 0.60 | 318.99 | 0.62 | 0.25 |
| Hex | 67 | 18 | 4E | 0 | 4D | 18 | 3C | 13F | 3E | 19 |
| Octal | 147 | 30 | 116 | 0 | 115 | 30 | 74 | 477 | 76 | 31 |
| Binary | 1100111 | 11000 | 1001110 | 0 | 1001101 | 11000 | 111100 | 100111111 | 111110 | 11001 |
Color Harmonies of #67184E
Complementary color
Monochromatic Colors of #67184E
Black with #67184E
Text Example
Text Example
White with #67184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67184E; }
p { color: rgb(103,24,78); }
H1.HeaderClassName
{
color: #67184E;
}
.AnyTagClassName
{
color: #67184E;
}
</style>
background-color css
<style>
a { background-color: #67184E; }
a { background-color: rgb(103,24,78); }
div.DivClassName
{
background-color: #67184E;
}
.BgClassName
{
background-color: #67184E;
}
</style>
border-color css
<style>
span { border-color: #67184E; }
span { border-color: rgb(103,24,78); }
td.TdClassName
{
border-color: #67184E;
}
.TagClassName
{
border-color: #67184E;
}
</style>