Shades of Pompadour #62153D
Tints of Pompadour #62153D
RGB
CMYK
RGB Variations
Color information
#62153D (or 0x62153D) is known color: Pompadour. HEX triplet: 62, 15 and 3D. RGB value is (98,21,61). Sum of RGB (Red+Green+Blue) = 98+21+61=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #62153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62153D is #9DEAC2. Grayscale: #303030. Windows color (decimal): -10349251 or 4003170. OLE color: 4003170.
HSL color Cylindrical-coordinate representation of color #62153D: hue angle of 328.83º 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 #62153D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 21 | 61 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.62 |
| HSL | 328.83º | 0.65% | 0.23% | - |
| HSV(B) | 328.83º | 0.79% | 0.38% | - |
| XYZ | 6.15 | 3.47 | 4.76 | - |
| YUV | 48.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 61 | 0 | 0.79 | 0.38 | 0.62 | 328.83 | 0.65 | 0.23 |
| Hex | 62 | 15 | 3D | 0 | 4F | 26 | 3E | 149 | 41 | 17 |
| Octal | 142 | 25 | 75 | 0 | 117 | 46 | 76 | 511 | 101 | 27 |
| Binary | 1100010 | 10101 | 111101 | 0 | 1001111 | 100110 | 111110 | 101001001 | 1000001 | 10111 |
Color Harmonies of #62153D
Complementary color
Monochromatic Colors of #62153D
Black with #62153D
Text Example
Text Example
White with #62153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62153D; }
p { color: rgb(98,21,61); }
H1.HeaderClassName
{
color: #62153D;
}
.AnyTagClassName
{
color: #62153D;
}
</style>
background-color css
<style>
a { background-color: #62153D; }
a { background-color: rgb(98,21,61); }
div.DivClassName
{
background-color: #62153D;
}
.BgClassName
{
background-color: #62153D;
}
</style>
border-color css
<style>
span { border-color: #62153D; }
span { border-color: rgb(98,21,61); }
td.TdClassName
{
border-color: #62153D;
}
.TagClassName
{
border-color: #62153D;
}
</style>