Shades of Pompadour #6F1741
Tints of Pompadour #6F1741
RGB
CMYK
RGB Variations
Color information
#6F1741 (or 0x6F1741) is known color: Pompadour. HEX triplet: 6F, 17 and 41. RGB value is (111,23,65). Sum of RGB (Red+Green+Blue) = 111+23+65=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1741 is #90E8BE. Grayscale: #363636. Windows color (decimal): -9496767 or 4265839. OLE color: 4265839.
HSL color Cylindrical-coordinate representation of color #6F1741: hue angle of 331.36º 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 #6F1741 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 65 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.56 |
| HSL | 331.36º | 0.66% | 0.26% | - |
| HSV(B) | 331.36º | 0.79% | 0.44% | - |
| XYZ | 7.82 | 4.37 | 5.43 | - |
| YUV | 54.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 65 | 0 | 0.79 | 0.41 | 0.56 | 331.36 | 0.66 | 0.26 |
| Hex | 6F | 17 | 41 | 0 | 4F | 29 | 38 | 14B | 42 | 1A |
| Octal | 157 | 27 | 101 | 0 | 117 | 51 | 70 | 513 | 102 | 32 |
| Binary | 1101111 | 10111 | 1000001 | 0 | 1001111 | 101001 | 111000 | 101001011 | 1000010 | 11010 |
Color Harmonies of #6F1741
Complementary color
Monochromatic Colors of #6F1741
Black with #6F1741
Text Example
Text Example
White with #6F1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1741; }
p { color: rgb(111,23,65); }
H1.HeaderClassName
{
color: #6F1741;
}
.AnyTagClassName
{
color: #6F1741;
}
</style>
background-color css
<style>
a { background-color: #6F1741; }
a { background-color: rgb(111,23,65); }
div.DivClassName
{
background-color: #6F1741;
}
.BgClassName
{
background-color: #6F1741;
}
</style>
border-color css
<style>
span { border-color: #6F1741; }
span { border-color: rgb(111,23,65); }
td.TdClassName
{
border-color: #6F1741;
}
.TagClassName
{
border-color: #6F1741;
}
</style>