Shades of Pompadour #68254F
Tints of Pompadour #68254F
RGB
CMYK
RGB Variations
Color information
#68254F (or 0x68254F) is known color: Pompadour. HEX triplet: 68, 25 and 4F. RGB value is (104,37,79). Sum of RGB (Red+Green+Blue) = 104+37+79=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68254F is #97DAB0. Grayscale: #3D3D3D. Windows color (decimal): -9951921 or 5186920. OLE color: 5186920.
HSL color Cylindrical-coordinate representation of color #68254F: hue angle of 322.39º 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 #68254F is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 79 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.59 |
| HSL | 322.39º | 0.48% | 0.28% | - |
| HSV(B) | 322.39º | 0.64% | 0.41% | - |
| XYZ | 7.78 | 4.83 | 7.92 | - |
| YUV | 61.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 79 | 0 | 0.64 | 0.24 | 0.59 | 322.39 | 0.48 | 0.28 |
| Hex | 68 | 25 | 4F | 0 | 40 | 18 | 3B | 142 | 30 | 1C |
| Octal | 150 | 45 | 117 | 0 | 100 | 30 | 73 | 502 | 60 | 34 |
| Binary | 1101000 | 100101 | 1001111 | 0 | 1000000 | 11000 | 111011 | 101000010 | 110000 | 11100 |
Color Harmonies of #68254F
Complementary color
Monochromatic Colors of #68254F
Black with #68254F
Text Example
Text Example
White with #68254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68254F; }
p { color: rgb(104,37,79); }
H1.HeaderClassName
{
color: #68254F;
}
.AnyTagClassName
{
color: #68254F;
}
</style>
background-color css
<style>
a { background-color: #68254F; }
a { background-color: rgb(104,37,79); }
div.DivClassName
{
background-color: #68254F;
}
.BgClassName
{
background-color: #68254F;
}
</style>
border-color css
<style>
span { border-color: #68254F; }
span { border-color: rgb(104,37,79); }
td.TdClassName
{
border-color: #68254F;
}
.TagClassName
{
border-color: #68254F;
}
</style>