Shades of Pompadour #6F174F
Tints of Pompadour #6F174F
RGB
CMYK
RGB Variations
Color information
#6F174F (or 0x6F174F) is known color: Pompadour. HEX triplet: 6F, 17 and 4F. RGB value is (111,23,79). Sum of RGB (Red+Green+Blue) = 111+23+79=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F174F is #90E8B0. Grayscale: #373737. Windows color (decimal): -9496753 or 5183343. OLE color: 5183343.
HSL color Cylindrical-coordinate representation of color #6F174F: hue angle of 321.82º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F174F is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 79 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.56 |
| HSL | 321.82º | 0.66% | 0.26% | - |
| HSV(B) | 321.82º | 0.79% | 0.44% | - |
| XYZ | 8.27 | 4.56 | 7.84 | - |
| YUV | 55.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 79 | 0 | 0.79 | 0.29 | 0.56 | 321.82 | 0.66 | 0.26 |
| Hex | 6F | 17 | 4F | 0 | 4F | 1D | 38 | 142 | 42 | 1A |
| Octal | 157 | 27 | 117 | 0 | 117 | 35 | 70 | 502 | 102 | 32 |
| Binary | 1101111 | 10111 | 1001111 | 0 | 1001111 | 11101 | 111000 | 101000010 | 1000010 | 11010 |
Color Harmonies of #6F174F
Complementary color
Monochromatic Colors of #6F174F
Black with #6F174F
Text Example
Text Example
White with #6F174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F174F; }
p { color: rgb(111,23,79); }
H1.HeaderClassName
{
color: #6F174F;
}
.AnyTagClassName
{
color: #6F174F;
}
</style>
background-color css
<style>
a { background-color: #6F174F; }
a { background-color: rgb(111,23,79); }
div.DivClassName
{
background-color: #6F174F;
}
.BgClassName
{
background-color: #6F174F;
}
</style>
border-color css
<style>
span { border-color: #6F174F; }
span { border-color: rgb(111,23,79); }
td.TdClassName
{
border-color: #6F174F;
}
.TagClassName
{
border-color: #6F174F;
}
</style>