Shades of Pompadour #651943
Tints of Pompadour #651943
RGB
CMYK
RGB Variations
Color information
#651943 (or 0x651943) is known color: Pompadour. HEX triplet: 65, 19 and 43. RGB value is (101,25,67). Sum of RGB (Red+Green+Blue) = 101+25+67=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #651943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651943 is #9AE6BC. Grayscale: #343434. Windows color (decimal): -10151613 or 4397413. OLE color: 4397413.
HSL color Cylindrical-coordinate representation of color #651943: hue angle of 326.84º 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 #651943 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 25 | 67 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.60 |
| HSL | 326.84º | 0.6% | 0.25% | - |
| HSV(B) | 326.84º | 0.75% | 0.4% | - |
| XYZ | 6.73 | 3.87 | 5.7 | - |
| YUV | 52.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 67 | 0 | 0.75 | 0.34 | 0.60 | 326.84 | 0.6 | 0.25 |
| Hex | 65 | 19 | 43 | 0 | 4B | 22 | 3C | 147 | 3C | 19 |
| Octal | 145 | 31 | 103 | 0 | 113 | 42 | 74 | 507 | 74 | 31 |
| Binary | 1100101 | 11001 | 1000011 | 0 | 1001011 | 100010 | 111100 | 101000111 | 111100 | 11001 |
Color Harmonies of #651943
Complementary color
Monochromatic Colors of #651943
Black with #651943
Text Example
Text Example
White with #651943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651943; }
p { color: rgb(101,25,67); }
H1.HeaderClassName
{
color: #651943;
}
.AnyTagClassName
{
color: #651943;
}
</style>
background-color css
<style>
a { background-color: #651943; }
a { background-color: rgb(101,25,67); }
div.DivClassName
{
background-color: #651943;
}
.BgClassName
{
background-color: #651943;
}
</style>
border-color css
<style>
span { border-color: #651943; }
span { border-color: rgb(101,25,67); }
td.TdClassName
{
border-color: #651943;
}
.TagClassName
{
border-color: #651943;
}
</style>