Shades of Pompadour #6D2344
Tints of Pompadour #6D2344
RGB
CMYK
RGB Variations
Color information
#6D2344 (or 0x6D2344) is known color: Pompadour. HEX triplet: 6D, 23 and 44. RGB value is (109,35,68). Sum of RGB (Red+Green+Blue) = 109+35+68=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2344 is #92DCBB. Grayscale: #3C3C3C. Windows color (decimal): -9624764 or 4465517. OLE color: 4465517.
HSL color Cylindrical-coordinate representation of color #6D2344: hue angle of 333.24º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D2344 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 35 | 68 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.57 |
| HSL | 333.24º | 0.51% | 0.28% | - |
| HSV(B) | 333.24º | 0.68% | 0.43% | - |
| XYZ | 7.95 | 4.87 | 5.99 | - |
| YUV | 60.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 68 | 0 | 0.68 | 0.38 | 0.57 | 333.24 | 0.51 | 0.28 |
| Hex | 6D | 23 | 44 | 0 | 44 | 26 | 39 | 14D | 33 | 1C |
| Octal | 155 | 43 | 104 | 0 | 104 | 46 | 71 | 515 | 63 | 34 |
| Binary | 1101101 | 100011 | 1000100 | 0 | 1000100 | 100110 | 111001 | 101001101 | 110011 | 11100 |
Color Harmonies of #6D2344
Complementary color
Monochromatic Colors of #6D2344
Black with #6D2344
Text Example
Text Example
White with #6D2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2344; }
p { color: rgb(109,35,68); }
H1.HeaderClassName
{
color: #6D2344;
}
.AnyTagClassName
{
color: #6D2344;
}
</style>
background-color css
<style>
a { background-color: #6D2344; }
a { background-color: rgb(109,35,68); }
div.DivClassName
{
background-color: #6D2344;
}
.BgClassName
{
background-color: #6D2344;
}
</style>
border-color css
<style>
span { border-color: #6D2344; }
span { border-color: rgb(109,35,68); }
td.TdClassName
{
border-color: #6D2344;
}
.TagClassName
{
border-color: #6D2344;
}
</style>