Shades of Pompadour #621B4C
Tints of Pompadour #621B4C
RGB
CMYK
RGB Variations
Color information
#621B4C (or 0x621B4C) is known color: Pompadour. HEX triplet: 62, 1B and 4C. RGB value is (98,27,76). Sum of RGB (Red+Green+Blue) = 98+27+76=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #621B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B4C is #9DE4B3. Grayscale: #353535. Windows color (decimal): -10347700 or 4987746. OLE color: 4987746.
HSL color Cylindrical-coordinate representation of color #621B4C: hue angle of 318.59º 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 #621B4C is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 76 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.62 |
| HSL | 318.59º | 0.57% | 0.25% | - |
| HSV(B) | 318.59º | 0.72% | 0.38% | - |
| XYZ | 6.73 | 3.9 | 7.24 | - |
| YUV | 53.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 76 | 0 | 0.72 | 0.22 | 0.62 | 318.59 | 0.57 | 0.25 |
| Hex | 62 | 1B | 4C | 0 | 48 | 16 | 3E | 13F | 39 | 19 |
| Octal | 142 | 33 | 114 | 0 | 110 | 26 | 76 | 477 | 71 | 31 |
| Binary | 1100010 | 11011 | 1001100 | 0 | 1001000 | 10110 | 111110 | 100111111 | 111001 | 11001 |
Color Harmonies of #621B4C
Complementary color
Monochromatic Colors of #621B4C
Black with #621B4C
Text Example
Text Example
White with #621B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B4C; }
p { color: rgb(98,27,76); }
H1.HeaderClassName
{
color: #621B4C;
}
.AnyTagClassName
{
color: #621B4C;
}
</style>
background-color css
<style>
a { background-color: #621B4C; }
a { background-color: rgb(98,27,76); }
div.DivClassName
{
background-color: #621B4C;
}
.BgClassName
{
background-color: #621B4C;
}
</style>
border-color css
<style>
span { border-color: #621B4C; }
span { border-color: rgb(98,27,76); }
td.TdClassName
{
border-color: #621B4C;
}
.TagClassName
{
border-color: #621B4C;
}
</style>