Shades of Pompadour #621B4B
Tints of Pompadour #621B4B
RGB
CMYK
RGB Variations
Color information
#621B4B (or 0x621B4B) is known color: Pompadour. HEX triplet: 62, 1B and 4B. RGB value is (98,27,75). Sum of RGB (Red+Green+Blue) = 98+27+75=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #621B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B4B is #9DE4B4. Grayscale: #353535. Windows color (decimal): -10347701 or 4922210. OLE color: 4922210.
HSL color Cylindrical-coordinate representation of color #621B4B: hue angle of 319.44º 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 #621B4B is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 75 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.62 |
| HSL | 319.44º | 0.57% | 0.25% | - |
| HSV(B) | 319.44º | 0.72% | 0.38% | - |
| XYZ | 6.7 | 3.89 | 7.05 | - |
| YUV | 53.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 75 | 0 | 0.72 | 0.23 | 0.62 | 319.44 | 0.57 | 0.25 |
| Hex | 62 | 1B | 4B | 0 | 48 | 17 | 3E | 13F | 39 | 19 |
| Octal | 142 | 33 | 113 | 0 | 110 | 27 | 76 | 477 | 71 | 31 |
| Binary | 1100010 | 11011 | 1001011 | 0 | 1001000 | 10111 | 111110 | 100111111 | 111001 | 11001 |
Color Harmonies of #621B4B
Complementary color
Monochromatic Colors of #621B4B
Black with #621B4B
Text Example
Text Example
White with #621B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B4B; }
p { color: rgb(98,27,75); }
H1.HeaderClassName
{
color: #621B4B;
}
.AnyTagClassName
{
color: #621B4B;
}
</style>
background-color css
<style>
a { background-color: #621B4B; }
a { background-color: rgb(98,27,75); }
div.DivClassName
{
background-color: #621B4B;
}
.BgClassName
{
background-color: #621B4B;
}
</style>
border-color css
<style>
span { border-color: #621B4B; }
span { border-color: rgb(98,27,75); }
td.TdClassName
{
border-color: #621B4B;
}
.TagClassName
{
border-color: #621B4B;
}
</style>