Shades of Pompadour #621B4F
Tints of Pompadour #621B4F
RGB
CMYK
RGB Variations
Color information
#621B4F (or 0x621B4F) is known color: Pompadour. HEX triplet: 62, 1B and 4F. RGB value is (98,27,79). Sum of RGB (Red+Green+Blue) = 98+27+79=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #621B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621B4F is #9DE4B0. Grayscale: #363636. Windows color (decimal): -10347697 or 5184354. OLE color: 5184354.
HSL color Cylindrical-coordinate representation of color #621B4F: hue angle of 316.06º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621B4F is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 79 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.62 |
| HSL | 316.06º | 0.57% | 0.25% | - |
| HSV(B) | 316.06º | 0.72% | 0.38% | - |
| XYZ | 6.84 | 3.95 | 7.8 | - |
| YUV | 54.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 79 | 0 | 0.72 | 0.19 | 0.62 | 316.06 | 0.57 | 0.25 |
| Hex | 62 | 1B | 4F | 0 | 48 | 13 | 3E | 13C | 39 | 19 |
| Octal | 142 | 33 | 117 | 0 | 110 | 23 | 76 | 474 | 71 | 31 |
| Binary | 1100010 | 11011 | 1001111 | 0 | 1001000 | 10011 | 111110 | 100111100 | 111001 | 11001 |
Color Harmonies of #621B4F
Complementary color
Monochromatic Colors of #621B4F
Black with #621B4F
Text Example
Text Example
White with #621B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B4F; }
p { color: rgb(98,27,79); }
H1.HeaderClassName
{
color: #621B4F;
}
.AnyTagClassName
{
color: #621B4F;
}
</style>
background-color css
<style>
a { background-color: #621B4F; }
a { background-color: rgb(98,27,79); }
div.DivClassName
{
background-color: #621B4F;
}
.BgClassName
{
background-color: #621B4F;
}
</style>
border-color css
<style>
span { border-color: #621B4F; }
span { border-color: rgb(98,27,79); }
td.TdClassName
{
border-color: #621B4F;
}
.TagClassName
{
border-color: #621B4F;
}
</style>