Shades of Pompadour #602740
Tints of Pompadour #602740
RGB
CMYK
RGB Variations
Color information
#602740 (or 0x602740) is known color: Pompadour. HEX triplet: 60, 27 and 40. RGB value is (96,39,64). Sum of RGB (Red+Green+Blue) = 96+39+64=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602740 is #9FD8BF. Grayscale: #3A3A3A. Windows color (decimal): -10475712 or 4204384. OLE color: 4204384.
HSL color Cylindrical-coordinate representation of color #602740: hue angle of 333.68º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #602740 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 64 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.62 |
| HSL | 333.68º | 0.42% | 0.26% | - |
| HSV(B) | 333.68º | 0.59% | 0.38% | - |
| XYZ | 6.47 | 4.31 | 5.34 | - |
| YUV | 58.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 64 | 0 | 0.59 | 0.33 | 0.62 | 333.68 | 0.42 | 0.26 |
| Hex | 60 | 27 | 40 | 0 | 3B | 21 | 3E | 14E | 2A | 1A |
| Octal | 140 | 47 | 100 | 0 | 73 | 41 | 76 | 516 | 52 | 32 |
| Binary | 1100000 | 100111 | 1000000 | 0 | 111011 | 100001 | 111110 | 101001110 | 101010 | 11010 |
Color Harmonies of #602740
Complementary color
Monochromatic Colors of #602740
Black with #602740
Text Example
Text Example
White with #602740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602740; }
p { color: rgb(96,39,64); }
H1.HeaderClassName
{
color: #602740;
}
.AnyTagClassName
{
color: #602740;
}
</style>
background-color css
<style>
a { background-color: #602740; }
a { background-color: rgb(96,39,64); }
div.DivClassName
{
background-color: #602740;
}
.BgClassName
{
background-color: #602740;
}
</style>
border-color css
<style>
span { border-color: #602740; }
span { border-color: rgb(96,39,64); }
td.TdClassName
{
border-color: #602740;
}
.TagClassName
{
border-color: #602740;
}
</style>