Shades of Pompadour #651250
Tints of Pompadour #651250
RGB
CMYK
RGB Variations
Color information
#651250 (or 0x651250) is known color: Pompadour. HEX triplet: 65, 12 and 50. RGB value is (101,18,80). Sum of RGB (Red+Green+Blue) = 101+18+80=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #651250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651250 is #9AEDAF. Grayscale: #313131. Windows color (decimal): -10153392 or 5247589. OLE color: 5247589.
HSL color Cylindrical-coordinate representation of color #651250: hue angle of 315.18º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651250 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 18 | 80 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.60 |
| HSL | 315.18º | 0.7% | 0.23% | - |
| HSV(B) | 315.18º | 0.82% | 0.4% | - |
| XYZ | 7.03 | 3.78 | 7.95 | - |
| YUV | 49.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 80 | 0 | 0.82 | 0.21 | 0.60 | 315.18 | 0.7 | 0.23 |
| Hex | 65 | 12 | 50 | 0 | 52 | 15 | 3C | 13B | 46 | 17 |
| Octal | 145 | 22 | 120 | 0 | 122 | 25 | 74 | 473 | 106 | 27 |
| Binary | 1100101 | 10010 | 1010000 | 0 | 1010010 | 10101 | 111100 | 100111011 | 1000110 | 10111 |
Color Harmonies of #651250
Complementary color
Monochromatic Colors of #651250
Black with #651250
Text Example
Text Example
White with #651250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651250; }
p { color: rgb(101,18,80); }
H1.HeaderClassName
{
color: #651250;
}
.AnyTagClassName
{
color: #651250;
}
</style>
background-color css
<style>
a { background-color: #651250; }
a { background-color: rgb(101,18,80); }
div.DivClassName
{
background-color: #651250;
}
.BgClassName
{
background-color: #651250;
}
</style>
border-color css
<style>
span { border-color: #651250; }
span { border-color: rgb(101,18,80); }
td.TdClassName
{
border-color: #651250;
}
.TagClassName
{
border-color: #651250;
}
</style>