Shades of Pompadour #62244A
Tints of Pompadour #62244A
RGB
CMYK
RGB Variations
Color information
#62244A (or 0x62244A) is known color: Pompadour. HEX triplet: 62, 24 and 4A. RGB value is (98,36,74). Sum of RGB (Red+Green+Blue) = 98+36+74=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #62244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62244A is #9DDBB5. Grayscale: #3A3A3A. Windows color (decimal): -10345398 or 4858978. OLE color: 4858978.
HSL color Cylindrical-coordinate representation of color #62244A: hue angle of 323.23º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62244A is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 74 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.62 |
| HSL | 323.23º | 0.46% | 0.26% | - |
| HSV(B) | 323.23º | 0.63% | 0.38% | - |
| XYZ | 6.9 | 4.35 | 6.95 | - |
| YUV | 58.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 74 | 0 | 0.63 | 0.24 | 0.62 | 323.23 | 0.46 | 0.26 |
| Hex | 62 | 24 | 4A | 0 | 3F | 18 | 3E | 143 | 2E | 1A |
| Octal | 142 | 44 | 112 | 0 | 77 | 30 | 76 | 503 | 56 | 32 |
| Binary | 1100010 | 100100 | 1001010 | 0 | 111111 | 11000 | 111110 | 101000011 | 101110 | 11010 |
Color Harmonies of #62244A
Complementary color
Monochromatic Colors of #62244A
Black with #62244A
Text Example
Text Example
White with #62244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62244A; }
p { color: rgb(98,36,74); }
H1.HeaderClassName
{
color: #62244A;
}
.AnyTagClassName
{
color: #62244A;
}
</style>
background-color css
<style>
a { background-color: #62244A; }
a { background-color: rgb(98,36,74); }
div.DivClassName
{
background-color: #62244A;
}
.BgClassName
{
background-color: #62244A;
}
</style>
border-color css
<style>
span { border-color: #62244A; }
span { border-color: rgb(98,36,74); }
td.TdClassName
{
border-color: #62244A;
}
.TagClassName
{
border-color: #62244A;
}
</style>