Shades of Pompadour #602D47
Tints of Pompadour #602D47
RGB
CMYK
RGB Variations
Color information
#602D47 (or 0x602D47) is known color: Pompadour. HEX triplet: 60, 2D and 47. RGB value is (96,45,71). Sum of RGB (Red+Green+Blue) = 96+45+71=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #602D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D47 is #9FD2B8. Grayscale: #3F3F3F. Windows color (decimal): -10474169 or 4664672. OLE color: 4664672.
HSL color Cylindrical-coordinate representation of color #602D47: hue angle of 329.41º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D47 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 71 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.62 |
| HSL | 329.41º | 0.36% | 0.28% | - |
| HSV(B) | 329.41º | 0.53% | 0.38% | - |
| XYZ | 6.9 | 4.82 | 6.53 | - |
| YUV | 63.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 71 | 0 | 0.53 | 0.26 | 0.62 | 329.41 | 0.36 | 0.28 |
| Hex | 60 | 2D | 47 | 0 | 35 | 1A | 3E | 149 | 24 | 1C |
| Octal | 140 | 55 | 107 | 0 | 65 | 32 | 76 | 511 | 44 | 34 |
| Binary | 1100000 | 101101 | 1000111 | 0 | 110101 | 11010 | 111110 | 101001001 | 100100 | 11100 |
Color Harmonies of #602D47
Complementary color
Monochromatic Colors of #602D47
Black with #602D47
Text Example
Text Example
White with #602D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D47; }
p { color: rgb(96,45,71); }
H1.HeaderClassName
{
color: #602D47;
}
.AnyTagClassName
{
color: #602D47;
}
</style>
background-color css
<style>
a { background-color: #602D47; }
a { background-color: rgb(96,45,71); }
div.DivClassName
{
background-color: #602D47;
}
.BgClassName
{
background-color: #602D47;
}
</style>
border-color css
<style>
span { border-color: #602D47; }
span { border-color: rgb(96,45,71); }
td.TdClassName
{
border-color: #602D47;
}
.TagClassName
{
border-color: #602D47;
}
</style>