Shades of Pompadour #652143
Tints of Pompadour #652143
RGB
CMYK
RGB Variations
Color information
#652143 (or 0x652143) is known color: Pompadour. HEX triplet: 65, 21 and 43. RGB value is (101,33,67). Sum of RGB (Red+Green+Blue) = 101+33+67=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #652143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652143 is #9ADEBC. Grayscale: #393939. Windows color (decimal): -10149565 or 4399461. OLE color: 4399461.
HSL color Cylindrical-coordinate representation of color #652143: hue angle of 330º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652143 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 67 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.60 |
| HSL | 330º | 0.51% | 0.26% | - |
| HSV(B) | 330º | 0.67% | 0.4% | - |
| XYZ | 6.92 | 4.26 | 5.77 | - |
| YUV | 57.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 67 | 0 | 0.67 | 0.34 | 0.60 | 330 | 0.51 | 0.26 |
| Hex | 65 | 21 | 43 | 0 | 43 | 22 | 3C | 14A | 33 | 1A |
| Octal | 145 | 41 | 103 | 0 | 103 | 42 | 74 | 512 | 63 | 32 |
| Binary | 1100101 | 100001 | 1000011 | 0 | 1000011 | 100010 | 111100 | 101001010 | 110011 | 11010 |
Color Harmonies of #652143
Complementary color
Monochromatic Colors of #652143
Black with #652143
Text Example
Text Example
White with #652143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652143; }
p { color: rgb(101,33,67); }
H1.HeaderClassName
{
color: #652143;
}
.AnyTagClassName
{
color: #652143;
}
</style>
background-color css
<style>
a { background-color: #652143; }
a { background-color: rgb(101,33,67); }
div.DivClassName
{
background-color: #652143;
}
.BgClassName
{
background-color: #652143;
}
</style>
border-color css
<style>
span { border-color: #652143; }
span { border-color: rgb(101,33,67); }
td.TdClassName
{
border-color: #652143;
}
.TagClassName
{
border-color: #652143;
}
</style>