Shades of Pompadour #6D2245
Tints of Pompadour #6D2245
RGB
CMYK
RGB Variations
Color information
#6D2245 (or 0x6D2245) is known color: Pompadour. HEX triplet: 6D, 22 and 45. RGB value is (109,34,69). Sum of RGB (Red+Green+Blue) = 109+34+69=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2245 is #92DDBA. Grayscale: #3C3C3C. Windows color (decimal): -9625019 or 4530797. OLE color: 4530797.
HSL color Cylindrical-coordinate representation of color #6D2245: hue angle of 332º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D2245 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 34 | 69 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.57 |
| HSL | 332º | 0.52% | 0.28% | - |
| HSV(B) | 332º | 0.69% | 0.43% | - |
| XYZ | 7.95 | 4.82 | 6.14 | - |
| YUV | 60.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 34 | 69 | 0 | 0.69 | 0.37 | 0.57 | 332 | 0.52 | 0.28 |
| Hex | 6D | 22 | 45 | 0 | 45 | 25 | 39 | 14C | 34 | 1C |
| Octal | 155 | 42 | 105 | 0 | 105 | 45 | 71 | 514 | 64 | 34 |
| Binary | 1101101 | 100010 | 1000101 | 0 | 1000101 | 100101 | 111001 | 101001100 | 110100 | 11100 |
Color Harmonies of #6D2245
Complementary color
Monochromatic Colors of #6D2245
Black with #6D2245
Text Example
Text Example
White with #6D2245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2245; }
p { color: rgb(109,34,69); }
H1.HeaderClassName
{
color: #6D2245;
}
.AnyTagClassName
{
color: #6D2245;
}
</style>
background-color css
<style>
a { background-color: #6D2245; }
a { background-color: rgb(109,34,69); }
div.DivClassName
{
background-color: #6D2245;
}
.BgClassName
{
background-color: #6D2245;
}
</style>
border-color css
<style>
span { border-color: #6D2245; }
span { border-color: rgb(109,34,69); }
td.TdClassName
{
border-color: #6D2245;
}
.TagClassName
{
border-color: #6D2245;
}
</style>