Shades of Pompadour #60264C
Tints of Pompadour #60264C
RGB
CMYK
RGB Variations
Color information
#60264C (or 0x60264C) is known color: Pompadour. HEX triplet: 60, 26 and 4C. RGB value is (96,38,76). Sum of RGB (Red+Green+Blue) = 96+38+76=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60264C is #9FD9B3. Grayscale: #3B3B3B. Windows color (decimal): -10475956 or 4990560. OLE color: 4990560.
HSL color Cylindrical-coordinate representation of color #60264C: hue angle of 320.69º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60264C is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 38 | 76 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.62 |
| HSL | 320.69º | 0.43% | 0.26% | - |
| HSV(B) | 320.69º | 0.6% | 0.38% | - |
| XYZ | 6.82 | 4.39 | 7.33 | - |
| YUV | 59.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 76 | 0 | 0.60 | 0.21 | 0.62 | 320.69 | 0.43 | 0.26 |
| Hex | 60 | 26 | 4C | 0 | 3C | 15 | 3E | 141 | 2B | 1A |
| Octal | 140 | 46 | 114 | 0 | 74 | 25 | 76 | 501 | 53 | 32 |
| Binary | 1100000 | 100110 | 1001100 | 0 | 111100 | 10101 | 111110 | 101000001 | 101011 | 11010 |
Color Harmonies of #60264C
Complementary color
Monochromatic Colors of #60264C
Black with #60264C
Text Example
Text Example
White with #60264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60264C; }
p { color: rgb(96,38,76); }
H1.HeaderClassName
{
color: #60264C;
}
.AnyTagClassName
{
color: #60264C;
}
</style>
background-color css
<style>
a { background-color: #60264C; }
a { background-color: rgb(96,38,76); }
div.DivClassName
{
background-color: #60264C;
}
.BgClassName
{
background-color: #60264C;
}
</style>
border-color css
<style>
span { border-color: #60264C; }
span { border-color: rgb(96,38,76); }
td.TdClassName
{
border-color: #60264C;
}
.TagClassName
{
border-color: #60264C;
}
</style>