Shades of Pompadour #602946
Tints of Pompadour #602946
RGB
CMYK
RGB Variations
Color information
#602946 (or 0x602946) is known color: Pompadour. HEX triplet: 60, 29 and 46. RGB value is (96,41,70). Sum of RGB (Red+Green+Blue) = 96+41+70=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #602946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602946 is #9FD6B9. Grayscale: #3C3C3C. Windows color (decimal): -10475194 or 4598112. OLE color: 4598112.
HSL color Cylindrical-coordinate representation of color #602946: hue angle of 328.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #602946 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 70 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.62 |
| HSL | 328.36º | 0.4% | 0.27% | - |
| HSV(B) | 328.36º | 0.57% | 0.38% | - |
| XYZ | 6.72 | 4.51 | 6.31 | - |
| YUV | 60.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 70 | 0 | 0.57 | 0.27 | 0.62 | 328.36 | 0.4 | 0.27 |
| Hex | 60 | 29 | 46 | 0 | 39 | 1B | 3E | 148 | 28 | 1B |
| Octal | 140 | 51 | 106 | 0 | 71 | 33 | 76 | 510 | 50 | 33 |
| Binary | 1100000 | 101001 | 1000110 | 0 | 111001 | 11011 | 111110 | 101001000 | 101000 | 11011 |
Color Harmonies of #602946
Complementary color
Monochromatic Colors of #602946
Black with #602946
Text Example
Text Example
White with #602946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602946; }
p { color: rgb(96,41,70); }
H1.HeaderClassName
{
color: #602946;
}
.AnyTagClassName
{
color: #602946;
}
</style>
background-color css
<style>
a { background-color: #602946; }
a { background-color: rgb(96,41,70); }
div.DivClassName
{
background-color: #602946;
}
.BgClassName
{
background-color: #602946;
}
</style>
border-color css
<style>
span { border-color: #602946; }
span { border-color: rgb(96,41,70); }
td.TdClassName
{
border-color: #602946;
}
.TagClassName
{
border-color: #602946;
}
</style>