Shades of Pompadour #6B2349
Tints of Pompadour #6B2349
RGB
CMYK
RGB Variations
Color information
#6B2349 (or 0x6B2349) is known color: Pompadour. HEX triplet: 6B, 23 and 49. RGB value is (107,35,73). Sum of RGB (Red+Green+Blue) = 107+35+73=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2349 is #94DCB6. Grayscale: #3C3C3C. Windows color (decimal): -9755831 or 4793195. OLE color: 4793195.
HSL color Cylindrical-coordinate representation of color #6B2349: hue angle of 328.33º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2349 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 73 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.58 |
| HSL | 328.33º | 0.51% | 0.28% | - |
| HSV(B) | 328.33º | 0.67% | 0.42% | - |
| XYZ | 7.87 | 4.81 | 6.82 | - |
| YUV | 60.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 73 | 0 | 0.67 | 0.32 | 0.58 | 328.33 | 0.51 | 0.28 |
| Hex | 6B | 23 | 49 | 0 | 43 | 20 | 3A | 148 | 33 | 1C |
| Octal | 153 | 43 | 111 | 0 | 103 | 40 | 72 | 510 | 63 | 34 |
| Binary | 1101011 | 100011 | 1001001 | 0 | 1000011 | 100000 | 111010 | 101001000 | 110011 | 11100 |
Color Harmonies of #6B2349
Complementary color
Monochromatic Colors of #6B2349
Black with #6B2349
Text Example
Text Example
White with #6B2349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2349; }
p { color: rgb(107,35,73); }
H1.HeaderClassName
{
color: #6B2349;
}
.AnyTagClassName
{
color: #6B2349;
}
</style>
background-color css
<style>
a { background-color: #6B2349; }
a { background-color: rgb(107,35,73); }
div.DivClassName
{
background-color: #6B2349;
}
.BgClassName
{
background-color: #6B2349;
}
</style>
border-color css
<style>
span { border-color: #6B2349; }
span { border-color: rgb(107,35,73); }
td.TdClassName
{
border-color: #6B2349;
}
.TagClassName
{
border-color: #6B2349;
}
</style>