Shades of Pompadour #67174F
Tints of Pompadour #67174F
RGB
CMYK
RGB Variations
Color information
#67174F (or 0x67174F) is known color: Pompadour. HEX triplet: 67, 17 and 4F. RGB value is (103,23,79). Sum of RGB (Red+Green+Blue) = 103+23+79=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #67174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67174F is #98E8B0. Grayscale: #353535. Windows color (decimal): -10021041 or 5183335. OLE color: 5183335.
HSL color Cylindrical-coordinate representation of color #67174F: hue angle of 318º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67174F is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 79 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.60 |
| HSL | 318º | 0.63% | 0.25% | - |
| HSV(B) | 318º | 0.78% | 0.4% | - |
| XYZ | 7.31 | 4.06 | 7.8 | - |
| YUV | 53.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 79 | 0 | 0.78 | 0.23 | 0.60 | 318 | 0.63 | 0.25 |
| Hex | 67 | 17 | 4F | 0 | 4E | 17 | 3C | 13E | 3F | 19 |
| Octal | 147 | 27 | 117 | 0 | 116 | 27 | 74 | 476 | 77 | 31 |
| Binary | 1100111 | 10111 | 1001111 | 0 | 1001110 | 10111 | 111100 | 100111110 | 111111 | 11001 |
Color Harmonies of #67174F
Complementary color
Monochromatic Colors of #67174F
Black with #67174F
Text Example
Text Example
White with #67174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67174F; }
p { color: rgb(103,23,79); }
H1.HeaderClassName
{
color: #67174F;
}
.AnyTagClassName
{
color: #67174F;
}
</style>
background-color css
<style>
a { background-color: #67174F; }
a { background-color: rgb(103,23,79); }
div.DivClassName
{
background-color: #67174F;
}
.BgClassName
{
background-color: #67174F;
}
</style>
border-color css
<style>
span { border-color: #67174F; }
span { border-color: rgb(103,23,79); }
td.TdClassName
{
border-color: #67174F;
}
.TagClassName
{
border-color: #67174F;
}
</style>