Shades of Pompadour #6B1049
Tints of Pompadour #6B1049
RGB
CMYK
RGB Variations
Color information
#6B1049 (or 0x6B1049) is known color: Pompadour. HEX triplet: 6B, 10 and 49. RGB value is (107,16,73). Sum of RGB (Red+Green+Blue) = 107+16+73=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1049 is #94EFB6. Grayscale: #313131. Windows color (decimal): -9760695 or 4788331. OLE color: 4788331.
HSL color Cylindrical-coordinate representation of color #6B1049: hue angle of 322.42º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1049 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 73 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.58 |
| HSL | 322.42º | 0.74% | 0.24% | - |
| HSV(B) | 322.42º | 0.85% | 0.42% | - |
| XYZ | 7.45 | 3.98 | 6.68 | - |
| YUV | 49.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 73 | 0 | 0.85 | 0.32 | 0.58 | 322.42 | 0.74 | 0.24 |
| Hex | 6B | 10 | 49 | 0 | 55 | 20 | 3A | 142 | 4A | 18 |
| Octal | 153 | 20 | 111 | 0 | 125 | 40 | 72 | 502 | 112 | 30 |
| Binary | 1101011 | 10000 | 1001001 | 0 | 1010101 | 100000 | 111010 | 101000010 | 1001010 | 11000 |
Color Harmonies of #6B1049
Complementary color
Monochromatic Colors of #6B1049
Black with #6B1049
Text Example
Text Example
White with #6B1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1049; }
p { color: rgb(107,16,73); }
H1.HeaderClassName
{
color: #6B1049;
}
.AnyTagClassName
{
color: #6B1049;
}
</style>
background-color css
<style>
a { background-color: #6B1049; }
a { background-color: rgb(107,16,73); }
div.DivClassName
{
background-color: #6B1049;
}
.BgClassName
{
background-color: #6B1049;
}
</style>
border-color css
<style>
span { border-color: #6B1049; }
span { border-color: rgb(107,16,73); }
td.TdClassName
{
border-color: #6B1049;
}
.TagClassName
{
border-color: #6B1049;
}
</style>