Shades of Pompadour #601C4A
Tints of Pompadour #601C4A
RGB
CMYK
RGB Variations
Color information
#601C4A (or 0x601C4A) is known color: Pompadour. HEX triplet: 60, 1C and 4A. RGB value is (96,28,74). Sum of RGB (Red+Green+Blue) = 96+28+74=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #601C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C4A is #9FE3B5. Grayscale: #353535. Windows color (decimal): -10478518 or 4856928. OLE color: 4856928.
HSL color Cylindrical-coordinate representation of color #601C4A: hue angle of 319.41º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #601C4A is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 28 | 74 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.62 |
| HSL | 319.41º | 0.55% | 0.24% | - |
| HSV(B) | 319.41º | 0.71% | 0.38% | - |
| XYZ | 6.48 | 3.81 | 6.87 | - |
| YUV | 53.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 74 | 0 | 0.71 | 0.23 | 0.62 | 319.41 | 0.55 | 0.24 |
| Hex | 60 | 1C | 4A | 0 | 47 | 17 | 3E | 13F | 37 | 18 |
| Octal | 140 | 34 | 112 | 0 | 107 | 27 | 76 | 477 | 67 | 30 |
| Binary | 1100000 | 11100 | 1001010 | 0 | 1000111 | 10111 | 111110 | 100111111 | 110111 | 11000 |
Color Harmonies of #601C4A
Complementary color
Monochromatic Colors of #601C4A
Black with #601C4A
Text Example
Text Example
White with #601C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C4A; }
p { color: rgb(96,28,74); }
H1.HeaderClassName
{
color: #601C4A;
}
.AnyTagClassName
{
color: #601C4A;
}
</style>
background-color css
<style>
a { background-color: #601C4A; }
a { background-color: rgb(96,28,74); }
div.DivClassName
{
background-color: #601C4A;
}
.BgClassName
{
background-color: #601C4A;
}
</style>
border-color css
<style>
span { border-color: #601C4A; }
span { border-color: rgb(96,28,74); }
td.TdClassName
{
border-color: #601C4A;
}
.TagClassName
{
border-color: #601C4A;
}
</style>