Shades of Pompadour #6F1540
Tints of Pompadour #6F1540
RGB
CMYK
RGB Variations
Color information
#6F1540 (or 0x6F1540) is known color: Pompadour. HEX triplet: 6F, 15 and 40. RGB value is (111,21,64). Sum of RGB (Red+Green+Blue) = 111+21+64=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1540 is #90EABF. Grayscale: #343434. Windows color (decimal): -9497280 or 4199791. OLE color: 4199791.
HSL color Cylindrical-coordinate representation of color #6F1540: hue angle of 331.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1540 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 64 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.56 |
| HSL | 331.33º | 0.68% | 0.26% | - |
| HSV(B) | 331.33º | 0.81% | 0.44% | - |
| XYZ | 7.75 | 4.29 | 5.27 | - |
| YUV | 52.81 | 134.32 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 64 | 0 | 0.81 | 0.42 | 0.56 | 331.33 | 0.68 | 0.26 |
| Hex | 6F | 15 | 40 | 0 | 51 | 2A | 38 | 14B | 44 | 1A |
| Octal | 157 | 25 | 100 | 0 | 121 | 52 | 70 | 513 | 104 | 32 |
| Binary | 1101111 | 10101 | 1000000 | 0 | 1010001 | 101010 | 111000 | 101001011 | 1000100 | 11010 |
Color Harmonies of #6F1540
Complementary color
Monochromatic Colors of #6F1540
Black with #6F1540
Text Example
Text Example
White with #6F1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1540; }
p { color: rgb(111,21,64); }
H1.HeaderClassName
{
color: #6F1540;
}
.AnyTagClassName
{
color: #6F1540;
}
</style>
background-color css
<style>
a { background-color: #6F1540; }
a { background-color: rgb(111,21,64); }
div.DivClassName
{
background-color: #6F1540;
}
.BgClassName
{
background-color: #6F1540;
}
</style>
border-color css
<style>
span { border-color: #6F1540; }
span { border-color: rgb(111,21,64); }
td.TdClassName
{
border-color: #6F1540;
}
.TagClassName
{
border-color: #6F1540;
}
</style>