Shades of Pompadour #60163B
Tints of Pompadour #60163B
RGB
CMYK
RGB Variations
Color information
#60163B (or 0x60163B) is known color: Pompadour. HEX triplet: 60, 16 and 3B. RGB value is (96,22,59). Sum of RGB (Red+Green+Blue) = 96+22+59=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60163B is #9FE9C4. Grayscale: #303030. Windows color (decimal): -10480069 or 3872352. OLE color: 3872352.
HSL color Cylindrical-coordinate representation of color #60163B: hue angle of 330º 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 #60163B is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 22 | 59 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.62 |
| HSL | 330º | 0.63% | 0.23% | - |
| HSV(B) | 330º | 0.77% | 0.38% | - |
| XYZ | 5.9 | 3.38 | 4.48 | - |
| YUV | 48.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 59 | 0 | 0.77 | 0.39 | 0.62 | 330 | 0.63 | 0.23 |
| Hex | 60 | 16 | 3B | 0 | 4D | 27 | 3E | 14A | 3F | 17 |
| Octal | 140 | 26 | 73 | 0 | 115 | 47 | 76 | 512 | 77 | 27 |
| Binary | 1100000 | 10110 | 111011 | 0 | 1001101 | 100111 | 111110 | 101001010 | 111111 | 10111 |
Color Harmonies of #60163B
Complementary color
Monochromatic Colors of #60163B
Black with #60163B
Text Example
Text Example
White with #60163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60163B; }
p { color: rgb(96,22,59); }
H1.HeaderClassName
{
color: #60163B;
}
.AnyTagClassName
{
color: #60163B;
}
</style>
background-color css
<style>
a { background-color: #60163B; }
a { background-color: rgb(96,22,59); }
div.DivClassName
{
background-color: #60163B;
}
.BgClassName
{
background-color: #60163B;
}
</style>
border-color css
<style>
span { border-color: #60163B; }
span { border-color: rgb(96,22,59); }
td.TdClassName
{
border-color: #60163B;
}
.TagClassName
{
border-color: #60163B;
}
</style>