Shades of Pompadour #602E48
Tints of Pompadour #602E48
RGB
CMYK
RGB Variations
Color information
#602E48 (or 0x602E48) is known color: Pompadour. HEX triplet: 60, 2E and 48. RGB value is (96,46,72). Sum of RGB (Red+Green+Blue) = 96+46+72=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #602E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E48 is #9FD1B7. Grayscale: #3F3F3F. Windows color (decimal): -10473912 or 4730464. OLE color: 4730464.
HSL color Cylindrical-coordinate representation of color #602E48: hue angle of 328.8º 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 #602E48 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 72 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.62 |
| HSL | 328.8º | 0.35% | 0.28% | - |
| HSV(B) | 328.8º | 0.52% | 0.38% | - |
| XYZ | 6.97 | 4.91 | 6.71 | - |
| YUV | 63.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 72 | 0 | 0.52 | 0.25 | 0.62 | 328.8 | 0.35 | 0.28 |
| Hex | 60 | 2E | 48 | 0 | 34 | 19 | 3E | 149 | 23 | 1C |
| Octal | 140 | 56 | 110 | 0 | 64 | 31 | 76 | 511 | 43 | 34 |
| Binary | 1100000 | 101110 | 1001000 | 0 | 110100 | 11001 | 111110 | 101001001 | 100011 | 11100 |
Color Harmonies of #602E48
Complementary color
Monochromatic Colors of #602E48
Black with #602E48
Text Example
Text Example
White with #602E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E48; }
p { color: rgb(96,46,72); }
H1.HeaderClassName
{
color: #602E48;
}
.AnyTagClassName
{
color: #602E48;
}
</style>
background-color css
<style>
a { background-color: #602E48; }
a { background-color: rgb(96,46,72); }
div.DivClassName
{
background-color: #602E48;
}
.BgClassName
{
background-color: #602E48;
}
</style>
border-color css
<style>
span { border-color: #602E48; }
span { border-color: rgb(96,46,72); }
td.TdClassName
{
border-color: #602E48;
}
.TagClassName
{
border-color: #602E48;
}
</style>