Shades of Pompadour #651842
Tints of Pompadour #651842
RGB
CMYK
RGB Variations
Color information
#651842 (or 0x651842) is known color: Pompadour. HEX triplet: 65, 18 and 42. RGB value is (101,24,66). Sum of RGB (Red+Green+Blue) = 101+24+66=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #651842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651842 is #9AE7BD. Grayscale: #333333. Windows color (decimal): -10151870 or 4331621. OLE color: 4331621.
HSL color Cylindrical-coordinate representation of color #651842: hue angle of 327.27º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #651842 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 66 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.60 |
| HSL | 327.27º | 0.62% | 0.25% | - |
| HSV(B) | 327.27º | 0.76% | 0.4% | - |
| XYZ | 6.68 | 3.81 | 5.54 | - |
| YUV | 51.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 66 | 0 | 0.76 | 0.35 | 0.60 | 327.27 | 0.62 | 0.25 |
| Hex | 65 | 18 | 42 | 0 | 4C | 23 | 3C | 147 | 3E | 19 |
| Octal | 145 | 30 | 102 | 0 | 114 | 43 | 74 | 507 | 76 | 31 |
| Binary | 1100101 | 11000 | 1000010 | 0 | 1001100 | 100011 | 111100 | 101000111 | 111110 | 11001 |
Color Harmonies of #651842
Complementary color
Monochromatic Colors of #651842
Black with #651842
Text Example
Text Example
White with #651842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651842; }
p { color: rgb(101,24,66); }
H1.HeaderClassName
{
color: #651842;
}
.AnyTagClassName
{
color: #651842;
}
</style>
background-color css
<style>
a { background-color: #651842; }
a { background-color: rgb(101,24,66); }
div.DivClassName
{
background-color: #651842;
}
.BgClassName
{
background-color: #651842;
}
</style>
border-color css
<style>
span { border-color: #651842; }
span { border-color: rgb(101,24,66); }
td.TdClassName
{
border-color: #651842;
}
.TagClassName
{
border-color: #651842;
}
</style>