Shades of Pompadour #602D4C
Tints of Pompadour #602D4C
RGB
CMYK
RGB Variations
Color information
#602D4C (or 0x602D4C) is known color: Pompadour. HEX triplet: 60, 2D and 4C. RGB value is (96,45,76). Sum of RGB (Red+Green+Blue) = 96+45+76=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #602D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D4C is #9FD2B3. Grayscale: #3F3F3F. Windows color (decimal): -10474164 or 4992352. OLE color: 4992352.
HSL color Cylindrical-coordinate representation of color #602D4C: hue angle of 323.53º 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 #602D4C is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 76 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.62 |
| HSL | 323.53º | 0.36% | 0.28% | - |
| HSV(B) | 323.53º | 0.53% | 0.38% | - |
| XYZ | 7.07 | 4.89 | 7.41 | - |
| YUV | 63.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 76 | 0 | 0.53 | 0.21 | 0.62 | 323.53 | 0.36 | 0.28 |
| Hex | 60 | 2D | 4C | 0 | 35 | 15 | 3E | 144 | 24 | 1C |
| Octal | 140 | 55 | 114 | 0 | 65 | 25 | 76 | 504 | 44 | 34 |
| Binary | 1100000 | 101101 | 1001100 | 0 | 110101 | 10101 | 111110 | 101000100 | 100100 | 11100 |
Color Harmonies of #602D4C
Complementary color
Monochromatic Colors of #602D4C
Black with #602D4C
Text Example
Text Example
White with #602D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D4C; }
p { color: rgb(96,45,76); }
H1.HeaderClassName
{
color: #602D4C;
}
.AnyTagClassName
{
color: #602D4C;
}
</style>
background-color css
<style>
a { background-color: #602D4C; }
a { background-color: rgb(96,45,76); }
div.DivClassName
{
background-color: #602D4C;
}
.BgClassName
{
background-color: #602D4C;
}
</style>
border-color css
<style>
span { border-color: #602D4C; }
span { border-color: rgb(96,45,76); }
td.TdClassName
{
border-color: #602D4C;
}
.TagClassName
{
border-color: #602D4C;
}
</style>