Shades of Pompadour #60154B
Tints of Pompadour #60154B
RGB
CMYK
RGB Variations
Color information
#60154B (or 0x60154B) is known color: Pompadour. HEX triplet: 60, 15 and 4B. RGB value is (96,21,75). Sum of RGB (Red+Green+Blue) = 96+21+75=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60154B is #9FEAB4. Grayscale: #313131. Windows color (decimal): -10480309 or 4920672. OLE color: 4920672.
HSL color Cylindrical-coordinate representation of color #60154B: hue angle of 316.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60154B is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 21 | 75 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.62 |
| HSL | 316.8º | 0.64% | 0.23% | - |
| HSV(B) | 316.8º | 0.78% | 0.38% | - |
| XYZ | 6.36 | 3.53 | 7 | - |
| YUV | 49.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 75 | 0 | 0.78 | 0.22 | 0.62 | 316.8 | 0.64 | 0.23 |
| Hex | 60 | 15 | 4B | 0 | 4E | 16 | 3E | 13D | 40 | 17 |
| Octal | 140 | 25 | 113 | 0 | 116 | 26 | 76 | 475 | 100 | 27 |
| Binary | 1100000 | 10101 | 1001011 | 0 | 1001110 | 10110 | 111110 | 100111101 | 1000000 | 10111 |
Color Harmonies of #60154B
Complementary color
Monochromatic Colors of #60154B
Black with #60154B
Text Example
Text Example
White with #60154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60154B; }
p { color: rgb(96,21,75); }
H1.HeaderClassName
{
color: #60154B;
}
.AnyTagClassName
{
color: #60154B;
}
</style>
background-color css
<style>
a { background-color: #60154B; }
a { background-color: rgb(96,21,75); }
div.DivClassName
{
background-color: #60154B;
}
.BgClassName
{
background-color: #60154B;
}
</style>
border-color css
<style>
span { border-color: #60154B; }
span { border-color: rgb(96,21,75); }
td.TdClassName
{
border-color: #60154B;
}
.TagClassName
{
border-color: #60154B;
}
</style>