Shades of Pompadour #6F1344
Tints of Pompadour #6F1344
RGB
CMYK
RGB Variations
Color information
#6F1344 (or 0x6F1344) is known color: Pompadour. HEX triplet: 6F, 13 and 44. RGB value is (111,19,68). Sum of RGB (Red+Green+Blue) = 111+19+68=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1344 is #90ECBB. Grayscale: #333333. Windows color (decimal): -9497788 or 4461423. OLE color: 4461423.
HSL color Cylindrical-coordinate representation of color #6F1344: hue angle of 328.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1344 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 68 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.56 |
| HSL | 328.04º | 0.71% | 0.25% | - |
| HSV(B) | 328.04º | 0.83% | 0.44% | - |
| XYZ | 7.83 | 4.26 | 5.88 | - |
| YUV | 52.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 68 | 0 | 0.83 | 0.39 | 0.56 | 328.04 | 0.71 | 0.25 |
| Hex | 6F | 13 | 44 | 0 | 53 | 27 | 38 | 148 | 47 | 19 |
| Octal | 157 | 23 | 104 | 0 | 123 | 47 | 70 | 510 | 107 | 31 |
| Binary | 1101111 | 10011 | 1000100 | 0 | 1010011 | 100111 | 111000 | 101001000 | 1000111 | 11001 |
Color Harmonies of #6F1344
Complementary color
Monochromatic Colors of #6F1344
Black with #6F1344
Text Example
Text Example
White with #6F1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1344; }
p { color: rgb(111,19,68); }
H1.HeaderClassName
{
color: #6F1344;
}
.AnyTagClassName
{
color: #6F1344;
}
</style>
background-color css
<style>
a { background-color: #6F1344; }
a { background-color: rgb(111,19,68); }
div.DivClassName
{
background-color: #6F1344;
}
.BgClassName
{
background-color: #6F1344;
}
</style>
border-color css
<style>
span { border-color: #6F1344; }
span { border-color: rgb(111,19,68); }
td.TdClassName
{
border-color: #6F1344;
}
.TagClassName
{
border-color: #6F1344;
}
</style>