Shades of Pompadour #6D2B4B
Tints of Pompadour #6D2B4B
RGB
CMYK
RGB Variations
Color information
#6D2B4B (or 0x6D2B4B) is known color: Pompadour. HEX triplet: 6D, 2B and 4B. RGB value is (109,43,75). Sum of RGB (Red+Green+Blue) = 109+43+75=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2B4B is #92D4B4. Grayscale: #424242. Windows color (decimal): -9622709 or 4926317. OLE color: 4926317.
HSL color Cylindrical-coordinate representation of color #6D2B4B: hue angle of 330.91º degrees, saturation: 0.43, 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 #6D2B4B is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 43 | 75 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.57 |
| HSL | 330.91º | 0.43% | 0.3% | - |
| HSV(B) | 330.91º | 0.61% | 0.43% | - |
| XYZ | 8.44 | 5.49 | 7.27 | - |
| YUV | 66.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 75 | 0 | 0.61 | 0.31 | 0.57 | 330.91 | 0.43 | 0.3 |
| Hex | 6D | 2B | 4B | 0 | 3D | 1F | 39 | 14B | 2B | 1E |
| Octal | 155 | 53 | 113 | 0 | 75 | 37 | 71 | 513 | 53 | 36 |
| Binary | 1101101 | 101011 | 1001011 | 0 | 111101 | 11111 | 111001 | 101001011 | 101011 | 11110 |
Color Harmonies of #6D2B4B
Complementary color
Monochromatic Colors of #6D2B4B
Black with #6D2B4B
Text Example
Text Example
White with #6D2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2B4B; }
p { color: rgb(109,43,75); }
H1.HeaderClassName
{
color: #6D2B4B;
}
.AnyTagClassName
{
color: #6D2B4B;
}
</style>
background-color css
<style>
a { background-color: #6D2B4B; }
a { background-color: rgb(109,43,75); }
div.DivClassName
{
background-color: #6D2B4B;
}
.BgClassName
{
background-color: #6D2B4B;
}
</style>
border-color css
<style>
span { border-color: #6D2B4B; }
span { border-color: rgb(109,43,75); }
td.TdClassName
{
border-color: #6D2B4B;
}
.TagClassName
{
border-color: #6D2B4B;
}
</style>