Shades of Pompadour #6D1450
Tints of Pompadour #6D1450
RGB
CMYK
RGB Variations
Color information
#6D1450 (or 0x6D1450) is known color: Pompadour. HEX triplet: 6D, 14 and 50. RGB value is (109,20,80). Sum of RGB (Red+Green+Blue) = 109+20+80=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1450 is #92EBAF. Grayscale: #353535. Windows color (decimal): -9628592 or 5248109. OLE color: 5248109.
HSL color Cylindrical-coordinate representation of color #6D1450: hue angle of 319.55º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1450 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 20 | 80 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.57 |
| HSL | 319.55º | 0.69% | 0.25% | - |
| HSV(B) | 319.55º | 0.82% | 0.43% | - |
| XYZ | 8 | 4.33 | 8 | - |
| YUV | 53.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 80 | 0 | 0.82 | 0.27 | 0.57 | 319.55 | 0.69 | 0.25 |
| Hex | 6D | 14 | 50 | 0 | 52 | 1B | 39 | 140 | 45 | 19 |
| Octal | 155 | 24 | 120 | 0 | 122 | 33 | 71 | 500 | 105 | 31 |
| Binary | 1101101 | 10100 | 1010000 | 0 | 1010010 | 11011 | 111001 | 101000000 | 1000101 | 11001 |
Color Harmonies of #6D1450
Complementary color
Monochromatic Colors of #6D1450
Black with #6D1450
Text Example
Text Example
White with #6D1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1450; }
p { color: rgb(109,20,80); }
H1.HeaderClassName
{
color: #6D1450;
}
.AnyTagClassName
{
color: #6D1450;
}
</style>
background-color css
<style>
a { background-color: #6D1450; }
a { background-color: rgb(109,20,80); }
div.DivClassName
{
background-color: #6D1450;
}
.BgClassName
{
background-color: #6D1450;
}
</style>
border-color css
<style>
span { border-color: #6D1450; }
span { border-color: rgb(109,20,80); }
td.TdClassName
{
border-color: #6D1450;
}
.TagClassName
{
border-color: #6D1450;
}
</style>