Shades of Pompadour #6B2649
Tints of Pompadour #6B2649
RGB
CMYK
RGB Variations
Color information
#6B2649 (or 0x6B2649) is known color: Pompadour. HEX triplet: 6B, 26 and 49. RGB value is (107,38,73). Sum of RGB (Red+Green+Blue) = 107+38+73=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2649 is #94D9B6. Grayscale: #3E3E3E. Windows color (decimal): -9755063 or 4793963. OLE color: 4793963.
HSL color Cylindrical-coordinate representation of color #6B2649: hue angle of 329.57º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B2649 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 38 | 73 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.58 |
| HSL | 329.57º | 0.48% | 0.28% | - |
| HSV(B) | 329.57º | 0.64% | 0.42% | - |
| XYZ | 7.96 | 4.99 | 6.85 | - |
| YUV | 62.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 38 | 73 | 0 | 0.64 | 0.32 | 0.58 | 329.57 | 0.48 | 0.28 |
| Hex | 6B | 26 | 49 | 0 | 40 | 20 | 3A | 14A | 30 | 1C |
| Octal | 153 | 46 | 111 | 0 | 100 | 40 | 72 | 512 | 60 | 34 |
| Binary | 1101011 | 100110 | 1001001 | 0 | 1000000 | 100000 | 111010 | 101001010 | 110000 | 11100 |
Color Harmonies of #6B2649
Complementary color
Monochromatic Colors of #6B2649
Black with #6B2649
Text Example
Text Example
White with #6B2649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2649; }
p { color: rgb(107,38,73); }
H1.HeaderClassName
{
color: #6B2649;
}
.AnyTagClassName
{
color: #6B2649;
}
</style>
background-color css
<style>
a { background-color: #6B2649; }
a { background-color: rgb(107,38,73); }
div.DivClassName
{
background-color: #6B2649;
}
.BgClassName
{
background-color: #6B2649;
}
</style>
border-color css
<style>
span { border-color: #6B2649; }
span { border-color: rgb(107,38,73); }
td.TdClassName
{
border-color: #6B2649;
}
.TagClassName
{
border-color: #6B2649;
}
</style>