Shades of Pompadour #62274D
Tints of Pompadour #62274D
RGB
CMYK
RGB Variations
Color information
#62274D (or 0x62274D) is known color: Pompadour. HEX triplet: 62, 27 and 4D. RGB value is (98,39,77). Sum of RGB (Red+Green+Blue) = 98+39+77=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #62274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62274D is #9DD8B2. Grayscale: #3C3C3C. Windows color (decimal): -10344627 or 5056354. OLE color: 5056354.
HSL color Cylindrical-coordinate representation of color #62274D: hue angle of 321.36º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62274D is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 39 | 77 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.62 |
| HSL | 321.36º | 0.43% | 0.27% | - |
| HSV(B) | 321.36º | 0.6% | 0.38% | - |
| XYZ | 7.1 | 4.58 | 7.53 | - |
| YUV | 60.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 77 | 0 | 0.60 | 0.21 | 0.62 | 321.36 | 0.43 | 0.27 |
| Hex | 62 | 27 | 4D | 0 | 3C | 15 | 3E | 141 | 2B | 1B |
| Octal | 142 | 47 | 115 | 0 | 74 | 25 | 76 | 501 | 53 | 33 |
| Binary | 1100010 | 100111 | 1001101 | 0 | 111100 | 10101 | 111110 | 101000001 | 101011 | 11011 |
Color Harmonies of #62274D
Complementary color
Monochromatic Colors of #62274D
Black with #62274D
Text Example
Text Example
White with #62274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62274D; }
p { color: rgb(98,39,77); }
H1.HeaderClassName
{
color: #62274D;
}
.AnyTagClassName
{
color: #62274D;
}
</style>
background-color css
<style>
a { background-color: #62274D; }
a { background-color: rgb(98,39,77); }
div.DivClassName
{
background-color: #62274D;
}
.BgClassName
{
background-color: #62274D;
}
</style>
border-color css
<style>
span { border-color: #62274D; }
span { border-color: rgb(98,39,77); }
td.TdClassName
{
border-color: #62274D;
}
.TagClassName
{
border-color: #62274D;
}
</style>