Shades of Pompadour #602E4C
Tints of Pompadour #602E4C
RGB
CMYK
RGB Variations
Color information
#602E4C (or 0x602E4C) is known color: Pompadour. HEX triplet: 60, 2E and 4C. RGB value is (96,46,76). Sum of RGB (Red+Green+Blue) = 96+46+76=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E4C is #9FD1B3. Grayscale: #404040. Windows color (decimal): -10473908 or 4992608. OLE color: 4992608.
HSL color Cylindrical-coordinate representation of color #602E4C: hue angle of 324º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #602E4C is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 76 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.62 |
| HSL | 324º | 0.35% | 0.28% | - |
| HSV(B) | 324º | 0.52% | 0.38% | - |
| XYZ | 7.11 | 4.96 | 7.42 | - |
| YUV | 64.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 76 | 0 | 0.52 | 0.21 | 0.62 | 324 | 0.35 | 0.28 |
| Hex | 60 | 2E | 4C | 0 | 34 | 15 | 3E | 144 | 23 | 1C |
| Octal | 140 | 56 | 114 | 0 | 64 | 25 | 76 | 504 | 43 | 34 |
| Binary | 1100000 | 101110 | 1001100 | 0 | 110100 | 10101 | 111110 | 101000100 | 100011 | 11100 |
Color Harmonies of #602E4C
Complementary color
Monochromatic Colors of #602E4C
Black with #602E4C
Text Example
Text Example
White with #602E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E4C; }
p { color: rgb(96,46,76); }
H1.HeaderClassName
{
color: #602E4C;
}
.AnyTagClassName
{
color: #602E4C;
}
</style>
background-color css
<style>
a { background-color: #602E4C; }
a { background-color: rgb(96,46,76); }
div.DivClassName
{
background-color: #602E4C;
}
.BgClassName
{
background-color: #602E4C;
}
</style>
border-color css
<style>
span { border-color: #602E4C; }
span { border-color: rgb(96,46,76); }
td.TdClassName
{
border-color: #602E4C;
}
.TagClassName
{
border-color: #602E4C;
}
</style>