Shades of Pompadour #6D2A4C
Tints of Pompadour #6D2A4C
RGB
CMYK
RGB Variations
Color information
#6D2A4C (or 0x6D2A4C) is known color: Pompadour. HEX triplet: 6D, 2A and 4C. RGB value is (109,42,76). Sum of RGB (Red+Green+Blue) = 109+42+76=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2A4C is #92D5B3. Grayscale: #414141. Windows color (decimal): -9622964 or 4991597. OLE color: 4991597.
HSL color Cylindrical-coordinate representation of color #6D2A4C: hue angle of 329.55º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2A4C is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 76 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.57 |
| HSL | 329.55º | 0.44% | 0.3% | - |
| HSV(B) | 329.55º | 0.61% | 0.43% | - |
| XYZ | 8.44 | 5.43 | 7.44 | - |
| YUV | 65.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 76 | 0 | 0.61 | 0.30 | 0.57 | 329.55 | 0.44 | 0.3 |
| Hex | 6D | 2A | 4C | 0 | 3D | 1E | 39 | 14A | 2C | 1E |
| Octal | 155 | 52 | 114 | 0 | 75 | 36 | 71 | 512 | 54 | 36 |
| Binary | 1101101 | 101010 | 1001100 | 0 | 111101 | 11110 | 111001 | 101001010 | 101100 | 11110 |
Color Harmonies of #6D2A4C
Complementary color
Monochromatic Colors of #6D2A4C
Black with #6D2A4C
Text Example
Text Example
White with #6D2A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A4C; }
p { color: rgb(109,42,76); }
H1.HeaderClassName
{
color: #6D2A4C;
}
.AnyTagClassName
{
color: #6D2A4C;
}
</style>
background-color css
<style>
a { background-color: #6D2A4C; }
a { background-color: rgb(109,42,76); }
div.DivClassName
{
background-color: #6D2A4C;
}
.BgClassName
{
background-color: #6D2A4C;
}
</style>
border-color css
<style>
span { border-color: #6D2A4C; }
span { border-color: rgb(109,42,76); }
td.TdClassName
{
border-color: #6D2A4C;
}
.TagClassName
{
border-color: #6D2A4C;
}
</style>