Shades of Pompadour #6C1949
Tints of Pompadour #6C1949
RGB
CMYK
RGB Variations
Color information
#6C1949 (or 0x6C1949) is known color: Pompadour. HEX triplet: 6C, 19 and 49. RGB value is (108,25,73). Sum of RGB (Red+Green+Blue) = 108+25+73=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1949 is #93E6B6. Grayscale: #373737. Windows color (decimal): -9692855 or 4790636. OLE color: 4790636.
HSL color Cylindrical-coordinate representation of color #6C1949: hue angle of 325.3º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C1949 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 25 | 73 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.58 |
| HSL | 325.3º | 0.62% | 0.26% | - |
| HSV(B) | 325.3º | 0.77% | 0.42% | - |
| XYZ | 7.73 | 4.36 | 6.74 | - |
| YUV | 55.29 | 138 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 25 | 73 | 0 | 0.77 | 0.32 | 0.58 | 325.3 | 0.62 | 0.26 |
| Hex | 6C | 19 | 49 | 0 | 4D | 20 | 3A | 145 | 3E | 1A |
| Octal | 154 | 31 | 111 | 0 | 115 | 40 | 72 | 505 | 76 | 32 |
| Binary | 1101100 | 11001 | 1001001 | 0 | 1001101 | 100000 | 111010 | 101000101 | 111110 | 11010 |
Color Harmonies of #6C1949
Complementary color
Monochromatic Colors of #6C1949
Black with #6C1949
Text Example
Text Example
White with #6C1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1949; }
p { color: rgb(108,25,73); }
H1.HeaderClassName
{
color: #6C1949;
}
.AnyTagClassName
{
color: #6C1949;
}
</style>
background-color css
<style>
a { background-color: #6C1949; }
a { background-color: rgb(108,25,73); }
div.DivClassName
{
background-color: #6C1949;
}
.BgClassName
{
background-color: #6C1949;
}
</style>
border-color css
<style>
span { border-color: #6C1949; }
span { border-color: rgb(108,25,73); }
td.TdClassName
{
border-color: #6C1949;
}
.TagClassName
{
border-color: #6C1949;
}
</style>