Shades of Pompadour #6F1F51
Tints of Pompadour #6F1F51
RGB
CMYK
RGB Variations
Color information
#6F1F51 (or 0x6F1F51) is known color: Pompadour. HEX triplet: 6F, 1F and 51. RGB value is (111,31,81). Sum of RGB (Red+Green+Blue) = 111+31+81=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1F51 is #90E0AE. Grayscale: #3C3C3C. Windows color (decimal): -9494703 or 5316463. OLE color: 5316463.
HSL color Cylindrical-coordinate representation of color #6F1F51: hue angle of 322.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F51 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 81 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.56 |
| HSL | 322.5º | 0.56% | 0.28% | - |
| HSV(B) | 322.5º | 0.72% | 0.44% | - |
| XYZ | 8.53 | 4.95 | 8.29 | - |
| YUV | 60.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 81 | 0 | 0.72 | 0.27 | 0.56 | 322.5 | 0.56 | 0.28 |
| Hex | 6F | 1F | 51 | 0 | 48 | 1B | 38 | 142 | 38 | 1C |
| Octal | 157 | 37 | 121 | 0 | 110 | 33 | 70 | 502 | 70 | 34 |
| Binary | 1101111 | 11111 | 1010001 | 0 | 1001000 | 11011 | 111000 | 101000010 | 111000 | 11100 |
Color Harmonies of #6F1F51
Complementary color
Monochromatic Colors of #6F1F51
Black with #6F1F51
Text Example
Text Example
White with #6F1F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F51; }
p { color: rgb(111,31,81); }
H1.HeaderClassName
{
color: #6F1F51;
}
.AnyTagClassName
{
color: #6F1F51;
}
</style>
background-color css
<style>
a { background-color: #6F1F51; }
a { background-color: rgb(111,31,81); }
div.DivClassName
{
background-color: #6F1F51;
}
.BgClassName
{
background-color: #6F1F51;
}
</style>
border-color css
<style>
span { border-color: #6F1F51; }
span { border-color: rgb(111,31,81); }
td.TdClassName
{
border-color: #6F1F51;
}
.TagClassName
{
border-color: #6F1F51;
}
</style>