Shades of Pompadour #62284D
Tints of Pompadour #62284D
RGB
CMYK
RGB Variations
Color information
#62284D (or 0x62284D) is known color: Pompadour. HEX triplet: 62, 28 and 4D. RGB value is (98,40,77). Sum of RGB (Red+Green+Blue) = 98+40+77=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #62284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62284D is #9DD7B2. Grayscale: #3D3D3D. Windows color (decimal): -10344371 or 5056610. OLE color: 5056610.
HSL color Cylindrical-coordinate representation of color #62284D: hue angle of 321.72º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62284D is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 40 | 77 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.62 |
| HSL | 321.72º | 0.42% | 0.27% | - |
| HSV(B) | 321.72º | 0.59% | 0.38% | - |
| XYZ | 7.14 | 4.65 | 7.54 | - |
| YUV | 61.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 77 | 0 | 0.59 | 0.21 | 0.62 | 321.72 | 0.42 | 0.27 |
| Hex | 62 | 28 | 4D | 0 | 3B | 15 | 3E | 142 | 2A | 1B |
| Octal | 142 | 50 | 115 | 0 | 73 | 25 | 76 | 502 | 52 | 33 |
| Binary | 1100010 | 101000 | 1001101 | 0 | 111011 | 10101 | 111110 | 101000010 | 101010 | 11011 |
Color Harmonies of #62284D
Complementary color
Monochromatic Colors of #62284D
Black with #62284D
Text Example
Text Example
White with #62284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62284D; }
p { color: rgb(98,40,77); }
H1.HeaderClassName
{
color: #62284D;
}
.AnyTagClassName
{
color: #62284D;
}
</style>
background-color css
<style>
a { background-color: #62284D; }
a { background-color: rgb(98,40,77); }
div.DivClassName
{
background-color: #62284D;
}
.BgClassName
{
background-color: #62284D;
}
</style>
border-color css
<style>
span { border-color: #62284D; }
span { border-color: rgb(98,40,77); }
td.TdClassName
{
border-color: #62284D;
}
.TagClassName
{
border-color: #62284D;
}
</style>