Shades of Pompadour #6D1645
Tints of Pompadour #6D1645
RGB
CMYK
RGB Variations
Color information
#6D1645 (or 0x6D1645) is known color: Pompadour. HEX triplet: 6D, 16 and 45. RGB value is (109,22,69). Sum of RGB (Red+Green+Blue) = 109+22+69=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1645 is #92E9BA. Grayscale: #353535. Windows color (decimal): -9628091 or 4527725. OLE color: 4527725.
HSL color Cylindrical-coordinate representation of color #6D1645: hue angle of 327.59º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1645 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 69 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.57 |
| HSL | 327.59º | 0.66% | 0.26% | - |
| HSV(B) | 327.59º | 0.8% | 0.43% | - |
| XYZ | 7.67 | 4.25 | 6.05 | - |
| YUV | 53.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 69 | 0 | 0.80 | 0.37 | 0.57 | 327.59 | 0.66 | 0.26 |
| Hex | 6D | 16 | 45 | 0 | 50 | 25 | 39 | 148 | 42 | 1A |
| Octal | 155 | 26 | 105 | 0 | 120 | 45 | 71 | 510 | 102 | 32 |
| Binary | 1101101 | 10110 | 1000101 | 0 | 1010000 | 100101 | 111001 | 101001000 | 1000010 | 11010 |
Color Harmonies of #6D1645
Complementary color
Monochromatic Colors of #6D1645
Black with #6D1645
Text Example
Text Example
White with #6D1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1645; }
p { color: rgb(109,22,69); }
H1.HeaderClassName
{
color: #6D1645;
}
.AnyTagClassName
{
color: #6D1645;
}
</style>
background-color css
<style>
a { background-color: #6D1645; }
a { background-color: rgb(109,22,69); }
div.DivClassName
{
background-color: #6D1645;
}
.BgClassName
{
background-color: #6D1645;
}
</style>
border-color css
<style>
span { border-color: #6D1645; }
span { border-color: rgb(109,22,69); }
td.TdClassName
{
border-color: #6D1645;
}
.TagClassName
{
border-color: #6D1645;
}
</style>