Shades of Pompadour #68143F
Tints of Pompadour #68143F
RGB
CMYK
RGB Variations
Color information
#68143F (or 0x68143F) is known color: Pompadour. HEX triplet: 68, 14 and 3F. RGB value is (104,20,63). Sum of RGB (Red+Green+Blue) = 104+20+63=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68143F is #97EBC0. Grayscale: #313131. Windows color (decimal): -9956289 or 4133992. OLE color: 4133992.
HSL color Cylindrical-coordinate representation of color #68143F: hue angle of 329.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68143F is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 20 | 63 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.59 |
| HSL | 329.29º | 0.68% | 0.24% | - |
| HSV(B) | 329.29º | 0.81% | 0.41% | - |
| XYZ | 6.86 | 3.8 | 5.08 | - |
| YUV | 50.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 63 | 0 | 0.81 | 0.39 | 0.59 | 329.29 | 0.68 | 0.24 |
| Hex | 68 | 14 | 3F | 0 | 51 | 27 | 3B | 149 | 44 | 18 |
| Octal | 150 | 24 | 77 | 0 | 121 | 47 | 73 | 511 | 104 | 30 |
| Binary | 1101000 | 10100 | 111111 | 0 | 1010001 | 100111 | 111011 | 101001001 | 1000100 | 11000 |
Color Harmonies of #68143F
Complementary color
Monochromatic Colors of #68143F
Black with #68143F
Text Example
Text Example
White with #68143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68143F; }
p { color: rgb(104,20,63); }
H1.HeaderClassName
{
color: #68143F;
}
.AnyTagClassName
{
color: #68143F;
}
</style>
background-color css
<style>
a { background-color: #68143F; }
a { background-color: rgb(104,20,63); }
div.DivClassName
{
background-color: #68143F;
}
.BgClassName
{
background-color: #68143F;
}
</style>
border-color css
<style>
span { border-color: #68143F; }
span { border-color: rgb(104,20,63); }
td.TdClassName
{
border-color: #68143F;
}
.TagClassName
{
border-color: #68143F;
}
</style>