Shades of Pompadour #6D2945
Tints of Pompadour #6D2945
RGB
CMYK
RGB Variations
Color information
#6D2945 (or 0x6D2945) is known color: Pompadour. HEX triplet: 6D, 29 and 45. RGB value is (109,41,69). Sum of RGB (Red+Green+Blue) = 109+41+69=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2945 is #92D6BA. Grayscale: #404040. Windows color (decimal): -9623227 or 4532589. OLE color: 4532589.
HSL color Cylindrical-coordinate representation of color #6D2945: hue angle of 335.29º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D2945 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 69 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.57 |
| HSL | 335.29º | 0.45% | 0.29% | - |
| HSV(B) | 335.29º | 0.62% | 0.43% | - |
| XYZ | 8.17 | 5.27 | 6.22 | - |
| YUV | 64.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 69 | 0 | 0.62 | 0.37 | 0.57 | 335.29 | 0.45 | 0.29 |
| Hex | 6D | 29 | 45 | 0 | 3E | 25 | 39 | 14F | 2D | 1D |
| Octal | 155 | 51 | 105 | 0 | 76 | 45 | 71 | 517 | 55 | 35 |
| Binary | 1101101 | 101001 | 1000101 | 0 | 111110 | 100101 | 111001 | 101001111 | 101101 | 11101 |
Color Harmonies of #6D2945
Complementary color
Monochromatic Colors of #6D2945
Black with #6D2945
Text Example
Text Example
White with #6D2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2945; }
p { color: rgb(109,41,69); }
H1.HeaderClassName
{
color: #6D2945;
}
.AnyTagClassName
{
color: #6D2945;
}
</style>
background-color css
<style>
a { background-color: #6D2945; }
a { background-color: rgb(109,41,69); }
div.DivClassName
{
background-color: #6D2945;
}
.BgClassName
{
background-color: #6D2945;
}
</style>
border-color css
<style>
span { border-color: #6D2945; }
span { border-color: rgb(109,41,69); }
td.TdClassName
{
border-color: #6D2945;
}
.TagClassName
{
border-color: #6D2945;
}
</style>