Shades of Pompadour #6D1350
Tints of Pompadour #6D1350
RGB
CMYK
RGB Variations
Color information
#6D1350 (or 0x6D1350) is known color: Pompadour. HEX triplet: 6D, 13 and 50. RGB value is (109,19,80). Sum of RGB (Red+Green+Blue) = 109+19+80=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1350 is #92ECAF. Grayscale: #343434. Windows color (decimal): -9628848 or 5247853. OLE color: 5247853.
HSL color Cylindrical-coordinate representation of color #6D1350: hue angle of 319.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1350 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 80 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.57 |
| HSL | 319.33º | 0.7% | 0.25% | - |
| HSV(B) | 319.33º | 0.83% | 0.43% | - |
| XYZ | 7.99 | 4.3 | 8 | - |
| YUV | 52.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 80 | 0 | 0.83 | 0.27 | 0.57 | 319.33 | 0.7 | 0.25 |
| Hex | 6D | 13 | 50 | 0 | 53 | 1B | 39 | 13F | 46 | 19 |
| Octal | 155 | 23 | 120 | 0 | 123 | 33 | 71 | 477 | 106 | 31 |
| Binary | 1101101 | 10011 | 1010000 | 0 | 1010011 | 11011 | 111001 | 100111111 | 1000110 | 11001 |
Color Harmonies of #6D1350
Complementary color
Monochromatic Colors of #6D1350
Black with #6D1350
Text Example
Text Example
White with #6D1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1350; }
p { color: rgb(109,19,80); }
H1.HeaderClassName
{
color: #6D1350;
}
.AnyTagClassName
{
color: #6D1350;
}
</style>
background-color css
<style>
a { background-color: #6D1350; }
a { background-color: rgb(109,19,80); }
div.DivClassName
{
background-color: #6D1350;
}
.BgClassName
{
background-color: #6D1350;
}
</style>
border-color css
<style>
span { border-color: #6D1350; }
span { border-color: rgb(109,19,80); }
td.TdClassName
{
border-color: #6D1350;
}
.TagClassName
{
border-color: #6D1350;
}
</style>