Shades of Pompadour #602E4B
Tints of Pompadour #602E4B
RGB
CMYK
RGB Variations
Color information
#602E4B (or 0x602E4B) is known color: Pompadour. HEX triplet: 60, 2E and 4B. RGB value is (96,46,75). Sum of RGB (Red+Green+Blue) = 96+46+75=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #602E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E4B is #9FD1B4. Grayscale: #404040. Windows color (decimal): -10473909 or 4927072. OLE color: 4927072.
HSL color Cylindrical-coordinate representation of color #602E4B: hue angle of 325.2º 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 #602E4B is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 75 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.62 |
| HSL | 325.2º | 0.35% | 0.28% | - |
| HSV(B) | 325.2º | 0.52% | 0.38% | - |
| XYZ | 7.07 | 4.95 | 7.24 | - |
| YUV | 64.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 75 | 0 | 0.52 | 0.22 | 0.62 | 325.2 | 0.35 | 0.28 |
| Hex | 60 | 2E | 4B | 0 | 34 | 16 | 3E | 145 | 23 | 1C |
| Octal | 140 | 56 | 113 | 0 | 64 | 26 | 76 | 505 | 43 | 34 |
| Binary | 1100000 | 101110 | 1001011 | 0 | 110100 | 10110 | 111110 | 101000101 | 100011 | 11100 |
Color Harmonies of #602E4B
Complementary color
Monochromatic Colors of #602E4B
Black with #602E4B
Text Example
Text Example
White with #602E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E4B; }
p { color: rgb(96,46,75); }
H1.HeaderClassName
{
color: #602E4B;
}
.AnyTagClassName
{
color: #602E4B;
}
</style>
background-color css
<style>
a { background-color: #602E4B; }
a { background-color: rgb(96,46,75); }
div.DivClassName
{
background-color: #602E4B;
}
.BgClassName
{
background-color: #602E4B;
}
</style>
border-color css
<style>
span { border-color: #602E4B; }
span { border-color: rgb(96,46,75); }
td.TdClassName
{
border-color: #602E4B;
}
.TagClassName
{
border-color: #602E4B;
}
</style>