Shades of Pompadour #601535
Tints of Pompadour #601535
RGB
CMYK
RGB Variations
Color information
#601535 (or 0x601535) is known color: Pompadour. HEX triplet: 60, 15 and 35. RGB value is (96,21,53). Sum of RGB (Red+Green+Blue) = 96+21+53=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601535 is #9FEACA. Grayscale: #2F2F2F. Windows color (decimal): -10480331 or 3478880. OLE color: 3478880.
HSL color Cylindrical-coordinate representation of color #601535: hue angle of 334.4º 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 #601535 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 21 | 53 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.62 |
| HSL | 334.4º | 0.64% | 0.23% | - |
| HSV(B) | 334.4º | 0.78% | 0.38% | - |
| XYZ | 5.73 | 3.28 | 3.7 | - |
| YUV | 47.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 53 | 0 | 0.78 | 0.45 | 0.62 | 334.4 | 0.64 | 0.23 |
| Hex | 60 | 15 | 35 | 0 | 4E | 2D | 3E | 14E | 40 | 17 |
| Octal | 140 | 25 | 65 | 0 | 116 | 55 | 76 | 516 | 100 | 27 |
| Binary | 1100000 | 10101 | 110101 | 0 | 1001110 | 101101 | 111110 | 101001110 | 1000000 | 10111 |
Color Harmonies of #601535
Complementary color
Monochromatic Colors of #601535
Black with #601535
Text Example
Text Example
White with #601535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601535; }
p { color: rgb(96,21,53); }
H1.HeaderClassName
{
color: #601535;
}
.AnyTagClassName
{
color: #601535;
}
</style>
background-color css
<style>
a { background-color: #601535; }
a { background-color: rgb(96,21,53); }
div.DivClassName
{
background-color: #601535;
}
.BgClassName
{
background-color: #601535;
}
</style>
border-color css
<style>
span { border-color: #601535; }
span { border-color: rgb(96,21,53); }
td.TdClassName
{
border-color: #601535;
}
.TagClassName
{
border-color: #601535;
}
</style>