Shades of Pompadour #62234F
Tints of Pompadour #62234F
RGB
CMYK
RGB Variations
Color information
#62234F (or 0x62234F) is known color: Pompadour. HEX triplet: 62, 23 and 4F. RGB value is (98,35,79). Sum of RGB (Red+Green+Blue) = 98+35+79=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62234F is #9DDCB0. Grayscale: #3A3A3A. Windows color (decimal): -10345649 or 5186402. OLE color: 5186402.
HSL color Cylindrical-coordinate representation of color #62234F: hue angle of 318.1º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62234F is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 35 | 79 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.62 |
| HSL | 318.1º | 0.47% | 0.26% | - |
| HSV(B) | 318.1º | 0.64% | 0.38% | - |
| XYZ | 7.05 | 4.36 | 7.87 | - |
| YUV | 58.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 79 | 0 | 0.64 | 0.19 | 0.62 | 318.1 | 0.47 | 0.26 |
| Hex | 62 | 23 | 4F | 0 | 40 | 13 | 3E | 13E | 2F | 1A |
| Octal | 142 | 43 | 117 | 0 | 100 | 23 | 76 | 476 | 57 | 32 |
| Binary | 1100010 | 100011 | 1001111 | 0 | 1000000 | 10011 | 111110 | 100111110 | 101111 | 11010 |
Color Harmonies of #62234F
Complementary color
Monochromatic Colors of #62234F
Black with #62234F
Text Example
Text Example
White with #62234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62234F; }
p { color: rgb(98,35,79); }
H1.HeaderClassName
{
color: #62234F;
}
.AnyTagClassName
{
color: #62234F;
}
</style>
background-color css
<style>
a { background-color: #62234F; }
a { background-color: rgb(98,35,79); }
div.DivClassName
{
background-color: #62234F;
}
.BgClassName
{
background-color: #62234F;
}
</style>
border-color css
<style>
span { border-color: #62234F; }
span { border-color: rgb(98,35,79); }
td.TdClassName
{
border-color: #62234F;
}
.TagClassName
{
border-color: #62234F;
}
</style>