Shades of Pompadour #651D4B
Tints of Pompadour #651D4B
RGB
CMYK
RGB Variations
Color information
#651D4B (or 0x651D4B) is known color: Pompadour. HEX triplet: 65, 1D and 4B. RGB value is (101,29,75). Sum of RGB (Red+Green+Blue) = 101+29+75=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #651D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D4B is #9AE2B4. Grayscale: #373737. Windows color (decimal): -10150581 or 4922725. OLE color: 4922725.
HSL color Cylindrical-coordinate representation of color #651D4B: hue angle of 321.67º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #651D4B is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 29 | 75 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.60 |
| HSL | 321.67º | 0.55% | 0.25% | - |
| HSV(B) | 321.67º | 0.71% | 0.4% | - |
| XYZ | 7.08 | 4.15 | 7.09 | - |
| YUV | 55.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 75 | 0 | 0.71 | 0.26 | 0.60 | 321.67 | 0.55 | 0.25 |
| Hex | 65 | 1D | 4B | 0 | 47 | 1A | 3C | 142 | 37 | 19 |
| Octal | 145 | 35 | 113 | 0 | 107 | 32 | 74 | 502 | 67 | 31 |
| Binary | 1100101 | 11101 | 1001011 | 0 | 1000111 | 11010 | 111100 | 101000010 | 110111 | 11001 |
Color Harmonies of #651D4B
Complementary color
Monochromatic Colors of #651D4B
Black with #651D4B
Text Example
Text Example
White with #651D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D4B; }
p { color: rgb(101,29,75); }
H1.HeaderClassName
{
color: #651D4B;
}
.AnyTagClassName
{
color: #651D4B;
}
</style>
background-color css
<style>
a { background-color: #651D4B; }
a { background-color: rgb(101,29,75); }
div.DivClassName
{
background-color: #651D4B;
}
.BgClassName
{
background-color: #651D4B;
}
</style>
border-color css
<style>
span { border-color: #651D4B; }
span { border-color: rgb(101,29,75); }
td.TdClassName
{
border-color: #651D4B;
}
.TagClassName
{
border-color: #651D4B;
}
</style>