Shades of Pompadour #651948
Tints of Pompadour #651948
RGB
CMYK
RGB Variations
Color information
#651948 (or 0x651948) is known color: Pompadour. HEX triplet: 65, 19 and 48. RGB value is (101,25,72). Sum of RGB (Red+Green+Blue) = 101+25+72=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #651948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651948 is #9AE6B7. Grayscale: #343434. Windows color (decimal): -10151608 or 4725093. OLE color: 4725093.
HSL color Cylindrical-coordinate representation of color #651948: hue angle of 322.89º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651948 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 25 | 72 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.60 |
| HSL | 322.89º | 0.6% | 0.25% | - |
| HSV(B) | 322.89º | 0.75% | 0.4% | - |
| XYZ | 6.88 | 3.93 | 6.53 | - |
| YUV | 53.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 72 | 0 | 0.75 | 0.29 | 0.60 | 322.89 | 0.6 | 0.25 |
| Hex | 65 | 19 | 48 | 0 | 4B | 1D | 3C | 143 | 3C | 19 |
| Octal | 145 | 31 | 110 | 0 | 113 | 35 | 74 | 503 | 74 | 31 |
| Binary | 1100101 | 11001 | 1001000 | 0 | 1001011 | 11101 | 111100 | 101000011 | 111100 | 11001 |
Color Harmonies of #651948
Complementary color
Monochromatic Colors of #651948
Black with #651948
Text Example
Text Example
White with #651948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651948; }
p { color: rgb(101,25,72); }
H1.HeaderClassName
{
color: #651948;
}
.AnyTagClassName
{
color: #651948;
}
</style>
background-color css
<style>
a { background-color: #651948; }
a { background-color: rgb(101,25,72); }
div.DivClassName
{
background-color: #651948;
}
.BgClassName
{
background-color: #651948;
}
</style>
border-color css
<style>
span { border-color: #651948; }
span { border-color: rgb(101,25,72); }
td.TdClassName
{
border-color: #651948;
}
.TagClassName
{
border-color: #651948;
}
</style>