Shades of Pompadour #68284C
Tints of Pompadour #68284C
RGB
CMYK
RGB Variations
Color information
#68284C (or 0x68284C) is known color: Pompadour. HEX triplet: 68, 28 and 4C. RGB value is (104,40,76). Sum of RGB (Red+Green+Blue) = 104+40+76=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68284C is #97D7B3. Grayscale: #3F3F3F. Windows color (decimal): -9951156 or 4991080. OLE color: 4991080.
HSL color Cylindrical-coordinate representation of color #68284C: hue angle of 326.25º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68284C is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 76 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.59 |
| HSL | 326.25º | 0.44% | 0.28% | - |
| HSV(B) | 326.25º | 0.62% | 0.41% | - |
| XYZ | 7.77 | 4.98 | 7.39 | - |
| YUV | 63.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 76 | 0 | 0.62 | 0.27 | 0.59 | 326.25 | 0.44 | 0.28 |
| Hex | 68 | 28 | 4C | 0 | 3E | 1B | 3B | 146 | 2C | 1C |
| Octal | 150 | 50 | 114 | 0 | 76 | 33 | 73 | 506 | 54 | 34 |
| Binary | 1101000 | 101000 | 1001100 | 0 | 111110 | 11011 | 111011 | 101000110 | 101100 | 11100 |
Color Harmonies of #68284C
Complementary color
Monochromatic Colors of #68284C
Black with #68284C
Text Example
Text Example
White with #68284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68284C; }
p { color: rgb(104,40,76); }
H1.HeaderClassName
{
color: #68284C;
}
.AnyTagClassName
{
color: #68284C;
}
</style>
background-color css
<style>
a { background-color: #68284C; }
a { background-color: rgb(104,40,76); }
div.DivClassName
{
background-color: #68284C;
}
.BgClassName
{
background-color: #68284C;
}
</style>
border-color css
<style>
span { border-color: #68284C; }
span { border-color: rgb(104,40,76); }
td.TdClassName
{
border-color: #68284C;
}
.TagClassName
{
border-color: #68284C;
}
</style>