Shades of Pompadour #652843
Tints of Pompadour #652843
RGB
CMYK
RGB Variations
Color information
#652843 (or 0x652843) is known color: Pompadour. HEX triplet: 65, 28 and 43. RGB value is (101,40,67). Sum of RGB (Red+Green+Blue) = 101+40+67=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #652843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652843 is #9AD7BC. Grayscale: #3D3D3D. Windows color (decimal): -10147773 or 4401253. OLE color: 4401253.
HSL color Cylindrical-coordinate representation of color #652843: hue angle of 333.44º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #652843 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 67 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.60 |
| HSL | 333.44º | 0.43% | 0.28% | - |
| HSV(B) | 333.44º | 0.6% | 0.4% | - |
| XYZ | 7.14 | 4.69 | 5.84 | - |
| YUV | 61.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 67 | 0 | 0.60 | 0.34 | 0.60 | 333.44 | 0.43 | 0.28 |
| Hex | 65 | 28 | 43 | 0 | 3C | 22 | 3C | 14D | 2B | 1C |
| Octal | 145 | 50 | 103 | 0 | 74 | 42 | 74 | 515 | 53 | 34 |
| Binary | 1100101 | 101000 | 1000011 | 0 | 111100 | 100010 | 111100 | 101001101 | 101011 | 11100 |
Color Harmonies of #652843
Complementary color
Monochromatic Colors of #652843
Black with #652843
Text Example
Text Example
White with #652843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652843; }
p { color: rgb(101,40,67); }
H1.HeaderClassName
{
color: #652843;
}
.AnyTagClassName
{
color: #652843;
}
</style>
background-color css
<style>
a { background-color: #652843; }
a { background-color: rgb(101,40,67); }
div.DivClassName
{
background-color: #652843;
}
.BgClassName
{
background-color: #652843;
}
</style>
border-color css
<style>
span { border-color: #652843; }
span { border-color: rgb(101,40,67); }
td.TdClassName
{
border-color: #652843;
}
.TagClassName
{
border-color: #652843;
}
</style>