Shades of Pompadour #621B39
Tints of Pompadour #621B39
RGB
CMYK
RGB Variations
Color information
#621B39 (or 0x621B39) is known color: Pompadour. HEX triplet: 62, 1B and 39. RGB value is (98,27,57). Sum of RGB (Red+Green+Blue) = 98+27+57=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #621B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B39 is #9DE4C6. Grayscale: #333333. Windows color (decimal): -10347719 or 3742562. OLE color: 3742562.
HSL color Cylindrical-coordinate representation of color #621B39: hue angle of 334.65º 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 #621B39 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 57 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.62 |
| HSL | 334.65º | 0.57% | 0.25% | - |
| HSV(B) | 334.65º | 0.72% | 0.38% | - |
| XYZ | 6.17 | 3.68 | 4.26 | - |
| YUV | 51.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 57 | 0 | 0.72 | 0.42 | 0.62 | 334.65 | 0.57 | 0.25 |
| Hex | 62 | 1B | 39 | 0 | 48 | 2A | 3E | 14F | 39 | 19 |
| Octal | 142 | 33 | 71 | 0 | 110 | 52 | 76 | 517 | 71 | 31 |
| Binary | 1100010 | 11011 | 111001 | 0 | 1001000 | 101010 | 111110 | 101001111 | 111001 | 11001 |
Color Harmonies of #621B39
Complementary color
Monochromatic Colors of #621B39
Black with #621B39
Text Example
Text Example
White with #621B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B39; }
p { color: rgb(98,27,57); }
H1.HeaderClassName
{
color: #621B39;
}
.AnyTagClassName
{
color: #621B39;
}
</style>
background-color css
<style>
a { background-color: #621B39; }
a { background-color: rgb(98,27,57); }
div.DivClassName
{
background-color: #621B39;
}
.BgClassName
{
background-color: #621B39;
}
</style>
border-color css
<style>
span { border-color: #621B39; }
span { border-color: rgb(98,27,57); }
td.TdClassName
{
border-color: #621B39;
}
.TagClassName
{
border-color: #621B39;
}
</style>