Shades of Pompadour #6F2249
Tints of Pompadour #6F2249
RGB
CMYK
RGB Variations
Color information
#6F2249 (or 0x6F2249) is known color: Pompadour. HEX triplet: 6F, 22 and 49. RGB value is (111,34,73). Sum of RGB (Red+Green+Blue) = 111+34+73=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2249 is #90DDB6. Grayscale: #3D3D3D. Windows color (decimal): -9493943 or 4792943. OLE color: 4792943.
HSL color Cylindrical-coordinate representation of color #6F2249: hue angle of 329.61º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2249 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 34 | 73 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.56 |
| HSL | 329.61º | 0.53% | 0.28% | - |
| HSV(B) | 329.61º | 0.69% | 0.44% | - |
| XYZ | 8.33 | 5 | 6.83 | - |
| YUV | 61.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 73 | 0 | 0.69 | 0.34 | 0.56 | 329.61 | 0.53 | 0.28 |
| Hex | 6F | 22 | 49 | 0 | 45 | 22 | 38 | 14A | 35 | 1C |
| Octal | 157 | 42 | 111 | 0 | 105 | 42 | 70 | 512 | 65 | 34 |
| Binary | 1101111 | 100010 | 1001001 | 0 | 1000101 | 100010 | 111000 | 101001010 | 110101 | 11100 |
Color Harmonies of #6F2249
Complementary color
Monochromatic Colors of #6F2249
Black with #6F2249
Text Example
Text Example
White with #6F2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2249; }
p { color: rgb(111,34,73); }
H1.HeaderClassName
{
color: #6F2249;
}
.AnyTagClassName
{
color: #6F2249;
}
</style>
background-color css
<style>
a { background-color: #6F2249; }
a { background-color: rgb(111,34,73); }
div.DivClassName
{
background-color: #6F2249;
}
.BgClassName
{
background-color: #6F2249;
}
</style>
border-color css
<style>
span { border-color: #6F2249; }
span { border-color: rgb(111,34,73); }
td.TdClassName
{
border-color: #6F2249;
}
.TagClassName
{
border-color: #6F2249;
}
</style>