Shades of Pompadour #68124C
Tints of Pompadour #68124C
RGB
CMYK
RGB Variations
Color information
#68124C (or 0x68124C) is known color: Pompadour. HEX triplet: 68, 12 and 4C. RGB value is (104,18,76). Sum of RGB (Red+Green+Blue) = 104+18+76=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68124C is #97EDB3. Grayscale: #323232. Windows color (decimal): -9956788 or 4985448. OLE color: 4985448.
HSL color Cylindrical-coordinate representation of color #68124C: hue angle of 319.53º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68124C is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 18 | 76 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.59 |
| HSL | 319.53º | 0.7% | 0.24% | - |
| HSV(B) | 319.53º | 0.83% | 0.41% | - |
| XYZ | 7.23 | 3.9 | 7.21 | - |
| YUV | 50.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 76 | 0 | 0.83 | 0.27 | 0.59 | 319.53 | 0.7 | 0.24 |
| Hex | 68 | 12 | 4C | 0 | 53 | 1B | 3B | 140 | 46 | 18 |
| Octal | 150 | 22 | 114 | 0 | 123 | 33 | 73 | 500 | 106 | 30 |
| Binary | 1101000 | 10010 | 1001100 | 0 | 1010011 | 11011 | 111011 | 101000000 | 1000110 | 11000 |
Color Harmonies of #68124C
Complementary color
Monochromatic Colors of #68124C
Black with #68124C
Text Example
Text Example
White with #68124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68124C; }
p { color: rgb(104,18,76); }
H1.HeaderClassName
{
color: #68124C;
}
.AnyTagClassName
{
color: #68124C;
}
</style>
background-color css
<style>
a { background-color: #68124C; }
a { background-color: rgb(104,18,76); }
div.DivClassName
{
background-color: #68124C;
}
.BgClassName
{
background-color: #68124C;
}
</style>
border-color css
<style>
span { border-color: #68124C; }
span { border-color: rgb(104,18,76); }
td.TdClassName
{
border-color: #68124C;
}
.TagClassName
{
border-color: #68124C;
}
</style>