Shades of Pompadour #6D2A46
Tints of Pompadour #6D2A46
RGB
CMYK
RGB Variations
Color information
#6D2A46 (or 0x6D2A46) is known color: Pompadour. HEX triplet: 6D, 2A and 46. RGB value is (109,42,70). Sum of RGB (Red+Green+Blue) = 109+42+70=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2A46 is #92D5B9. Grayscale: #414141. Windows color (decimal): -9622970 or 4598381. OLE color: 4598381.
HSL color Cylindrical-coordinate representation of color #6D2A46: hue angle of 334.93º 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 #6D2A46 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 70 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.57 |
| HSL | 334.93º | 0.44% | 0.3% | - |
| HSV(B) | 334.93º | 0.61% | 0.43% | - |
| XYZ | 8.24 | 5.35 | 6.39 | - |
| YUV | 65.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 70 | 0 | 0.61 | 0.36 | 0.57 | 334.93 | 0.44 | 0.3 |
| Hex | 6D | 2A | 46 | 0 | 3D | 24 | 39 | 14F | 2C | 1E |
| Octal | 155 | 52 | 106 | 0 | 75 | 44 | 71 | 517 | 54 | 36 |
| Binary | 1101101 | 101010 | 1000110 | 0 | 111101 | 100100 | 111001 | 101001111 | 101100 | 11110 |
Color Harmonies of #6D2A46
Complementary color
Monochromatic Colors of #6D2A46
Black with #6D2A46
Text Example
Text Example
White with #6D2A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A46; }
p { color: rgb(109,42,70); }
H1.HeaderClassName
{
color: #6D2A46;
}
.AnyTagClassName
{
color: #6D2A46;
}
</style>
background-color css
<style>
a { background-color: #6D2A46; }
a { background-color: rgb(109,42,70); }
div.DivClassName
{
background-color: #6D2A46;
}
.BgClassName
{
background-color: #6D2A46;
}
</style>
border-color css
<style>
span { border-color: #6D2A46; }
span { border-color: rgb(109,42,70); }
td.TdClassName
{
border-color: #6D2A46;
}
.TagClassName
{
border-color: #6D2A46;
}
</style>