Shades of Pompadour #6F1643
Tints of Pompadour #6F1643
RGB
CMYK
RGB Variations
Color information
#6F1643 (or 0x6F1643) is known color: Pompadour. HEX triplet: 6F, 16 and 43. RGB value is (111,22,67). Sum of RGB (Red+Green+Blue) = 111+22+67=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1643 is #90E9BC. Grayscale: #353535. Windows color (decimal): -9497021 or 4396655. OLE color: 4396655.
HSL color Cylindrical-coordinate representation of color #6F1643: hue angle of 329.66º 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 #6F1643 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 67 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.56 |
| HSL | 329.66º | 0.67% | 0.26% | - |
| HSV(B) | 329.66º | 0.8% | 0.44% | - |
| XYZ | 7.86 | 4.36 | 5.74 | - |
| YUV | 53.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 67 | 0 | 0.80 | 0.40 | 0.56 | 329.66 | 0.67 | 0.26 |
| Hex | 6F | 16 | 43 | 0 | 50 | 28 | 38 | 14A | 43 | 1A |
| Octal | 157 | 26 | 103 | 0 | 120 | 50 | 70 | 512 | 103 | 32 |
| Binary | 1101111 | 10110 | 1000011 | 0 | 1010000 | 101000 | 111000 | 101001010 | 1000011 | 11010 |
Color Harmonies of #6F1643
Complementary color
Monochromatic Colors of #6F1643
Black with #6F1643
Text Example
Text Example
White with #6F1643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1643; }
p { color: rgb(111,22,67); }
H1.HeaderClassName
{
color: #6F1643;
}
.AnyTagClassName
{
color: #6F1643;
}
</style>
background-color css
<style>
a { background-color: #6F1643; }
a { background-color: rgb(111,22,67); }
div.DivClassName
{
background-color: #6F1643;
}
.BgClassName
{
background-color: #6F1643;
}
</style>
border-color css
<style>
span { border-color: #6F1643; }
span { border-color: rgb(111,22,67); }
td.TdClassName
{
border-color: #6F1643;
}
.TagClassName
{
border-color: #6F1643;
}
</style>