Shades of Pompadour #6D2340
Tints of Pompadour #6D2340
RGB
CMYK
RGB Variations
Color information
#6D2340 (or 0x6D2340) is known color: Pompadour. HEX triplet: 6D, 23 and 40. RGB value is (109,35,64). Sum of RGB (Red+Green+Blue) = 109+35+64=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2340 is #92DCBF. Grayscale: #3C3C3C. Windows color (decimal): -9624768 or 4203373. OLE color: 4203373.
HSL color Cylindrical-coordinate representation of color #6D2340: hue angle of 336.49º 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 #6D2340 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 35 | 64 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.57 |
| HSL | 336.49º | 0.51% | 0.28% | - |
| HSV(B) | 336.49º | 0.68% | 0.43% | - |
| XYZ | 7.83 | 4.82 | 5.37 | - |
| YUV | 60.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 64 | 0 | 0.68 | 0.41 | 0.57 | 336.49 | 0.51 | 0.28 |
| Hex | 6D | 23 | 40 | 0 | 44 | 29 | 39 | 150 | 33 | 1C |
| Octal | 155 | 43 | 100 | 0 | 104 | 51 | 71 | 520 | 63 | 34 |
| Binary | 1101101 | 100011 | 1000000 | 0 | 1000100 | 101001 | 111001 | 101010000 | 110011 | 11100 |
Color Harmonies of #6D2340
Complementary color
Monochromatic Colors of #6D2340
Black with #6D2340
Text Example
Text Example
White with #6D2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2340; }
p { color: rgb(109,35,64); }
H1.HeaderClassName
{
color: #6D2340;
}
.AnyTagClassName
{
color: #6D2340;
}
</style>
background-color css
<style>
a { background-color: #6D2340; }
a { background-color: rgb(109,35,64); }
div.DivClassName
{
background-color: #6D2340;
}
.BgClassName
{
background-color: #6D2340;
}
</style>
border-color css
<style>
span { border-color: #6D2340; }
span { border-color: rgb(109,35,64); }
td.TdClassName
{
border-color: #6D2340;
}
.TagClassName
{
border-color: #6D2340;
}
</style>