Shades of Pompadour #602D4A
Tints of Pompadour #602D4A
RGB
CMYK
RGB Variations
Color information
#602D4A (or 0x602D4A) is known color: Pompadour. HEX triplet: 60, 2D and 4A. RGB value is (96,45,74). Sum of RGB (Red+Green+Blue) = 96+45+74=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #602D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D4A is #9FD2B5. Grayscale: #3F3F3F. Windows color (decimal): -10474166 or 4861280. OLE color: 4861280.
HSL color Cylindrical-coordinate representation of color #602D4A: hue angle of 325.88º 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 #602D4A is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 74 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.62 |
| HSL | 325.88º | 0.36% | 0.28% | - |
| HSV(B) | 325.88º | 0.53% | 0.38% | - |
| XYZ | 7 | 4.86 | 7.05 | - |
| YUV | 63.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 74 | 0 | 0.53 | 0.23 | 0.62 | 325.88 | 0.36 | 0.28 |
| Hex | 60 | 2D | 4A | 0 | 35 | 17 | 3E | 146 | 24 | 1C |
| Octal | 140 | 55 | 112 | 0 | 65 | 27 | 76 | 506 | 44 | 34 |
| Binary | 1100000 | 101101 | 1001010 | 0 | 110101 | 10111 | 111110 | 101000110 | 100100 | 11100 |
Color Harmonies of #602D4A
Complementary color
Monochromatic Colors of #602D4A
Black with #602D4A
Text Example
Text Example
White with #602D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D4A; }
p { color: rgb(96,45,74); }
H1.HeaderClassName
{
color: #602D4A;
}
.AnyTagClassName
{
color: #602D4A;
}
</style>
background-color css
<style>
a { background-color: #602D4A; }
a { background-color: rgb(96,45,74); }
div.DivClassName
{
background-color: #602D4A;
}
.BgClassName
{
background-color: #602D4A;
}
</style>
border-color css
<style>
span { border-color: #602D4A; }
span { border-color: rgb(96,45,74); }
td.TdClassName
{
border-color: #602D4A;
}
.TagClassName
{
border-color: #602D4A;
}
</style>