Shades of Pompadour #602A46
Tints of Pompadour #602A46
RGB
CMYK
RGB Variations
Color information
#602A46 (or 0x602A46) is known color: Pompadour. HEX triplet: 60, 2A and 46. RGB value is (96,42,70). Sum of RGB (Red+Green+Blue) = 96+42+70=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #602A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A46 is #9FD5B9. Grayscale: #3D3D3D. Windows color (decimal): -10474938 or 4598368. OLE color: 4598368.
HSL color Cylindrical-coordinate representation of color #602A46: hue angle of 328.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602A46 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 70 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.62 |
| HSL | 328.89º | 0.39% | 0.27% | - |
| HSV(B) | 328.89º | 0.56% | 0.38% | - |
| XYZ | 6.76 | 4.58 | 6.32 | - |
| YUV | 61.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 70 | 0 | 0.56 | 0.27 | 0.62 | 328.89 | 0.39 | 0.27 |
| Hex | 60 | 2A | 46 | 0 | 38 | 1B | 3E | 149 | 27 | 1B |
| Octal | 140 | 52 | 106 | 0 | 70 | 33 | 76 | 511 | 47 | 33 |
| Binary | 1100000 | 101010 | 1000110 | 0 | 111000 | 11011 | 111110 | 101001001 | 100111 | 11011 |
Color Harmonies of #602A46
Complementary color
Monochromatic Colors of #602A46
Black with #602A46
Text Example
Text Example
White with #602A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A46; }
p { color: rgb(96,42,70); }
H1.HeaderClassName
{
color: #602A46;
}
.AnyTagClassName
{
color: #602A46;
}
</style>
background-color css
<style>
a { background-color: #602A46; }
a { background-color: rgb(96,42,70); }
div.DivClassName
{
background-color: #602A46;
}
.BgClassName
{
background-color: #602A46;
}
</style>
border-color css
<style>
span { border-color: #602A46; }
span { border-color: rgb(96,42,70); }
td.TdClassName
{
border-color: #602A46;
}
.TagClassName
{
border-color: #602A46;
}
</style>