Shades of Pompadour #6D2440
Tints of Pompadour #6D2440
RGB
CMYK
RGB Variations
Color information
#6D2440 (or 0x6D2440) is known color: Pompadour. HEX triplet: 6D, 24 and 40. RGB value is (109,36,64). Sum of RGB (Red+Green+Blue) = 109+36+64=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2440 is #92DBBF. Grayscale: #3C3C3C. Windows color (decimal): -9624512 or 4203629. OLE color: 4203629.
HSL color Cylindrical-coordinate representation of color #6D2440: hue angle of 336.99º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D2440 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 36 | 64 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.57 |
| HSL | 336.99º | 0.5% | 0.28% | - |
| HSV(B) | 336.99º | 0.67% | 0.43% | - |
| XYZ | 7.86 | 4.88 | 5.38 | - |
| YUV | 61.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 64 | 0 | 0.67 | 0.41 | 0.57 | 336.99 | 0.5 | 0.28 |
| Hex | 6D | 24 | 40 | 0 | 43 | 29 | 39 | 151 | 32 | 1C |
| Octal | 155 | 44 | 100 | 0 | 103 | 51 | 71 | 521 | 62 | 34 |
| Binary | 1101101 | 100100 | 1000000 | 0 | 1000011 | 101001 | 111001 | 101010001 | 110010 | 11100 |
Color Harmonies of #6D2440
Complementary color
Monochromatic Colors of #6D2440
Black with #6D2440
Text Example
Text Example
White with #6D2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2440; }
p { color: rgb(109,36,64); }
H1.HeaderClassName
{
color: #6D2440;
}
.AnyTagClassName
{
color: #6D2440;
}
</style>
background-color css
<style>
a { background-color: #6D2440; }
a { background-color: rgb(109,36,64); }
div.DivClassName
{
background-color: #6D2440;
}
.BgClassName
{
background-color: #6D2440;
}
</style>
border-color css
<style>
span { border-color: #6D2440; }
span { border-color: rgb(109,36,64); }
td.TdClassName
{
border-color: #6D2440;
}
.TagClassName
{
border-color: #6D2440;
}
</style>