Shades of Pompadour #68254E
Tints of Pompadour #68254E
RGB
CMYK
RGB Variations
Color information
#68254E (or 0x68254E) is known color: Pompadour. HEX triplet: 68, 25 and 4E. RGB value is (104,37,78). Sum of RGB (Red+Green+Blue) = 104+37+78=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68254E is #97DAB1. Grayscale: #3D3D3D. Windows color (decimal): -9951922 or 5121384. OLE color: 5121384.
HSL color Cylindrical-coordinate representation of color #68254E: hue angle of 323.28º 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 #68254E is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 78 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.59 |
| HSL | 323.28º | 0.48% | 0.28% | - |
| HSV(B) | 323.28º | 0.64% | 0.41% | - |
| XYZ | 7.75 | 4.82 | 7.73 | - |
| YUV | 61.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 78 | 0 | 0.64 | 0.25 | 0.59 | 323.28 | 0.48 | 0.28 |
| Hex | 68 | 25 | 4E | 0 | 40 | 19 | 3B | 143 | 30 | 1C |
| Octal | 150 | 45 | 116 | 0 | 100 | 31 | 73 | 503 | 60 | 34 |
| Binary | 1101000 | 100101 | 1001110 | 0 | 1000000 | 11001 | 111011 | 101000011 | 110000 | 11100 |
Color Harmonies of #68254E
Complementary color
Monochromatic Colors of #68254E
Black with #68254E
Text Example
Text Example
White with #68254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68254E; }
p { color: rgb(104,37,78); }
H1.HeaderClassName
{
color: #68254E;
}
.AnyTagClassName
{
color: #68254E;
}
</style>
background-color css
<style>
a { background-color: #68254E; }
a { background-color: rgb(104,37,78); }
div.DivClassName
{
background-color: #68254E;
}
.BgClassName
{
background-color: #68254E;
}
</style>
border-color css
<style>
span { border-color: #68254E; }
span { border-color: rgb(104,37,78); }
td.TdClassName
{
border-color: #68254E;
}
.TagClassName
{
border-color: #68254E;
}
</style>