Shades of Pompadour #6F1745
Tints of Pompadour #6F1745
RGB
CMYK
RGB Variations
Color information
#6F1745 (or 0x6F1745) is known color: Pompadour. HEX triplet: 6F, 17 and 45. RGB value is (111,23,69). Sum of RGB (Red+Green+Blue) = 111+23+69=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1745 is #90E8BA. Grayscale: #363636. Windows color (decimal): -9496763 or 4527983. OLE color: 4527983.
HSL color Cylindrical-coordinate representation of color #6F1745: hue angle of 328.64º 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 #6F1745 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 69 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.56 |
| HSL | 328.64º | 0.66% | 0.26% | - |
| HSV(B) | 328.64º | 0.79% | 0.44% | - |
| XYZ | 7.94 | 4.42 | 6.07 | - |
| YUV | 54.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 69 | 0 | 0.79 | 0.38 | 0.56 | 328.64 | 0.66 | 0.26 |
| Hex | 6F | 17 | 45 | 0 | 4F | 26 | 38 | 149 | 42 | 1A |
| Octal | 157 | 27 | 105 | 0 | 117 | 46 | 70 | 511 | 102 | 32 |
| Binary | 1101111 | 10111 | 1000101 | 0 | 1001111 | 100110 | 111000 | 101001001 | 1000010 | 11010 |
Color Harmonies of #6F1745
Complementary color
Monochromatic Colors of #6F1745
Black with #6F1745
Text Example
Text Example
White with #6F1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1745; }
p { color: rgb(111,23,69); }
H1.HeaderClassName
{
color: #6F1745;
}
.AnyTagClassName
{
color: #6F1745;
}
</style>
background-color css
<style>
a { background-color: #6F1745; }
a { background-color: rgb(111,23,69); }
div.DivClassName
{
background-color: #6F1745;
}
.BgClassName
{
background-color: #6F1745;
}
</style>
border-color css
<style>
span { border-color: #6F1745; }
span { border-color: rgb(111,23,69); }
td.TdClassName
{
border-color: #6F1745;
}
.TagClassName
{
border-color: #6F1745;
}
</style>