Shades of Pompadour #621B3C
Tints of Pompadour #621B3C
RGB
CMYK
RGB Variations
Color information
#621B3C (or 0x621B3C) is known color: Pompadour. HEX triplet: 62, 1B and 3C. RGB value is (98,27,60). Sum of RGB (Red+Green+Blue) = 98+27+60=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B3C is #9DE4C3. Grayscale: #333333. Windows color (decimal): -10347716 or 3939170. OLE color: 3939170.
HSL color Cylindrical-coordinate representation of color #621B3C: hue angle of 332.11º 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 #621B3C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 60 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.62 |
| HSL | 332.11º | 0.57% | 0.25% | - |
| HSV(B) | 332.11º | 0.72% | 0.38% | - |
| XYZ | 6.24 | 3.71 | 4.66 | - |
| YUV | 51.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 60 | 0 | 0.72 | 0.39 | 0.62 | 332.11 | 0.57 | 0.25 |
| Hex | 62 | 1B | 3C | 0 | 48 | 27 | 3E | 14C | 39 | 19 |
| Octal | 142 | 33 | 74 | 0 | 110 | 47 | 76 | 514 | 71 | 31 |
| Binary | 1100010 | 11011 | 111100 | 0 | 1001000 | 100111 | 111110 | 101001100 | 111001 | 11001 |
Color Harmonies of #621B3C
Complementary color
Monochromatic Colors of #621B3C
Black with #621B3C
Text Example
Text Example
White with #621B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B3C; }
p { color: rgb(98,27,60); }
H1.HeaderClassName
{
color: #621B3C;
}
.AnyTagClassName
{
color: #621B3C;
}
</style>
background-color css
<style>
a { background-color: #621B3C; }
a { background-color: rgb(98,27,60); }
div.DivClassName
{
background-color: #621B3C;
}
.BgClassName
{
background-color: #621B3C;
}
</style>
border-color css
<style>
span { border-color: #621B3C; }
span { border-color: rgb(98,27,60); }
td.TdClassName
{
border-color: #621B3C;
}
.TagClassName
{
border-color: #621B3C;
}
</style>