Shades of Pompadour #6D2151
Tints of Pompadour #6D2151
RGB
CMYK
RGB Variations
Color information
#6D2151 (or 0x6D2151) is known color: Pompadour. HEX triplet: 6D, 21 and 51. RGB value is (109,33,81). Sum of RGB (Red+Green+Blue) = 109+33+81=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2151 is #92DEAE. Grayscale: #3D3D3D. Windows color (decimal): -9625263 or 5316973. OLE color: 5316973.
HSL color Cylindrical-coordinate representation of color #6D2151: hue angle of 322.11º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2151 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 81 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.57 |
| HSL | 322.11º | 0.54% | 0.28% | - |
| HSV(B) | 322.11º | 0.7% | 0.43% | - |
| XYZ | 8.34 | 4.93 | 8.3 | - |
| YUV | 61.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 81 | 0 | 0.70 | 0.26 | 0.57 | 322.11 | 0.54 | 0.28 |
| Hex | 6D | 21 | 51 | 0 | 46 | 1A | 39 | 142 | 36 | 1C |
| Octal | 155 | 41 | 121 | 0 | 106 | 32 | 71 | 502 | 66 | 34 |
| Binary | 1101101 | 100001 | 1010001 | 0 | 1000110 | 11010 | 111001 | 101000010 | 110110 | 11100 |
Color Harmonies of #6D2151
Complementary color
Monochromatic Colors of #6D2151
Black with #6D2151
Text Example
Text Example
White with #6D2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2151; }
p { color: rgb(109,33,81); }
H1.HeaderClassName
{
color: #6D2151;
}
.AnyTagClassName
{
color: #6D2151;
}
</style>
background-color css
<style>
a { background-color: #6D2151; }
a { background-color: rgb(109,33,81); }
div.DivClassName
{
background-color: #6D2151;
}
.BgClassName
{
background-color: #6D2151;
}
</style>
border-color css
<style>
span { border-color: #6D2151; }
span { border-color: rgb(109,33,81); }
td.TdClassName
{
border-color: #6D2151;
}
.TagClassName
{
border-color: #6D2151;
}
</style>