Shades of Pompadour #6D2650
Tints of Pompadour #6D2650
RGB
CMYK
RGB Variations
Color information
#6D2650 (or 0x6D2650) is known color: Pompadour. HEX triplet: 6D, 26 and 50. RGB value is (109,38,80). Sum of RGB (Red+Green+Blue) = 109+38+80=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2650 is #92D9AF. Grayscale: #3F3F3F. Windows color (decimal): -9623984 or 5252717. OLE color: 5252717.
HSL color Cylindrical-coordinate representation of color #6D2650: hue angle of 324.51º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D2650 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 38 | 80 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.57 |
| HSL | 324.51º | 0.48% | 0.29% | - |
| HSV(B) | 324.51º | 0.65% | 0.43% | - |
| XYZ | 8.45 | 5.22 | 8.15 | - |
| YUV | 64.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 80 | 0 | 0.65 | 0.27 | 0.57 | 324.51 | 0.48 | 0.29 |
| Hex | 6D | 26 | 50 | 0 | 41 | 1B | 39 | 145 | 30 | 1D |
| Octal | 155 | 46 | 120 | 0 | 101 | 33 | 71 | 505 | 60 | 35 |
| Binary | 1101101 | 100110 | 1010000 | 0 | 1000001 | 11011 | 111001 | 101000101 | 110000 | 11101 |
Color Harmonies of #6D2650
Complementary color
Monochromatic Colors of #6D2650
Black with #6D2650
Text Example
Text Example
White with #6D2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2650; }
p { color: rgb(109,38,80); }
H1.HeaderClassName
{
color: #6D2650;
}
.AnyTagClassName
{
color: #6D2650;
}
</style>
background-color css
<style>
a { background-color: #6D2650; }
a { background-color: rgb(109,38,80); }
div.DivClassName
{
background-color: #6D2650;
}
.BgClassName
{
background-color: #6D2650;
}
</style>
border-color css
<style>
span { border-color: #6D2650; }
span { border-color: rgb(109,38,80); }
td.TdClassName
{
border-color: #6D2650;
}
.TagClassName
{
border-color: #6D2650;
}
</style>