Shades of Pompadour #6F0F51
Tints of Pompadour #6F0F51
RGB
CMYK
RGB Variations
Color information
#6F0F51 (or 0x6F0F51) is known color: Pompadour. HEX triplet: 6F, 0F and 51. RGB value is (111,15,81). Sum of RGB (Red+Green+Blue) = 111+15+81=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F51 is #90F0AE. Grayscale: #333333. Windows color (decimal): -9498799 or 5312367. OLE color: 5312367.
HSL color Cylindrical-coordinate representation of color #6F0F51: hue angle of 318.75º 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 #6F0F51 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 81 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.56 |
| HSL | 318.75º | 0.76% | 0.25% | - |
| HSV(B) | 318.75º | 0.86% | 0.44% | - |
| XYZ | 8.21 | 4.32 | 8.18 | - |
| YUV | 51.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 81 | 0 | 0.86 | 0.27 | 0.56 | 318.75 | 0.76 | 0.25 |
| Hex | 6F | F | 51 | 0 | 56 | 1B | 38 | 13F | 4C | 19 |
| Octal | 157 | 17 | 121 | 0 | 126 | 33 | 70 | 477 | 114 | 31 |
| Binary | 1101111 | 1111 | 1010001 | 0 | 1010110 | 11011 | 111000 | 100111111 | 1001100 | 11001 |
Color Harmonies of #6F0F51
Complementary color
Monochromatic Colors of #6F0F51
Black with #6F0F51
Text Example
Text Example
White with #6F0F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F51; }
p { color: rgb(111,15,81); }
H1.HeaderClassName
{
color: #6F0F51;
}
.AnyTagClassName
{
color: #6F0F51;
}
</style>
background-color css
<style>
a { background-color: #6F0F51; }
a { background-color: rgb(111,15,81); }
div.DivClassName
{
background-color: #6F0F51;
}
.BgClassName
{
background-color: #6F0F51;
}
</style>
border-color css
<style>
span { border-color: #6F0F51; }
span { border-color: rgb(111,15,81); }
td.TdClassName
{
border-color: #6F0F51;
}
.TagClassName
{
border-color: #6F0F51;
}
</style>