Shades of Pompadour #6D2745
Tints of Pompadour #6D2745
RGB
CMYK
RGB Variations
Color information
#6D2745 (or 0x6D2745) is known color: Pompadour. HEX triplet: 6D, 27 and 45. RGB value is (109,39,69). Sum of RGB (Red+Green+Blue) = 109+39+69=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2745 is #92D8BA. Grayscale: #3F3F3F. Windows color (decimal): -9623739 or 4532077. OLE color: 4532077.
HSL color Cylindrical-coordinate representation of color #6D2745: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D2745 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 69 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.57 |
| HSL | 334.29º | 0.47% | 0.29% | - |
| HSV(B) | 334.29º | 0.64% | 0.43% | - |
| XYZ | 8.11 | 5.13 | 6.19 | - |
| YUV | 63.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 69 | 0 | 0.64 | 0.37 | 0.57 | 334.29 | 0.47 | 0.29 |
| Hex | 6D | 27 | 45 | 0 | 40 | 25 | 39 | 14E | 2F | 1D |
| Octal | 155 | 47 | 105 | 0 | 100 | 45 | 71 | 516 | 57 | 35 |
| Binary | 1101101 | 100111 | 1000101 | 0 | 1000000 | 100101 | 111001 | 101001110 | 101111 | 11101 |
Color Harmonies of #6D2745
Complementary color
Monochromatic Colors of #6D2745
Black with #6D2745
Text Example
Text Example
White with #6D2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2745; }
p { color: rgb(109,39,69); }
H1.HeaderClassName
{
color: #6D2745;
}
.AnyTagClassName
{
color: #6D2745;
}
</style>
background-color css
<style>
a { background-color: #6D2745; }
a { background-color: rgb(109,39,69); }
div.DivClassName
{
background-color: #6D2745;
}
.BgClassName
{
background-color: #6D2745;
}
</style>
border-color css
<style>
span { border-color: #6D2745; }
span { border-color: rgb(109,39,69); }
td.TdClassName
{
border-color: #6D2745;
}
.TagClassName
{
border-color: #6D2745;
}
</style>