Shades of Pompadour #67184F
Tints of Pompadour #67184F
RGB
CMYK
RGB Variations
Color information
#67184F (or 0x67184F) is known color: Pompadour. HEX triplet: 67, 18 and 4F. RGB value is (103,24,79). Sum of RGB (Red+Green+Blue) = 103+24+79=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #67184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67184F is #98E7B0. Grayscale: #353535. Windows color (decimal): -10020785 or 5183591. OLE color: 5183591.
HSL color Cylindrical-coordinate representation of color #67184F: hue angle of 318.23º 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 #67184F is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 24 | 79 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.60 |
| HSL | 318.23º | 0.62% | 0.25% | - |
| HSV(B) | 318.23º | 0.77% | 0.4% | - |
| XYZ | 7.33 | 4.1 | 7.8 | - |
| YUV | 53.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 79 | 0 | 0.77 | 0.23 | 0.60 | 318.23 | 0.62 | 0.25 |
| Hex | 67 | 18 | 4F | 0 | 4D | 17 | 3C | 13E | 3E | 19 |
| Octal | 147 | 30 | 117 | 0 | 115 | 27 | 74 | 476 | 76 | 31 |
| Binary | 1100111 | 11000 | 1001111 | 0 | 1001101 | 10111 | 111100 | 100111110 | 111110 | 11001 |
Color Harmonies of #67184F
Complementary color
Monochromatic Colors of #67184F
Black with #67184F
Text Example
Text Example
White with #67184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67184F; }
p { color: rgb(103,24,79); }
H1.HeaderClassName
{
color: #67184F;
}
.AnyTagClassName
{
color: #67184F;
}
</style>
background-color css
<style>
a { background-color: #67184F; }
a { background-color: rgb(103,24,79); }
div.DivClassName
{
background-color: #67184F;
}
.BgClassName
{
background-color: #67184F;
}
</style>
border-color css
<style>
span { border-color: #67184F; }
span { border-color: rgb(103,24,79); }
td.TdClassName
{
border-color: #67184F;
}
.TagClassName
{
border-color: #67184F;
}
</style>