Shades of Pompadour #621B45
Tints of Pompadour #621B45
RGB
CMYK
RGB Variations
Color information
#621B45 (or 0x621B45) is known color: Pompadour. HEX triplet: 62, 1B and 45. RGB value is (98,27,69). Sum of RGB (Red+Green+Blue) = 98+27+69=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #621B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B45 is #9DE4BA. Grayscale: #343434. Windows color (decimal): -10347707 or 4528994. OLE color: 4528994.
HSL color Cylindrical-coordinate representation of color #621B45: hue angle of 324.51º 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 #621B45 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 69 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.62 |
| HSL | 324.51º | 0.57% | 0.25% | - |
| HSV(B) | 324.51º | 0.72% | 0.38% | - |
| XYZ | 6.5 | 3.81 | 6.02 | - |
| YUV | 53.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 69 | 0 | 0.72 | 0.30 | 0.62 | 324.51 | 0.57 | 0.25 |
| Hex | 62 | 1B | 45 | 0 | 48 | 1E | 3E | 145 | 39 | 19 |
| Octal | 142 | 33 | 105 | 0 | 110 | 36 | 76 | 505 | 71 | 31 |
| Binary | 1100010 | 11011 | 1000101 | 0 | 1001000 | 11110 | 111110 | 101000101 | 111001 | 11001 |
Color Harmonies of #621B45
Complementary color
Monochromatic Colors of #621B45
Black with #621B45
Text Example
Text Example
White with #621B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B45; }
p { color: rgb(98,27,69); }
H1.HeaderClassName
{
color: #621B45;
}
.AnyTagClassName
{
color: #621B45;
}
</style>
background-color css
<style>
a { background-color: #621B45; }
a { background-color: rgb(98,27,69); }
div.DivClassName
{
background-color: #621B45;
}
.BgClassName
{
background-color: #621B45;
}
</style>
border-color css
<style>
span { border-color: #621B45; }
span { border-color: rgb(98,27,69); }
td.TdClassName
{
border-color: #621B45;
}
.TagClassName
{
border-color: #621B45;
}
</style>