Shades of Pompadour #68254C
Tints of Pompadour #68254C
RGB
CMYK
RGB Variations
Color information
#68254C (or 0x68254C) is known color: Pompadour. HEX triplet: 68, 25 and 4C. RGB value is (104,37,76). Sum of RGB (Red+Green+Blue) = 104+37+76=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68254C is #97DAB3. Grayscale: #3D3D3D. Windows color (decimal): -9951924 or 4990312. OLE color: 4990312.
HSL color Cylindrical-coordinate representation of color #68254C: hue angle of 325.07º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68254C is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 76 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.59 |
| HSL | 325.07º | 0.48% | 0.28% | - |
| HSV(B) | 325.07º | 0.64% | 0.41% | - |
| XYZ | 7.67 | 4.79 | 7.36 | - |
| YUV | 61.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 76 | 0 | 0.64 | 0.27 | 0.59 | 325.07 | 0.48 | 0.28 |
| Hex | 68 | 25 | 4C | 0 | 40 | 1B | 3B | 145 | 30 | 1C |
| Octal | 150 | 45 | 114 | 0 | 100 | 33 | 73 | 505 | 60 | 34 |
| Binary | 1101000 | 100101 | 1001100 | 0 | 1000000 | 11011 | 111011 | 101000101 | 110000 | 11100 |
Color Harmonies of #68254C
Complementary color
Monochromatic Colors of #68254C
Black with #68254C
Text Example
Text Example
White with #68254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68254C; }
p { color: rgb(104,37,76); }
H1.HeaderClassName
{
color: #68254C;
}
.AnyTagClassName
{
color: #68254C;
}
</style>
background-color css
<style>
a { background-color: #68254C; }
a { background-color: rgb(104,37,76); }
div.DivClassName
{
background-color: #68254C;
}
.BgClassName
{
background-color: #68254C;
}
</style>
border-color css
<style>
span { border-color: #68254C; }
span { border-color: rgb(104,37,76); }
td.TdClassName
{
border-color: #68254C;
}
.TagClassName
{
border-color: #68254C;
}
</style>