Shades of Pompadour #60274D
Tints of Pompadour #60274D
RGB
CMYK
RGB Variations
Color information
#60274D (or 0x60274D) is known color: Pompadour. HEX triplet: 60, 27 and 4D. RGB value is (96,39,77). Sum of RGB (Red+Green+Blue) = 96+39+77=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60274D is #9FD8B2. Grayscale: #3C3C3C. Windows color (decimal): -10475699 or 5056352. OLE color: 5056352.
HSL color Cylindrical-coordinate representation of color #60274D: hue angle of 320º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60274D is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 77 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.62 |
| HSL | 320º | 0.42% | 0.26% | - |
| HSV(B) | 320º | 0.59% | 0.38% | - |
| XYZ | 6.89 | 4.47 | 7.52 | - |
| YUV | 60.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 77 | 0 | 0.59 | 0.20 | 0.62 | 320 | 0.42 | 0.26 |
| Hex | 60 | 27 | 4D | 0 | 3B | 14 | 3E | 140 | 2A | 1A |
| Octal | 140 | 47 | 115 | 0 | 73 | 24 | 76 | 500 | 52 | 32 |
| Binary | 1100000 | 100111 | 1001101 | 0 | 111011 | 10100 | 111110 | 101000000 | 101010 | 11010 |
Color Harmonies of #60274D
Complementary color
Monochromatic Colors of #60274D
Black with #60274D
Text Example
Text Example
White with #60274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60274D; }
p { color: rgb(96,39,77); }
H1.HeaderClassName
{
color: #60274D;
}
.AnyTagClassName
{
color: #60274D;
}
</style>
background-color css
<style>
a { background-color: #60274D; }
a { background-color: rgb(96,39,77); }
div.DivClassName
{
background-color: #60274D;
}
.BgClassName
{
background-color: #60274D;
}
</style>
border-color css
<style>
span { border-color: #60274D; }
span { border-color: rgb(96,39,77); }
td.TdClassName
{
border-color: #60274D;
}
.TagClassName
{
border-color: #60274D;
}
</style>