Shades of Pompadour #601842
Tints of Pompadour #601842
RGB
CMYK
RGB Variations
Color information
#601842 (or 0x601842) is known color: Pompadour. HEX triplet: 60, 18 and 42. RGB value is (96,24,66). Sum of RGB (Red+Green+Blue) = 96+24+66=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #601842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601842 is #9FE7BD. Grayscale: #323232. Windows color (decimal): -10479550 or 4331616. OLE color: 4331616.
HSL color Cylindrical-coordinate representation of color #601842: hue angle of 325º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601842 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 24 | 66 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.62 |
| HSL | 325º | 0.6% | 0.24% | - |
| HSV(B) | 325º | 0.75% | 0.38% | - |
| XYZ | 6.13 | 3.53 | 5.51 | - |
| YUV | 50.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 66 | 0 | 0.75 | 0.31 | 0.62 | 325 | 0.6 | 0.24 |
| Hex | 60 | 18 | 42 | 0 | 4B | 1F | 3E | 145 | 3C | 18 |
| Octal | 140 | 30 | 102 | 0 | 113 | 37 | 76 | 505 | 74 | 30 |
| Binary | 1100000 | 11000 | 1000010 | 0 | 1001011 | 11111 | 111110 | 101000101 | 111100 | 11000 |
Color Harmonies of #601842
Complementary color
Monochromatic Colors of #601842
Black with #601842
Text Example
Text Example
White with #601842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601842; }
p { color: rgb(96,24,66); }
H1.HeaderClassName
{
color: #601842;
}
.AnyTagClassName
{
color: #601842;
}
</style>
background-color css
<style>
a { background-color: #601842; }
a { background-color: rgb(96,24,66); }
div.DivClassName
{
background-color: #601842;
}
.BgClassName
{
background-color: #601842;
}
</style>
border-color css
<style>
span { border-color: #601842; }
span { border-color: rgb(96,24,66); }
td.TdClassName
{
border-color: #601842;
}
.TagClassName
{
border-color: #601842;
}
</style>