Shades of Pompadour #621B3D
Tints of Pompadour #621B3D
RGB
CMYK
RGB Variations
Color information
#621B3D (or 0x621B3D) is known color: Pompadour. HEX triplet: 62, 1B and 3D. RGB value is (98,27,61). Sum of RGB (Red+Green+Blue) = 98+27+61=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #621B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B3D is #9DE4C2. Grayscale: #343434. Windows color (decimal): -10347715 or 4004706. OLE color: 4004706.
HSL color Cylindrical-coordinate representation of color #621B3D: hue angle of 331.27º 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 #621B3D is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 61 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.62 |
| HSL | 331.27º | 0.57% | 0.25% | - |
| HSV(B) | 331.27º | 0.72% | 0.38% | - |
| XYZ | 6.27 | 3.72 | 4.8 | - |
| YUV | 52.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 61 | 0 | 0.72 | 0.38 | 0.62 | 331.27 | 0.57 | 0.25 |
| Hex | 62 | 1B | 3D | 0 | 48 | 26 | 3E | 14B | 39 | 19 |
| Octal | 142 | 33 | 75 | 0 | 110 | 46 | 76 | 513 | 71 | 31 |
| Binary | 1100010 | 11011 | 111101 | 0 | 1001000 | 100110 | 111110 | 101001011 | 111001 | 11001 |
Color Harmonies of #621B3D
Complementary color
Monochromatic Colors of #621B3D
Black with #621B3D
Text Example
Text Example
White with #621B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B3D; }
p { color: rgb(98,27,61); }
H1.HeaderClassName
{
color: #621B3D;
}
.AnyTagClassName
{
color: #621B3D;
}
</style>
background-color css
<style>
a { background-color: #621B3D; }
a { background-color: rgb(98,27,61); }
div.DivClassName
{
background-color: #621B3D;
}
.BgClassName
{
background-color: #621B3D;
}
</style>
border-color css
<style>
span { border-color: #621B3D; }
span { border-color: rgb(98,27,61); }
td.TdClassName
{
border-color: #621B3D;
}
.TagClassName
{
border-color: #621B3D;
}
</style>