Shades of Pompadour #6F1D49
Tints of Pompadour #6F1D49
RGB
CMYK
RGB Variations
Color information
#6F1D49 (or 0x6F1D49) is known color: Pompadour. HEX triplet: 6F, 1D and 49. RGB value is (111,29,73). Sum of RGB (Red+Green+Blue) = 111+29+73=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1D49 is #90E2B6. Grayscale: #3A3A3A. Windows color (decimal): -9495223 or 4791663. OLE color: 4791663.
HSL color Cylindrical-coordinate representation of color #6F1D49: hue angle of 327.8º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F1D49 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 29 | 73 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.56 |
| HSL | 327.8º | 0.59% | 0.27% | - |
| HSV(B) | 327.8º | 0.74% | 0.44% | - |
| XYZ | 8.2 | 4.74 | 6.79 | - |
| YUV | 58.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 29 | 73 | 0 | 0.74 | 0.34 | 0.56 | 327.8 | 0.59 | 0.27 |
| Hex | 6F | 1D | 49 | 0 | 4A | 22 | 38 | 148 | 3B | 1B |
| Octal | 157 | 35 | 111 | 0 | 112 | 42 | 70 | 510 | 73 | 33 |
| Binary | 1101111 | 11101 | 1001001 | 0 | 1001010 | 100010 | 111000 | 101001000 | 111011 | 11011 |
Color Harmonies of #6F1D49
Complementary color
Monochromatic Colors of #6F1D49
Black with #6F1D49
Text Example
Text Example
White with #6F1D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1D49; }
p { color: rgb(111,29,73); }
H1.HeaderClassName
{
color: #6F1D49;
}
.AnyTagClassName
{
color: #6F1D49;
}
</style>
background-color css
<style>
a { background-color: #6F1D49; }
a { background-color: rgb(111,29,73); }
div.DivClassName
{
background-color: #6F1D49;
}
.BgClassName
{
background-color: #6F1D49;
}
</style>
border-color css
<style>
span { border-color: #6F1D49; }
span { border-color: rgb(111,29,73); }
td.TdClassName
{
border-color: #6F1D49;
}
.TagClassName
{
border-color: #6F1D49;
}
</style>