Shades of Pompadour #67154F
Tints of Pompadour #67154F
RGB
CMYK
RGB Variations
Color information
#67154F (or 0x67154F) is known color: Pompadour. HEX triplet: 67, 15 and 4F. RGB value is (103,21,79). Sum of RGB (Red+Green+Blue) = 103+21+79=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #67154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67154F is #98EAB0. Grayscale: #333333. Windows color (decimal): -10021553 or 5182823. OLE color: 5182823.
HSL color Cylindrical-coordinate representation of color #67154F: hue angle of 317.56º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67154F is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 21 | 79 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.60 |
| HSL | 317.56º | 0.66% | 0.24% | - |
| HSV(B) | 317.56º | 0.8% | 0.4% | - |
| XYZ | 7.27 | 3.98 | 7.78 | - |
| YUV | 52.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 79 | 0 | 0.80 | 0.23 | 0.60 | 317.56 | 0.66 | 0.24 |
| Hex | 67 | 15 | 4F | 0 | 50 | 17 | 3C | 13E | 42 | 18 |
| Octal | 147 | 25 | 117 | 0 | 120 | 27 | 74 | 476 | 102 | 30 |
| Binary | 1100111 | 10101 | 1001111 | 0 | 1010000 | 10111 | 111100 | 100111110 | 1000010 | 11000 |
Color Harmonies of #67154F
Complementary color
Monochromatic Colors of #67154F
Black with #67154F
Text Example
Text Example
White with #67154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67154F; }
p { color: rgb(103,21,79); }
H1.HeaderClassName
{
color: #67154F;
}
.AnyTagClassName
{
color: #67154F;
}
</style>
background-color css
<style>
a { background-color: #67154F; }
a { background-color: rgb(103,21,79); }
div.DivClassName
{
background-color: #67154F;
}
.BgClassName
{
background-color: #67154F;
}
</style>
border-color css
<style>
span { border-color: #67154F; }
span { border-color: rgb(103,21,79); }
td.TdClassName
{
border-color: #67154F;
}
.TagClassName
{
border-color: #67154F;
}
</style>