Shades of Pompadour #651F4D
Tints of Pompadour #651F4D
RGB
CMYK
RGB Variations
Color information
#651F4D (or 0x651F4D) is known color: Pompadour. HEX triplet: 65, 1F and 4D. RGB value is (101,31,77). Sum of RGB (Red+Green+Blue) = 101+31+77=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #651F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651F4D is #9AE0B2. Grayscale: #393939. Windows color (decimal): -10150067 or 5054309. OLE color: 5054309.
HSL color Cylindrical-coordinate representation of color #651F4D: hue angle of 320.57º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #651F4D is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 31 | 77 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.60 |
| HSL | 320.57º | 0.53% | 0.26% | - |
| HSV(B) | 320.57º | 0.69% | 0.4% | - |
| XYZ | 7.2 | 4.28 | 7.47 | - |
| YUV | 57.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 77 | 0 | 0.69 | 0.24 | 0.60 | 320.57 | 0.53 | 0.26 |
| Hex | 65 | 1F | 4D | 0 | 45 | 18 | 3C | 141 | 35 | 1A |
| Octal | 145 | 37 | 115 | 0 | 105 | 30 | 74 | 501 | 65 | 32 |
| Binary | 1100101 | 11111 | 1001101 | 0 | 1000101 | 11000 | 111100 | 101000001 | 110101 | 11010 |
Color Harmonies of #651F4D
Complementary color
Monochromatic Colors of #651F4D
Black with #651F4D
Text Example
Text Example
White with #651F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651F4D; }
p { color: rgb(101,31,77); }
H1.HeaderClassName
{
color: #651F4D;
}
.AnyTagClassName
{
color: #651F4D;
}
</style>
background-color css
<style>
a { background-color: #651F4D; }
a { background-color: rgb(101,31,77); }
div.DivClassName
{
background-color: #651F4D;
}
.BgClassName
{
background-color: #651F4D;
}
</style>
border-color css
<style>
span { border-color: #651F4D; }
span { border-color: rgb(101,31,77); }
td.TdClassName
{
border-color: #651F4D;
}
.TagClassName
{
border-color: #651F4D;
}
</style>