Shades of Pompadour #602B47
Tints of Pompadour #602B47
RGB
CMYK
RGB Variations
Color information
#602B47 (or 0x602B47) is known color: Pompadour. HEX triplet: 60, 2B and 47. RGB value is (96,43,71). Sum of RGB (Red+Green+Blue) = 96+43+71=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #602B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B47 is #9FD4B8. Grayscale: #3D3D3D. Windows color (decimal): -10474681 or 4664160. OLE color: 4664160.
HSL color Cylindrical-coordinate representation of color #602B47: hue angle of 328.3º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #602B47 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 71 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.62 |
| HSL | 328.3º | 0.38% | 0.27% | - |
| HSV(B) | 328.3º | 0.55% | 0.38% | - |
| XYZ | 6.83 | 4.67 | 6.5 | - |
| YUV | 62.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 71 | 0 | 0.55 | 0.26 | 0.62 | 328.3 | 0.38 | 0.27 |
| Hex | 60 | 2B | 47 | 0 | 37 | 1A | 3E | 148 | 26 | 1B |
| Octal | 140 | 53 | 107 | 0 | 67 | 32 | 76 | 510 | 46 | 33 |
| Binary | 1100000 | 101011 | 1000111 | 0 | 110111 | 11010 | 111110 | 101001000 | 100110 | 11011 |
Color Harmonies of #602B47
Complementary color
Monochromatic Colors of #602B47
Black with #602B47
Text Example
Text Example
White with #602B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B47; }
p { color: rgb(96,43,71); }
H1.HeaderClassName
{
color: #602B47;
}
.AnyTagClassName
{
color: #602B47;
}
</style>
background-color css
<style>
a { background-color: #602B47; }
a { background-color: rgb(96,43,71); }
div.DivClassName
{
background-color: #602B47;
}
.BgClassName
{
background-color: #602B47;
}
</style>
border-color css
<style>
span { border-color: #602B47; }
span { border-color: rgb(96,43,71); }
td.TdClassName
{
border-color: #602B47;
}
.TagClassName
{
border-color: #602B47;
}
</style>