Shades of Pompadour #6D2952
Tints of Pompadour #6D2952
RGB
CMYK
RGB Variations
Color information
#6D2952 (or 0x6D2952) is known color: Pompadour. HEX triplet: 6D, 29 and 52. RGB value is (109,41,82). Sum of RGB (Red+Green+Blue) = 109+41+82=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2952 is #92D6AD. Grayscale: #414141. Windows color (decimal): -9623214 or 5384557. OLE color: 5384557.
HSL color Cylindrical-coordinate representation of color #6D2952: hue angle of 323.82º 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 #6D2952 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 82 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.57 |
| HSL | 323.82º | 0.45% | 0.29% | - |
| HSV(B) | 323.82º | 0.62% | 0.43% | - |
| XYZ | 8.62 | 5.45 | 8.58 | - |
| YUV | 66.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 82 | 0 | 0.62 | 0.25 | 0.57 | 323.82 | 0.45 | 0.29 |
| Hex | 6D | 29 | 52 | 0 | 3E | 19 | 39 | 144 | 2D | 1D |
| Octal | 155 | 51 | 122 | 0 | 76 | 31 | 71 | 504 | 55 | 35 |
| Binary | 1101101 | 101001 | 1010010 | 0 | 111110 | 11001 | 111001 | 101000100 | 101101 | 11101 |
Color Harmonies of #6D2952
Complementary color
Monochromatic Colors of #6D2952
Black with #6D2952
Text Example
Text Example
White with #6D2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2952; }
p { color: rgb(109,41,82); }
H1.HeaderClassName
{
color: #6D2952;
}
.AnyTagClassName
{
color: #6D2952;
}
</style>
background-color css
<style>
a { background-color: #6D2952; }
a { background-color: rgb(109,41,82); }
div.DivClassName
{
background-color: #6D2952;
}
.BgClassName
{
background-color: #6D2952;
}
</style>
border-color css
<style>
span { border-color: #6D2952; }
span { border-color: rgb(109,41,82); }
td.TdClassName
{
border-color: #6D2952;
}
.TagClassName
{
border-color: #6D2952;
}
</style>