Shades of Pompadour #68254B
Tints of Pompadour #68254B
RGB
CMYK
RGB Variations
Color information
#68254B (or 0x68254B) is known color: Pompadour. HEX triplet: 68, 25 and 4B. RGB value is (104,37,75). Sum of RGB (Red+Green+Blue) = 104+37+75=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68254B is #97DAB4. Grayscale: #3D3D3D. Windows color (decimal): -9951925 or 4924776. OLE color: 4924776.
HSL color Cylindrical-coordinate representation of color #68254B: hue angle of 325.97º 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 #68254B is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 75 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.59 |
| HSL | 325.97º | 0.48% | 0.28% | - |
| HSV(B) | 325.97º | 0.64% | 0.41% | - |
| XYZ | 7.64 | 4.77 | 7.18 | - |
| YUV | 61.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 75 | 0 | 0.64 | 0.28 | 0.59 | 325.97 | 0.48 | 0.28 |
| Hex | 68 | 25 | 4B | 0 | 40 | 1C | 3B | 146 | 30 | 1C |
| Octal | 150 | 45 | 113 | 0 | 100 | 34 | 73 | 506 | 60 | 34 |
| Binary | 1101000 | 100101 | 1001011 | 0 | 1000000 | 11100 | 111011 | 101000110 | 110000 | 11100 |
Color Harmonies of #68254B
Complementary color
Monochromatic Colors of #68254B
Black with #68254B
Text Example
Text Example
White with #68254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68254B; }
p { color: rgb(104,37,75); }
H1.HeaderClassName
{
color: #68254B;
}
.AnyTagClassName
{
color: #68254B;
}
</style>
background-color css
<style>
a { background-color: #68254B; }
a { background-color: rgb(104,37,75); }
div.DivClassName
{
background-color: #68254B;
}
.BgClassName
{
background-color: #68254B;
}
</style>
border-color css
<style>
span { border-color: #68254B; }
span { border-color: rgb(104,37,75); }
td.TdClassName
{
border-color: #68254B;
}
.TagClassName
{
border-color: #68254B;
}
</style>