Shades of Pompadour #6F0F47
Tints of Pompadour #6F0F47
RGB
CMYK
RGB Variations
Color information
#6F0F47 (or 0x6F0F47) is known color: Pompadour. HEX triplet: 6F, 0F and 47. RGB value is (111,15,71). Sum of RGB (Red+Green+Blue) = 111+15+71=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F47 is #90F0B8. Grayscale: #313131. Windows color (decimal): -9498809 or 4657007. OLE color: 4657007.
HSL color Cylindrical-coordinate representation of color #6F0F47: hue angle of 325º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F47 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 71 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.56 |
| HSL | 325º | 0.76% | 0.25% | - |
| HSV(B) | 325º | 0.86% | 0.44% | - |
| XYZ | 7.86 | 4.18 | 6.35 | - |
| YUV | 50.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 71 | 0 | 0.86 | 0.36 | 0.56 | 325 | 0.76 | 0.25 |
| Hex | 6F | F | 47 | 0 | 56 | 24 | 38 | 145 | 4C | 19 |
| Octal | 157 | 17 | 107 | 0 | 126 | 44 | 70 | 505 | 114 | 31 |
| Binary | 1101111 | 1111 | 1000111 | 0 | 1010110 | 100100 | 111000 | 101000101 | 1001100 | 11001 |
Color Harmonies of #6F0F47
Complementary color
Monochromatic Colors of #6F0F47
Black with #6F0F47
Text Example
Text Example
White with #6F0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F47; }
p { color: rgb(111,15,71); }
H1.HeaderClassName
{
color: #6F0F47;
}
.AnyTagClassName
{
color: #6F0F47;
}
</style>
background-color css
<style>
a { background-color: #6F0F47; }
a { background-color: rgb(111,15,71); }
div.DivClassName
{
background-color: #6F0F47;
}
.BgClassName
{
background-color: #6F0F47;
}
</style>
border-color css
<style>
span { border-color: #6F0F47; }
span { border-color: rgb(111,15,71); }
td.TdClassName
{
border-color: #6F0F47;
}
.TagClassName
{
border-color: #6F0F47;
}
</style>