Shades of Pompadour #62153E
Tints of Pompadour #62153E
RGB
CMYK
RGB Variations
Color information
#62153E (or 0x62153E) is known color: Pompadour. HEX triplet: 62, 15 and 3E. RGB value is (98,21,62). Sum of RGB (Red+Green+Blue) = 98+21+62=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #62153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62153E is #9DEAC1. Grayscale: #303030. Windows color (decimal): -10349250 or 4068706. OLE color: 4068706.
HSL color Cylindrical-coordinate representation of color #62153E: hue angle of 328.05º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62153E is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 21 | 62 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.62 |
| HSL | 328.05º | 0.65% | 0.23% | - |
| HSV(B) | 328.05º | 0.79% | 0.38% | - |
| XYZ | 6.17 | 3.48 | 4.9 | - |
| YUV | 48.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 62 | 0 | 0.79 | 0.37 | 0.62 | 328.05 | 0.65 | 0.23 |
| Hex | 62 | 15 | 3E | 0 | 4F | 25 | 3E | 148 | 41 | 17 |
| Octal | 142 | 25 | 76 | 0 | 117 | 45 | 76 | 510 | 101 | 27 |
| Binary | 1100010 | 10101 | 111110 | 0 | 1001111 | 100101 | 111110 | 101001000 | 1000001 | 10111 |
Color Harmonies of #62153E
Complementary color
Monochromatic Colors of #62153E
Black with #62153E
Text Example
Text Example
White with #62153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62153E; }
p { color: rgb(98,21,62); }
H1.HeaderClassName
{
color: #62153E;
}
.AnyTagClassName
{
color: #62153E;
}
</style>
background-color css
<style>
a { background-color: #62153E; }
a { background-color: rgb(98,21,62); }
div.DivClassName
{
background-color: #62153E;
}
.BgClassName
{
background-color: #62153E;
}
</style>
border-color css
<style>
span { border-color: #62153E; }
span { border-color: rgb(98,21,62); }
td.TdClassName
{
border-color: #62153E;
}
.TagClassName
{
border-color: #62153E;
}
</style>