Shades of Pompadour #6D1851
Tints of Pompadour #6D1851
RGB
CMYK
RGB Variations
Color information
#6D1851 (or 0x6D1851) is known color: Pompadour. HEX triplet: 6D, 18 and 51. RGB value is (109,24,81). Sum of RGB (Red+Green+Blue) = 109+24+81=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1851 is #92E7AE. Grayscale: #373737. Windows color (decimal): -9627567 or 5314669. OLE color: 5314669.
HSL color Cylindrical-coordinate representation of color #6D1851: hue angle of 319.76º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D1851 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 81 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.57 |
| HSL | 319.76º | 0.64% | 0.26% | - |
| HSV(B) | 319.76º | 0.78% | 0.43% | - |
| XYZ | 8.12 | 4.5 | 8.22 | - |
| YUV | 55.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 81 | 0 | 0.78 | 0.26 | 0.57 | 319.76 | 0.64 | 0.26 |
| Hex | 6D | 18 | 51 | 0 | 4E | 1A | 39 | 140 | 40 | 1A |
| Octal | 155 | 30 | 121 | 0 | 116 | 32 | 71 | 500 | 100 | 32 |
| Binary | 1101101 | 11000 | 1010001 | 0 | 1001110 | 11010 | 111001 | 101000000 | 1000000 | 11010 |
Color Harmonies of #6D1851
Complementary color
Monochromatic Colors of #6D1851
Black with #6D1851
Text Example
Text Example
White with #6D1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1851; }
p { color: rgb(109,24,81); }
H1.HeaderClassName
{
color: #6D1851;
}
.AnyTagClassName
{
color: #6D1851;
}
</style>
background-color css
<style>
a { background-color: #6D1851; }
a { background-color: rgb(109,24,81); }
div.DivClassName
{
background-color: #6D1851;
}
.BgClassName
{
background-color: #6D1851;
}
</style>
border-color css
<style>
span { border-color: #6D1851; }
span { border-color: rgb(109,24,81); }
td.TdClassName
{
border-color: #6D1851;
}
.TagClassName
{
border-color: #6D1851;
}
</style>