Shades of Pompadour #60163A
Tints of Pompadour #60163A
RGB
CMYK
RGB Variations
Color information
#60163A (or 0x60163A) is known color: Pompadour. HEX triplet: 60, 16 and 3A. RGB value is (96,22,58). Sum of RGB (Red+Green+Blue) = 96+22+58=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60163A is #9FE9C5. Grayscale: #303030. Windows color (decimal): -10480070 or 3806816. OLE color: 3806816.
HSL color Cylindrical-coordinate representation of color #60163A: hue angle of 330.81º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60163A is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 22 | 58 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.62 |
| HSL | 330.81º | 0.63% | 0.23% | - |
| HSV(B) | 330.81º | 0.77% | 0.38% | - |
| XYZ | 5.87 | 3.37 | 4.34 | - |
| YUV | 48.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 58 | 0 | 0.77 | 0.40 | 0.62 | 330.81 | 0.63 | 0.23 |
| Hex | 60 | 16 | 3A | 0 | 4D | 28 | 3E | 14B | 3F | 17 |
| Octal | 140 | 26 | 72 | 0 | 115 | 50 | 76 | 513 | 77 | 27 |
| Binary | 1100000 | 10110 | 111010 | 0 | 1001101 | 101000 | 111110 | 101001011 | 111111 | 10111 |
Color Harmonies of #60163A
Complementary color
Monochromatic Colors of #60163A
Black with #60163A
Text Example
Text Example
White with #60163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60163A; }
p { color: rgb(96,22,58); }
H1.HeaderClassName
{
color: #60163A;
}
.AnyTagClassName
{
color: #60163A;
}
</style>
background-color css
<style>
a { background-color: #60163A; }
a { background-color: rgb(96,22,58); }
div.DivClassName
{
background-color: #60163A;
}
.BgClassName
{
background-color: #60163A;
}
</style>
border-color css
<style>
span { border-color: #60163A; }
span { border-color: rgb(96,22,58); }
td.TdClassName
{
border-color: #60163A;
}
.TagClassName
{
border-color: #60163A;
}
</style>