Shades of Pompadour #6F1641
Tints of Pompadour #6F1641
RGB
CMYK
RGB Variations
Color information
#6F1641 (or 0x6F1641) is known color: Pompadour. HEX triplet: 6F, 16 and 41. RGB value is (111,22,65). Sum of RGB (Red+Green+Blue) = 111+22+65=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1641 is #90E9BE. Grayscale: #353535. Windows color (decimal): -9497023 or 4265583. OLE color: 4265583.
HSL color Cylindrical-coordinate representation of color #6F1641: hue angle of 331.01º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1641 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 65 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.56 |
| HSL | 331.01º | 0.67% | 0.26% | - |
| HSV(B) | 331.01º | 0.8% | 0.44% | - |
| XYZ | 7.8 | 4.33 | 5.43 | - |
| YUV | 53.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 65 | 0 | 0.80 | 0.41 | 0.56 | 331.01 | 0.67 | 0.26 |
| Hex | 6F | 16 | 41 | 0 | 50 | 29 | 38 | 14B | 43 | 1A |
| Octal | 157 | 26 | 101 | 0 | 120 | 51 | 70 | 513 | 103 | 32 |
| Binary | 1101111 | 10110 | 1000001 | 0 | 1010000 | 101001 | 111000 | 101001011 | 1000011 | 11010 |
Color Harmonies of #6F1641
Complementary color
Monochromatic Colors of #6F1641
Black with #6F1641
Text Example
Text Example
White with #6F1641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1641; }
p { color: rgb(111,22,65); }
H1.HeaderClassName
{
color: #6F1641;
}
.AnyTagClassName
{
color: #6F1641;
}
</style>
background-color css
<style>
a { background-color: #6F1641; }
a { background-color: rgb(111,22,65); }
div.DivClassName
{
background-color: #6F1641;
}
.BgClassName
{
background-color: #6F1641;
}
</style>
border-color css
<style>
span { border-color: #6F1641; }
span { border-color: rgb(111,22,65); }
td.TdClassName
{
border-color: #6F1641;
}
.TagClassName
{
border-color: #6F1641;
}
</style>