Shades of Pompadour #6F1841
Tints of Pompadour #6F1841
RGB
CMYK
RGB Variations
Color information
#6F1841 (or 0x6F1841) is known color: Pompadour. HEX triplet: 6F, 18 and 41. RGB value is (111,24,65). Sum of RGB (Red+Green+Blue) = 111+24+65=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1841 is #90E7BE. Grayscale: #363636. Windows color (decimal): -9496511 or 4266095. OLE color: 4266095.
HSL color Cylindrical-coordinate representation of color #6F1841: hue angle of 331.72º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1841 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 65 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.56 |
| HSL | 331.72º | 0.64% | 0.26% | - |
| HSV(B) | 331.72º | 0.78% | 0.44% | - |
| XYZ | 7.84 | 4.41 | 5.44 | - |
| YUV | 54.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 65 | 0 | 0.78 | 0.41 | 0.56 | 331.72 | 0.64 | 0.26 |
| Hex | 6F | 18 | 41 | 0 | 4E | 29 | 38 | 14C | 40 | 1A |
| Octal | 157 | 30 | 101 | 0 | 116 | 51 | 70 | 514 | 100 | 32 |
| Binary | 1101111 | 11000 | 1000001 | 0 | 1001110 | 101001 | 111000 | 101001100 | 1000000 | 11010 |
Color Harmonies of #6F1841
Complementary color
Monochromatic Colors of #6F1841
Black with #6F1841
Text Example
Text Example
White with #6F1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1841; }
p { color: rgb(111,24,65); }
H1.HeaderClassName
{
color: #6F1841;
}
.AnyTagClassName
{
color: #6F1841;
}
</style>
background-color css
<style>
a { background-color: #6F1841; }
a { background-color: rgb(111,24,65); }
div.DivClassName
{
background-color: #6F1841;
}
.BgClassName
{
background-color: #6F1841;
}
</style>
border-color css
<style>
span { border-color: #6F1841; }
span { border-color: rgb(111,24,65); }
td.TdClassName
{
border-color: #6F1841;
}
.TagClassName
{
border-color: #6F1841;
}
</style>