Shades of Pompadour #68153F
Tints of Pompadour #68153F
RGB
CMYK
RGB Variations
Color information
#68153F (or 0x68153F) is known color: Pompadour. HEX triplet: 68, 15 and 3F. RGB value is (104,21,63). Sum of RGB (Red+Green+Blue) = 104+21+63=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68153F is #97EAC0. Grayscale: #323232. Windows color (decimal): -9956033 or 4134248. OLE color: 4134248.
HSL color Cylindrical-coordinate representation of color #68153F: hue angle of 329.64º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68153F is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 21 | 63 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.59 |
| HSL | 329.64º | 0.66% | 0.25% | - |
| HSV(B) | 329.64º | 0.8% | 0.41% | - |
| XYZ | 6.87 | 3.84 | 5.08 | - |
| YUV | 50.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 63 | 0 | 0.80 | 0.39 | 0.59 | 329.64 | 0.66 | 0.25 |
| Hex | 68 | 15 | 3F | 0 | 50 | 27 | 3B | 14A | 42 | 19 |
| Octal | 150 | 25 | 77 | 0 | 120 | 47 | 73 | 512 | 102 | 31 |
| Binary | 1101000 | 10101 | 111111 | 0 | 1010000 | 100111 | 111011 | 101001010 | 1000010 | 11001 |
Color Harmonies of #68153F
Complementary color
Monochromatic Colors of #68153F
Black with #68153F
Text Example
Text Example
White with #68153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68153F; }
p { color: rgb(104,21,63); }
H1.HeaderClassName
{
color: #68153F;
}
.AnyTagClassName
{
color: #68153F;
}
</style>
background-color css
<style>
a { background-color: #68153F; }
a { background-color: rgb(104,21,63); }
div.DivClassName
{
background-color: #68153F;
}
.BgClassName
{
background-color: #68153F;
}
</style>
border-color css
<style>
span { border-color: #68153F; }
span { border-color: rgb(104,21,63); }
td.TdClassName
{
border-color: #68153F;
}
.TagClassName
{
border-color: #68153F;
}
</style>