Shades of Pompadour #6F1B41
Tints of Pompadour #6F1B41
RGB
CMYK
RGB Variations
Color information
#6F1B41 (or 0x6F1B41) is known color: Pompadour. HEX triplet: 6F, 1B and 41. RGB value is (111,27,65). Sum of RGB (Red+Green+Blue) = 111+27+65=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1B41 is #90E4BE. Grayscale: #383838. Windows color (decimal): -9495743 or 4266863. OLE color: 4266863.
HSL color Cylindrical-coordinate representation of color #6F1B41: hue angle of 332.86º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1B41 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 65 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.56 |
| HSL | 332.86º | 0.61% | 0.27% | - |
| HSV(B) | 332.86º | 0.76% | 0.44% | - |
| XYZ | 7.9 | 4.55 | 5.46 | - |
| YUV | 56.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 65 | 0 | 0.76 | 0.41 | 0.56 | 332.86 | 0.61 | 0.27 |
| Hex | 6F | 1B | 41 | 0 | 4C | 29 | 38 | 14D | 3D | 1B |
| Octal | 157 | 33 | 101 | 0 | 114 | 51 | 70 | 515 | 75 | 33 |
| Binary | 1101111 | 11011 | 1000001 | 0 | 1001100 | 101001 | 111000 | 101001101 | 111101 | 11011 |
Color Harmonies of #6F1B41
Complementary color
Monochromatic Colors of #6F1B41
Black with #6F1B41
Text Example
Text Example
White with #6F1B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B41; }
p { color: rgb(111,27,65); }
H1.HeaderClassName
{
color: #6F1B41;
}
.AnyTagClassName
{
color: #6F1B41;
}
</style>
background-color css
<style>
a { background-color: #6F1B41; }
a { background-color: rgb(111,27,65); }
div.DivClassName
{
background-color: #6F1B41;
}
.BgClassName
{
background-color: #6F1B41;
}
</style>
border-color css
<style>
span { border-color: #6F1B41; }
span { border-color: rgb(111,27,65); }
td.TdClassName
{
border-color: #6F1B41;
}
.TagClassName
{
border-color: #6F1B41;
}
</style>