Shades of Pompadour #6D1551
Tints of Pompadour #6D1551
RGB
CMYK
RGB Variations
Color information
#6D1551 (or 0x6D1551) is known color: Pompadour. HEX triplet: 6D, 15 and 51. RGB value is (109,21,81). Sum of RGB (Red+Green+Blue) = 109+21+81=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1551 is #92EAAE. Grayscale: #363636. Windows color (decimal): -9628335 or 5313901. OLE color: 5313901.
HSL color Cylindrical-coordinate representation of color #6D1551: hue angle of 319.09º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1551 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 81 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.57 |
| HSL | 319.09º | 0.68% | 0.25% | - |
| HSV(B) | 319.09º | 0.81% | 0.43% | - |
| XYZ | 8.06 | 4.38 | 8.21 | - |
| YUV | 54.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 81 | 0 | 0.81 | 0.26 | 0.57 | 319.09 | 0.68 | 0.25 |
| Hex | 6D | 15 | 51 | 0 | 51 | 1A | 39 | 13F | 44 | 19 |
| Octal | 155 | 25 | 121 | 0 | 121 | 32 | 71 | 477 | 104 | 31 |
| Binary | 1101101 | 10101 | 1010001 | 0 | 1010001 | 11010 | 111001 | 100111111 | 1000100 | 11001 |
Color Harmonies of #6D1551
Complementary color
Monochromatic Colors of #6D1551
Black with #6D1551
Text Example
Text Example
White with #6D1551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1551; }
p { color: rgb(109,21,81); }
H1.HeaderClassName
{
color: #6D1551;
}
.AnyTagClassName
{
color: #6D1551;
}
</style>
background-color css
<style>
a { background-color: #6D1551; }
a { background-color: rgb(109,21,81); }
div.DivClassName
{
background-color: #6D1551;
}
.BgClassName
{
background-color: #6D1551;
}
</style>
border-color css
<style>
span { border-color: #6D1551; }
span { border-color: rgb(109,21,81); }
td.TdClassName
{
border-color: #6D1551;
}
.TagClassName
{
border-color: #6D1551;
}
</style>