Shades of Pompadour #6F1740
Tints of Pompadour #6F1740
RGB
CMYK
RGB Variations
Color information
#6F1740 (or 0x6F1740) is known color: Pompadour. HEX triplet: 6F, 17 and 40. RGB value is (111,23,64). Sum of RGB (Red+Green+Blue) = 111+23+64=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1740 is #90E8BF. Grayscale: #353535. Windows color (decimal): -9496768 or 4200303. OLE color: 4200303.
HSL color Cylindrical-coordinate representation of color #6F1740: hue angle of 332.05º 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 #6F1740 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 64 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.56 |
| HSL | 332.05º | 0.66% | 0.26% | - |
| HSV(B) | 332.05º | 0.79% | 0.44% | - |
| XYZ | 7.79 | 4.36 | 5.28 | - |
| YUV | 53.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 64 | 0 | 0.79 | 0.42 | 0.56 | 332.05 | 0.66 | 0.26 |
| Hex | 6F | 17 | 40 | 0 | 4F | 2A | 38 | 14C | 42 | 1A |
| Octal | 157 | 27 | 100 | 0 | 117 | 52 | 70 | 514 | 102 | 32 |
| Binary | 1101111 | 10111 | 1000000 | 0 | 1001111 | 101010 | 111000 | 101001100 | 1000010 | 11010 |
Color Harmonies of #6F1740
Complementary color
Monochromatic Colors of #6F1740
Black with #6F1740
Text Example
Text Example
White with #6F1740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1740; }
p { color: rgb(111,23,64); }
H1.HeaderClassName
{
color: #6F1740;
}
.AnyTagClassName
{
color: #6F1740;
}
</style>
background-color css
<style>
a { background-color: #6F1740; }
a { background-color: rgb(111,23,64); }
div.DivClassName
{
background-color: #6F1740;
}
.BgClassName
{
background-color: #6F1740;
}
</style>
border-color css
<style>
span { border-color: #6F1740; }
span { border-color: rgb(111,23,64); }
td.TdClassName
{
border-color: #6F1740;
}
.TagClassName
{
border-color: #6F1740;
}
</style>