Shades of Pompadour #60204B
Tints of Pompadour #60204B
RGB
CMYK
RGB Variations
Color information
#60204B (or 0x60204B) is known color: Pompadour. HEX triplet: 60, 20 and 4B. RGB value is (96,32,75). Sum of RGB (Red+Green+Blue) = 96+32+75=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #60204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60204B is #9FDFB4. Grayscale: #373737. Windows color (decimal): -10477493 or 4923488. OLE color: 4923488.
HSL color Cylindrical-coordinate representation of color #60204B: hue angle of 319.69º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60204B is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 75 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.62 |
| HSL | 319.69º | 0.5% | 0.25% | - |
| HSV(B) | 319.69º | 0.67% | 0.38% | - |
| XYZ | 6.61 | 4.03 | 7.09 | - |
| YUV | 56.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 75 | 0 | 0.67 | 0.22 | 0.62 | 319.69 | 0.5 | 0.25 |
| Hex | 60 | 20 | 4B | 0 | 43 | 16 | 3E | 140 | 32 | 19 |
| Octal | 140 | 40 | 113 | 0 | 103 | 26 | 76 | 500 | 62 | 31 |
| Binary | 1100000 | 100000 | 1001011 | 0 | 1000011 | 10110 | 111110 | 101000000 | 110010 | 11001 |
Color Harmonies of #60204B
Complementary color
Monochromatic Colors of #60204B
Black with #60204B
Text Example
Text Example
White with #60204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60204B; }
p { color: rgb(96,32,75); }
H1.HeaderClassName
{
color: #60204B;
}
.AnyTagClassName
{
color: #60204B;
}
</style>
background-color css
<style>
a { background-color: #60204B; }
a { background-color: rgb(96,32,75); }
div.DivClassName
{
background-color: #60204B;
}
.BgClassName
{
background-color: #60204B;
}
</style>
border-color css
<style>
span { border-color: #60204B; }
span { border-color: rgb(96,32,75); }
td.TdClassName
{
border-color: #60204B;
}
.TagClassName
{
border-color: #60204B;
}
</style>