Shades of Pompadour #602D4B
Tints of Pompadour #602D4B
RGB
CMYK
RGB Variations
Color information
#602D4B (or 0x602D4B) is known color: Pompadour. HEX triplet: 60, 2D and 4B. RGB value is (96,45,75). Sum of RGB (Red+Green+Blue) = 96+45+75=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #602D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D4B is #9FD2B4. Grayscale: #3F3F3F. Windows color (decimal): -10474165 or 4926816. OLE color: 4926816.
HSL color Cylindrical-coordinate representation of color #602D4B: hue angle of 324.71º 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 #602D4B is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 75 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.62 |
| HSL | 324.71º | 0.36% | 0.28% | - |
| HSV(B) | 324.71º | 0.53% | 0.38% | - |
| XYZ | 7.03 | 4.87 | 7.23 | - |
| YUV | 63.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 75 | 0 | 0.53 | 0.22 | 0.62 | 324.71 | 0.36 | 0.28 |
| Hex | 60 | 2D | 4B | 0 | 35 | 16 | 3E | 145 | 24 | 1C |
| Octal | 140 | 55 | 113 | 0 | 65 | 26 | 76 | 505 | 44 | 34 |
| Binary | 1100000 | 101101 | 1001011 | 0 | 110101 | 10110 | 111110 | 101000101 | 100100 | 11100 |
Color Harmonies of #602D4B
Complementary color
Monochromatic Colors of #602D4B
Black with #602D4B
Text Example
Text Example
White with #602D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D4B; }
p { color: rgb(96,45,75); }
H1.HeaderClassName
{
color: #602D4B;
}
.AnyTagClassName
{
color: #602D4B;
}
</style>
background-color css
<style>
a { background-color: #602D4B; }
a { background-color: rgb(96,45,75); }
div.DivClassName
{
background-color: #602D4B;
}
.BgClassName
{
background-color: #602D4B;
}
</style>
border-color css
<style>
span { border-color: #602D4B; }
span { border-color: rgb(96,45,75); }
td.TdClassName
{
border-color: #602D4B;
}
.TagClassName
{
border-color: #602D4B;
}
</style>