Shades of Pompadour #621B40
Tints of Pompadour #621B40
RGB
CMYK
RGB Variations
Color information
#621B40 (or 0x621B40) is known color: Pompadour. HEX triplet: 62, 1B and 40. RGB value is (98,27,64). Sum of RGB (Red+Green+Blue) = 98+27+64=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #621B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B40 is #9DE4BF. Grayscale: #343434. Windows color (decimal): -10347712 or 4201314. OLE color: 4201314.
HSL color Cylindrical-coordinate representation of color #621B40: hue angle of 328.73º 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 #621B40 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 64 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.62 |
| HSL | 328.73º | 0.57% | 0.25% | - |
| HSV(B) | 328.73º | 0.72% | 0.38% | - |
| XYZ | 6.35 | 3.75 | 5.24 | - |
| YUV | 52.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 64 | 0 | 0.72 | 0.35 | 0.62 | 328.73 | 0.57 | 0.25 |
| Hex | 62 | 1B | 40 | 0 | 48 | 23 | 3E | 149 | 39 | 19 |
| Octal | 142 | 33 | 100 | 0 | 110 | 43 | 76 | 511 | 71 | 31 |
| Binary | 1100010 | 11011 | 1000000 | 0 | 1001000 | 100011 | 111110 | 101001001 | 111001 | 11001 |
Color Harmonies of #621B40
Complementary color
Monochromatic Colors of #621B40
Black with #621B40
Text Example
Text Example
White with #621B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B40; }
p { color: rgb(98,27,64); }
H1.HeaderClassName
{
color: #621B40;
}
.AnyTagClassName
{
color: #621B40;
}
</style>
background-color css
<style>
a { background-color: #621B40; }
a { background-color: rgb(98,27,64); }
div.DivClassName
{
background-color: #621B40;
}
.BgClassName
{
background-color: #621B40;
}
</style>
border-color css
<style>
span { border-color: #621B40; }
span { border-color: rgb(98,27,64); }
td.TdClassName
{
border-color: #621B40;
}
.TagClassName
{
border-color: #621B40;
}
</style>