Shades of Pompadour #6F174D
Tints of Pompadour #6F174D
RGB
CMYK
RGB Variations
Color information
#6F174D (or 0x6F174D) is known color: Pompadour. HEX triplet: 6F, 17 and 4D. RGB value is (111,23,77). Sum of RGB (Red+Green+Blue) = 111+23+77=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F174D is #90E8B2. Grayscale: #373737. Windows color (decimal): -9496755 or 5052271. OLE color: 5052271.
HSL color Cylindrical-coordinate representation of color #6F174D: hue angle of 323.18º 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 #6F174D is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 77 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.56 |
| HSL | 323.18º | 0.66% | 0.26% | - |
| HSV(B) | 323.18º | 0.79% | 0.44% | - |
| XYZ | 8.2 | 4.53 | 7.46 | - |
| YUV | 55.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 77 | 0 | 0.79 | 0.31 | 0.56 | 323.18 | 0.66 | 0.26 |
| Hex | 6F | 17 | 4D | 0 | 4F | 1F | 38 | 143 | 42 | 1A |
| Octal | 157 | 27 | 115 | 0 | 117 | 37 | 70 | 503 | 102 | 32 |
| Binary | 1101111 | 10111 | 1001101 | 0 | 1001111 | 11111 | 111000 | 101000011 | 1000010 | 11010 |
Color Harmonies of #6F174D
Complementary color
Monochromatic Colors of #6F174D
Black with #6F174D
Text Example
Text Example
White with #6F174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F174D; }
p { color: rgb(111,23,77); }
H1.HeaderClassName
{
color: #6F174D;
}
.AnyTagClassName
{
color: #6F174D;
}
</style>
background-color css
<style>
a { background-color: #6F174D; }
a { background-color: rgb(111,23,77); }
div.DivClassName
{
background-color: #6F174D;
}
.BgClassName
{
background-color: #6F174D;
}
</style>
border-color css
<style>
span { border-color: #6F174D; }
span { border-color: rgb(111,23,77); }
td.TdClassName
{
border-color: #6F174D;
}
.TagClassName
{
border-color: #6F174D;
}
</style>