Shades of Pompadour #651942
Tints of Pompadour #651942
RGB
CMYK
RGB Variations
Color information
#651942 (or 0x651942) is known color: Pompadour. HEX triplet: 65, 19 and 42. RGB value is (101,25,66). Sum of RGB (Red+Green+Blue) = 101+25+66=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #651942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651942 is #9AE6BD. Grayscale: #343434. Windows color (decimal): -10151614 or 4331877. OLE color: 4331877.
HSL color Cylindrical-coordinate representation of color #651942: hue angle of 327.63º 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 #651942 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 25 | 66 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.60 |
| HSL | 327.63º | 0.6% | 0.25% | - |
| HSV(B) | 327.63º | 0.75% | 0.4% | - |
| XYZ | 6.7 | 3.86 | 5.55 | - |
| YUV | 52.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 66 | 0 | 0.75 | 0.35 | 0.60 | 327.63 | 0.6 | 0.25 |
| Hex | 65 | 19 | 42 | 0 | 4B | 23 | 3C | 148 | 3C | 19 |
| Octal | 145 | 31 | 102 | 0 | 113 | 43 | 74 | 510 | 74 | 31 |
| Binary | 1100101 | 11001 | 1000010 | 0 | 1001011 | 100011 | 111100 | 101001000 | 111100 | 11001 |
Color Harmonies of #651942
Complementary color
Monochromatic Colors of #651942
Black with #651942
Text Example
Text Example
White with #651942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651942; }
p { color: rgb(101,25,66); }
H1.HeaderClassName
{
color: #651942;
}
.AnyTagClassName
{
color: #651942;
}
</style>
background-color css
<style>
a { background-color: #651942; }
a { background-color: rgb(101,25,66); }
div.DivClassName
{
background-color: #651942;
}
.BgClassName
{
background-color: #651942;
}
</style>
border-color css
<style>
span { border-color: #651942; }
span { border-color: rgb(101,25,66); }
td.TdClassName
{
border-color: #651942;
}
.TagClassName
{
border-color: #651942;
}
</style>