Shades of Pompadour #651B4B
Tints of Pompadour #651B4B
RGB
CMYK
RGB Variations
Color information
#651B4B (or 0x651B4B) is known color: Pompadour. HEX triplet: 65, 1B and 4B. RGB value is (101,27,75). Sum of RGB (Red+Green+Blue) = 101+27+75=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #651B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B4B is #9AE4B4. Grayscale: #363636. Windows color (decimal): -10151093 or 4922213. OLE color: 4922213.
HSL color Cylindrical-coordinate representation of color #651B4B: hue angle of 321.08º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B4B is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 75 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.60 |
| HSL | 321.08º | 0.58% | 0.25% | - |
| HSV(B) | 321.08º | 0.73% | 0.4% | - |
| XYZ | 7.03 | 4.06 | 7.07 | - |
| YUV | 54.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 75 | 0 | 0.73 | 0.26 | 0.60 | 321.08 | 0.58 | 0.25 |
| Hex | 65 | 1B | 4B | 0 | 49 | 1A | 3C | 141 | 3A | 19 |
| Octal | 145 | 33 | 113 | 0 | 111 | 32 | 74 | 501 | 72 | 31 |
| Binary | 1100101 | 11011 | 1001011 | 0 | 1001001 | 11010 | 111100 | 101000001 | 111010 | 11001 |
Color Harmonies of #651B4B
Complementary color
Monochromatic Colors of #651B4B
Black with #651B4B
Text Example
Text Example
White with #651B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B4B; }
p { color: rgb(101,27,75); }
H1.HeaderClassName
{
color: #651B4B;
}
.AnyTagClassName
{
color: #651B4B;
}
</style>
background-color css
<style>
a { background-color: #651B4B; }
a { background-color: rgb(101,27,75); }
div.DivClassName
{
background-color: #651B4B;
}
.BgClassName
{
background-color: #651B4B;
}
</style>
border-color css
<style>
span { border-color: #651B4B; }
span { border-color: rgb(101,27,75); }
td.TdClassName
{
border-color: #651B4B;
}
.TagClassName
{
border-color: #651B4B;
}
</style>