Shades of Pompadour #6D2045
Tints of Pompadour #6D2045
RGB
CMYK
RGB Variations
Color information
#6D2045 (or 0x6D2045) is known color: Pompadour. HEX triplet: 6D, 20 and 45. RGB value is (109,32,69). Sum of RGB (Red+Green+Blue) = 109+32+69=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2045 is #92DFBA. Grayscale: #3B3B3B. Windows color (decimal): -9625531 or 4530285. OLE color: 4530285.
HSL color Cylindrical-coordinate representation of color #6D2045: hue angle of 331.17º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D2045 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 69 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.57 |
| HSL | 331.17º | 0.55% | 0.28% | - |
| HSV(B) | 331.17º | 0.71% | 0.43% | - |
| XYZ | 7.9 | 4.71 | 6.12 | - |
| YUV | 59.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 69 | 0 | 0.71 | 0.37 | 0.57 | 331.17 | 0.55 | 0.28 |
| Hex | 6D | 20 | 45 | 0 | 47 | 25 | 39 | 14B | 37 | 1C |
| Octal | 155 | 40 | 105 | 0 | 107 | 45 | 71 | 513 | 67 | 34 |
| Binary | 1101101 | 100000 | 1000101 | 0 | 1000111 | 100101 | 111001 | 101001011 | 110111 | 11100 |
Color Harmonies of #6D2045
Complementary color
Monochromatic Colors of #6D2045
Black with #6D2045
Text Example
Text Example
White with #6D2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2045; }
p { color: rgb(109,32,69); }
H1.HeaderClassName
{
color: #6D2045;
}
.AnyTagClassName
{
color: #6D2045;
}
</style>
background-color css
<style>
a { background-color: #6D2045; }
a { background-color: rgb(109,32,69); }
div.DivClassName
{
background-color: #6D2045;
}
.BgClassName
{
background-color: #6D2045;
}
</style>
border-color css
<style>
span { border-color: #6D2045; }
span { border-color: rgb(109,32,69); }
td.TdClassName
{
border-color: #6D2045;
}
.TagClassName
{
border-color: #6D2045;
}
</style>