Shades of Pompadour #62204B
Tints of Pompadour #62204B
RGB
CMYK
RGB Variations
Color information
#62204B (or 0x62204B) is known color: Pompadour. HEX triplet: 62, 20 and 4B. RGB value is (98,32,75). Sum of RGB (Red+Green+Blue) = 98+32+75=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #62204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62204B is #9DDFB4. Grayscale: #383838. Windows color (decimal): -10346421 or 4923490. OLE color: 4923490.
HSL color Cylindrical-coordinate representation of color #62204B: hue angle of 320.91º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62204B is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 32 | 75 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.62 |
| HSL | 320.91º | 0.51% | 0.25% | - |
| HSV(B) | 320.91º | 0.67% | 0.38% | - |
| XYZ | 6.82 | 4.14 | 7.1 | - |
| YUV | 56.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 75 | 0 | 0.67 | 0.23 | 0.62 | 320.91 | 0.51 | 0.25 |
| Hex | 62 | 20 | 4B | 0 | 43 | 17 | 3E | 141 | 33 | 19 |
| Octal | 142 | 40 | 113 | 0 | 103 | 27 | 76 | 501 | 63 | 31 |
| Binary | 1100010 | 100000 | 1001011 | 0 | 1000011 | 10111 | 111110 | 101000001 | 110011 | 11001 |
Color Harmonies of #62204B
Complementary color
Monochromatic Colors of #62204B
Black with #62204B
Text Example
Text Example
White with #62204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62204B; }
p { color: rgb(98,32,75); }
H1.HeaderClassName
{
color: #62204B;
}
.AnyTagClassName
{
color: #62204B;
}
</style>
background-color css
<style>
a { background-color: #62204B; }
a { background-color: rgb(98,32,75); }
div.DivClassName
{
background-color: #62204B;
}
.BgClassName
{
background-color: #62204B;
}
</style>
border-color css
<style>
span { border-color: #62204B; }
span { border-color: rgb(98,32,75); }
td.TdClassName
{
border-color: #62204B;
}
.TagClassName
{
border-color: #62204B;
}
</style>