Shades of Pompadour #6D1642
Tints of Pompadour #6D1642
RGB
CMYK
RGB Variations
Color information
#6D1642 (or 0x6D1642) is known color: Pompadour. HEX triplet: 6D, 16 and 42. RGB value is (109,22,66). Sum of RGB (Red+Green+Blue) = 109+22+66=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1642 is #92E9BD. Grayscale: #343434. Windows color (decimal): -9628094 or 4331117. OLE color: 4331117.
HSL color Cylindrical-coordinate representation of color #6D1642: hue angle of 329.66º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1642 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 66 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.57 |
| HSL | 329.66º | 0.66% | 0.26% | - |
| HSV(B) | 329.66º | 0.8% | 0.43% | - |
| XYZ | 7.58 | 4.22 | 5.57 | - |
| YUV | 53.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 66 | 0 | 0.80 | 0.39 | 0.57 | 329.66 | 0.66 | 0.26 |
| Hex | 6D | 16 | 42 | 0 | 50 | 27 | 39 | 14A | 42 | 1A |
| Octal | 155 | 26 | 102 | 0 | 120 | 47 | 71 | 512 | 102 | 32 |
| Binary | 1101101 | 10110 | 1000010 | 0 | 1010000 | 100111 | 111001 | 101001010 | 1000010 | 11010 |
Color Harmonies of #6D1642
Complementary color
Monochromatic Colors of #6D1642
Black with #6D1642
Text Example
Text Example
White with #6D1642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1642; }
p { color: rgb(109,22,66); }
H1.HeaderClassName
{
color: #6D1642;
}
.AnyTagClassName
{
color: #6D1642;
}
</style>
background-color css
<style>
a { background-color: #6D1642; }
a { background-color: rgb(109,22,66); }
div.DivClassName
{
background-color: #6D1642;
}
.BgClassName
{
background-color: #6D1642;
}
</style>
border-color css
<style>
span { border-color: #6D1642; }
span { border-color: rgb(109,22,66); }
td.TdClassName
{
border-color: #6D1642;
}
.TagClassName
{
border-color: #6D1642;
}
</style>