Shades of Pompadour #68254A
Tints of Pompadour #68254A
RGB
CMYK
RGB Variations
Color information
#68254A (or 0x68254A) is known color: Pompadour. HEX triplet: 68, 25 and 4A. RGB value is (104,37,74). Sum of RGB (Red+Green+Blue) = 104+37+74=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68254A is #97DAB5. Grayscale: #3D3D3D. Windows color (decimal): -9951926 or 4859240. OLE color: 4859240.
HSL color Cylindrical-coordinate representation of color #68254A: hue angle of 326.87º 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 #68254A is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 74 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.59 |
| HSL | 326.87º | 0.48% | 0.28% | - |
| HSV(B) | 326.87º | 0.64% | 0.41% | - |
| XYZ | 7.61 | 4.76 | 7 | - |
| YUV | 61.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 74 | 0 | 0.64 | 0.29 | 0.59 | 326.87 | 0.48 | 0.28 |
| Hex | 68 | 25 | 4A | 0 | 40 | 1D | 3B | 147 | 30 | 1C |
| Octal | 150 | 45 | 112 | 0 | 100 | 35 | 73 | 507 | 60 | 34 |
| Binary | 1101000 | 100101 | 1001010 | 0 | 1000000 | 11101 | 111011 | 101000111 | 110000 | 11100 |
Color Harmonies of #68254A
Complementary color
Monochromatic Colors of #68254A
Black with #68254A
Text Example
Text Example
White with #68254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68254A; }
p { color: rgb(104,37,74); }
H1.HeaderClassName
{
color: #68254A;
}
.AnyTagClassName
{
color: #68254A;
}
</style>
background-color css
<style>
a { background-color: #68254A; }
a { background-color: rgb(104,37,74); }
div.DivClassName
{
background-color: #68254A;
}
.BgClassName
{
background-color: #68254A;
}
</style>
border-color css
<style>
span { border-color: #68254A; }
span { border-color: rgb(104,37,74); }
td.TdClassName
{
border-color: #68254A;
}
.TagClassName
{
border-color: #68254A;
}
</style>