Shades of Pompadour #68264F
Tints of Pompadour #68264F
RGB
CMYK
RGB Variations
Color information
#68264F (or 0x68264F) is known color: Pompadour. HEX triplet: 68, 26 and 4F. RGB value is (104,38,79). Sum of RGB (Red+Green+Blue) = 104+38+79=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #68264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68264F is #97D9B0. Grayscale: #3E3E3E. Windows color (decimal): -9951665 or 5187176. OLE color: 5187176.
HSL color Cylindrical-coordinate representation of color #68264F: hue angle of 322.73º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68264F is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 79 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.59 |
| HSL | 322.73º | 0.46% | 0.28% | - |
| HSV(B) | 322.73º | 0.63% | 0.41% | - |
| XYZ | 7.81 | 4.89 | 7.93 | - |
| YUV | 62.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 79 | 0 | 0.63 | 0.24 | 0.59 | 322.73 | 0.46 | 0.28 |
| Hex | 68 | 26 | 4F | 0 | 3F | 18 | 3B | 143 | 2E | 1C |
| Octal | 150 | 46 | 117 | 0 | 77 | 30 | 73 | 503 | 56 | 34 |
| Binary | 1101000 | 100110 | 1001111 | 0 | 111111 | 11000 | 111011 | 101000011 | 101110 | 11100 |
Color Harmonies of #68264F
Complementary color
Monochromatic Colors of #68264F
Black with #68264F
Text Example
Text Example
White with #68264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68264F; }
p { color: rgb(104,38,79); }
H1.HeaderClassName
{
color: #68264F;
}
.AnyTagClassName
{
color: #68264F;
}
</style>
background-color css
<style>
a { background-color: #68264F; }
a { background-color: rgb(104,38,79); }
div.DivClassName
{
background-color: #68264F;
}
.BgClassName
{
background-color: #68264F;
}
</style>
border-color css
<style>
span { border-color: #68264F; }
span { border-color: rgb(104,38,79); }
td.TdClassName
{
border-color: #68264F;
}
.TagClassName
{
border-color: #68264F;
}
</style>