Shades of Pompadour #6D1550
Tints of Pompadour #6D1550
RGB
CMYK
RGB Variations
Color information
#6D1550 (or 0x6D1550) is known color: Pompadour. HEX triplet: 6D, 15 and 50. RGB value is (109,21,80). Sum of RGB (Red+Green+Blue) = 109+21+80=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1550 is #92EAAF. Grayscale: #353535. Windows color (decimal): -9628336 or 5248365. OLE color: 5248365.
HSL color Cylindrical-coordinate representation of color #6D1550: hue angle of 319.77º 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 #6D1550 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 80 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.57 |
| HSL | 319.77º | 0.68% | 0.25% | - |
| HSV(B) | 319.77º | 0.81% | 0.43% | - |
| XYZ | 8.02 | 4.37 | 8.01 | - |
| YUV | 54.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 80 | 0 | 0.81 | 0.27 | 0.57 | 319.77 | 0.68 | 0.25 |
| Hex | 6D | 15 | 50 | 0 | 51 | 1B | 39 | 140 | 44 | 19 |
| Octal | 155 | 25 | 120 | 0 | 121 | 33 | 71 | 500 | 104 | 31 |
| Binary | 1101101 | 10101 | 1010000 | 0 | 1010001 | 11011 | 111001 | 101000000 | 1000100 | 11001 |
Color Harmonies of #6D1550
Complementary color
Monochromatic Colors of #6D1550
Black with #6D1550
Text Example
Text Example
White with #6D1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1550; }
p { color: rgb(109,21,80); }
H1.HeaderClassName
{
color: #6D1550;
}
.AnyTagClassName
{
color: #6D1550;
}
</style>
background-color css
<style>
a { background-color: #6D1550; }
a { background-color: rgb(109,21,80); }
div.DivClassName
{
background-color: #6D1550;
}
.BgClassName
{
background-color: #6D1550;
}
</style>
border-color css
<style>
span { border-color: #6D1550; }
span { border-color: rgb(109,21,80); }
td.TdClassName
{
border-color: #6D1550;
}
.TagClassName
{
border-color: #6D1550;
}
</style>