Shades of Pompadour #602846
Tints of Pompadour #602846
RGB
CMYK
RGB Variations
Color information
#602846 (or 0x602846) is known color: Pompadour. HEX triplet: 60, 28 and 46. RGB value is (96,40,70). Sum of RGB (Red+Green+Blue) = 96+40+70=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #602846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602846 is #9FD7B9. Grayscale: #3C3C3C. Windows color (decimal): -10475450 or 4597856. OLE color: 4597856.
HSL color Cylindrical-coordinate representation of color #602846: hue angle of 327.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602846 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 70 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.62 |
| HSL | 327.86º | 0.41% | 0.27% | - |
| HSV(B) | 327.86º | 0.58% | 0.38% | - |
| XYZ | 6.69 | 4.45 | 6.3 | - |
| YUV | 60.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 70 | 0 | 0.58 | 0.27 | 0.62 | 327.86 | 0.41 | 0.27 |
| Hex | 60 | 28 | 46 | 0 | 3A | 1B | 3E | 148 | 29 | 1B |
| Octal | 140 | 50 | 106 | 0 | 72 | 33 | 76 | 510 | 51 | 33 |
| Binary | 1100000 | 101000 | 1000110 | 0 | 111010 | 11011 | 111110 | 101001000 | 101001 | 11011 |
Color Harmonies of #602846
Complementary color
Monochromatic Colors of #602846
Black with #602846
Text Example
Text Example
White with #602846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602846; }
p { color: rgb(96,40,70); }
H1.HeaderClassName
{
color: #602846;
}
.AnyTagClassName
{
color: #602846;
}
</style>
background-color css
<style>
a { background-color: #602846; }
a { background-color: rgb(96,40,70); }
div.DivClassName
{
background-color: #602846;
}
.BgClassName
{
background-color: #602846;
}
</style>
border-color css
<style>
span { border-color: #602846; }
span { border-color: rgb(96,40,70); }
td.TdClassName
{
border-color: #602846;
}
.TagClassName
{
border-color: #602846;
}
</style>