Shades of Pompadour #62284F
Tints of Pompadour #62284F
RGB
CMYK
RGB Variations
Color information
#62284F (or 0x62284F) is known color: Pompadour. HEX triplet: 62, 28 and 4F. RGB value is (98,40,79). Sum of RGB (Red+Green+Blue) = 98+40+79=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #62284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62284F is #9DD7B0. Grayscale: #3D3D3D. Windows color (decimal): -10344369 or 5187682. OLE color: 5187682.
HSL color Cylindrical-coordinate representation of color #62284F: hue angle of 319.66º 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 #62284F is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 40 | 79 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.62 |
| HSL | 319.66º | 0.42% | 0.27% | - |
| HSV(B) | 319.66º | 0.59% | 0.38% | - |
| XYZ | 7.21 | 4.68 | 7.92 | - |
| YUV | 61.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 79 | 0 | 0.59 | 0.19 | 0.62 | 319.66 | 0.42 | 0.27 |
| Hex | 62 | 28 | 4F | 0 | 3B | 13 | 3E | 140 | 2A | 1B |
| Octal | 142 | 50 | 117 | 0 | 73 | 23 | 76 | 500 | 52 | 33 |
| Binary | 1100010 | 101000 | 1001111 | 0 | 111011 | 10011 | 111110 | 101000000 | 101010 | 11011 |
Color Harmonies of #62284F
Complementary color
Monochromatic Colors of #62284F
Black with #62284F
Text Example
Text Example
White with #62284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62284F; }
p { color: rgb(98,40,79); }
H1.HeaderClassName
{
color: #62284F;
}
.AnyTagClassName
{
color: #62284F;
}
</style>
background-color css
<style>
a { background-color: #62284F; }
a { background-color: rgb(98,40,79); }
div.DivClassName
{
background-color: #62284F;
}
.BgClassName
{
background-color: #62284F;
}
</style>
border-color css
<style>
span { border-color: #62284F; }
span { border-color: rgb(98,40,79); }
td.TdClassName
{
border-color: #62284F;
}
.TagClassName
{
border-color: #62284F;
}
</style>