Shades of Pompadour #651E4F
Tints of Pompadour #651E4F
RGB
CMYK
RGB Variations
Color information
#651E4F (or 0x651E4F) is known color: Pompadour. HEX triplet: 65, 1E and 4F. RGB value is (101,30,79). Sum of RGB (Red+Green+Blue) = 101+30+79=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #651E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651E4F is #9AE1B0. Grayscale: #383838. Windows color (decimal): -10150321 or 5185125. OLE color: 5185125.
HSL color Cylindrical-coordinate representation of color #651E4F: hue angle of 318.59º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #651E4F is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 79 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.60 |
| HSL | 318.59º | 0.54% | 0.26% | - |
| HSV(B) | 318.59º | 0.7% | 0.4% | - |
| XYZ | 7.24 | 4.26 | 7.84 | - |
| YUV | 56.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 79 | 0 | 0.70 | 0.22 | 0.60 | 318.59 | 0.54 | 0.26 |
| Hex | 65 | 1E | 4F | 0 | 46 | 16 | 3C | 13F | 36 | 1A |
| Octal | 145 | 36 | 117 | 0 | 106 | 26 | 74 | 477 | 66 | 32 |
| Binary | 1100101 | 11110 | 1001111 | 0 | 1000110 | 10110 | 111100 | 100111111 | 110110 | 11010 |
Color Harmonies of #651E4F
Complementary color
Monochromatic Colors of #651E4F
Black with #651E4F
Text Example
Text Example
White with #651E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E4F; }
p { color: rgb(101,30,79); }
H1.HeaderClassName
{
color: #651E4F;
}
.AnyTagClassName
{
color: #651E4F;
}
</style>
background-color css
<style>
a { background-color: #651E4F; }
a { background-color: rgb(101,30,79); }
div.DivClassName
{
background-color: #651E4F;
}
.BgClassName
{
background-color: #651E4F;
}
</style>
border-color css
<style>
span { border-color: #651E4F; }
span { border-color: rgb(101,30,79); }
td.TdClassName
{
border-color: #651E4F;
}
.TagClassName
{
border-color: #651E4F;
}
</style>