Shades of Pompadour #6F2849
Tints of Pompadour #6F2849
RGB
CMYK
RGB Variations
Color information
#6F2849 (or 0x6F2849) is known color: Pompadour. HEX triplet: 6F, 28 and 49. RGB value is (111,40,73). Sum of RGB (Red+Green+Blue) = 111+40+73=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2849 is #90D7B6. Grayscale: #404040. Windows color (decimal): -9492407 or 4794479. OLE color: 4794479.
HSL color Cylindrical-coordinate representation of color #6F2849: hue angle of 332.11º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2849 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 73 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.56 |
| HSL | 332.11º | 0.47% | 0.3% | - |
| HSV(B) | 332.11º | 0.64% | 0.44% | - |
| XYZ | 8.52 | 5.38 | 6.89 | - |
| YUV | 64.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 73 | 0 | 0.64 | 0.34 | 0.56 | 332.11 | 0.47 | 0.3 |
| Hex | 6F | 28 | 49 | 0 | 40 | 22 | 38 | 14C | 2F | 1E |
| Octal | 157 | 50 | 111 | 0 | 100 | 42 | 70 | 514 | 57 | 36 |
| Binary | 1101111 | 101000 | 1001001 | 0 | 1000000 | 100010 | 111000 | 101001100 | 101111 | 11110 |
Color Harmonies of #6F2849
Complementary color
Monochromatic Colors of #6F2849
Black with #6F2849
Text Example
Text Example
White with #6F2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2849; }
p { color: rgb(111,40,73); }
H1.HeaderClassName
{
color: #6F2849;
}
.AnyTagClassName
{
color: #6F2849;
}
</style>
background-color css
<style>
a { background-color: #6F2849; }
a { background-color: rgb(111,40,73); }
div.DivClassName
{
background-color: #6F2849;
}
.BgClassName
{
background-color: #6F2849;
}
</style>
border-color css
<style>
span { border-color: #6F2849; }
span { border-color: rgb(111,40,73); }
td.TdClassName
{
border-color: #6F2849;
}
.TagClassName
{
border-color: #6F2849;
}
</style>