Shades of Pompadour #67184D
Tints of Pompadour #67184D
RGB
CMYK
RGB Variations
Color information
#67184D (or 0x67184D) is known color: Pompadour. HEX triplet: 67, 18 and 4D. RGB value is (103,24,77). Sum of RGB (Red+Green+Blue) = 103+24+77=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #67184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67184D is #98E7B2. Grayscale: #353535. Windows color (decimal): -10020787 or 5052519. OLE color: 5052519.
HSL color Cylindrical-coordinate representation of color #67184D: hue angle of 319.75º 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 #67184D is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 24 | 77 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.60 |
| HSL | 319.75º | 0.62% | 0.25% | - |
| HSV(B) | 319.75º | 0.77% | 0.4% | - |
| XYZ | 7.26 | 4.07 | 7.42 | - |
| YUV | 53.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 77 | 0 | 0.77 | 0.25 | 0.60 | 319.75 | 0.62 | 0.25 |
| Hex | 67 | 18 | 4D | 0 | 4D | 19 | 3C | 140 | 3E | 19 |
| Octal | 147 | 30 | 115 | 0 | 115 | 31 | 74 | 500 | 76 | 31 |
| Binary | 1100111 | 11000 | 1001101 | 0 | 1001101 | 11001 | 111100 | 101000000 | 111110 | 11001 |
Color Harmonies of #67184D
Complementary color
Monochromatic Colors of #67184D
Black with #67184D
Text Example
Text Example
White with #67184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67184D; }
p { color: rgb(103,24,77); }
H1.HeaderClassName
{
color: #67184D;
}
.AnyTagClassName
{
color: #67184D;
}
</style>
background-color css
<style>
a { background-color: #67184D; }
a { background-color: rgb(103,24,77); }
div.DivClassName
{
background-color: #67184D;
}
.BgClassName
{
background-color: #67184D;
}
</style>
border-color css
<style>
span { border-color: #67184D; }
span { border-color: rgb(103,24,77); }
td.TdClassName
{
border-color: #67184D;
}
.TagClassName
{
border-color: #67184D;
}
</style>