Shades of Pompadour #6F1340
Tints of Pompadour #6F1340
RGB
CMYK
RGB Variations
Color information
#6F1340 (or 0x6F1340) is known color: Pompadour. HEX triplet: 6F, 13 and 40. RGB value is (111,19,64). Sum of RGB (Red+Green+Blue) = 111+19+64=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1340 is #90ECBF. Grayscale: #333333. Windows color (decimal): -9497792 or 4199279. OLE color: 4199279.
HSL color Cylindrical-coordinate representation of color #6F1340: hue angle of 330.65º 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 #6F1340 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 64 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.56 |
| HSL | 330.65º | 0.71% | 0.25% | - |
| HSV(B) | 330.65º | 0.83% | 0.44% | - |
| XYZ | 7.71 | 4.22 | 5.26 | - |
| YUV | 51.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 64 | 0 | 0.83 | 0.42 | 0.56 | 330.65 | 0.71 | 0.25 |
| Hex | 6F | 13 | 40 | 0 | 53 | 2A | 38 | 14B | 47 | 19 |
| Octal | 157 | 23 | 100 | 0 | 123 | 52 | 70 | 513 | 107 | 31 |
| Binary | 1101111 | 10011 | 1000000 | 0 | 1010011 | 101010 | 111000 | 101001011 | 1000111 | 11001 |
Color Harmonies of #6F1340
Complementary color
Monochromatic Colors of #6F1340
Black with #6F1340
Text Example
Text Example
White with #6F1340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1340; }
p { color: rgb(111,19,64); }
H1.HeaderClassName
{
color: #6F1340;
}
.AnyTagClassName
{
color: #6F1340;
}
</style>
background-color css
<style>
a { background-color: #6F1340; }
a { background-color: rgb(111,19,64); }
div.DivClassName
{
background-color: #6F1340;
}
.BgClassName
{
background-color: #6F1340;
}
</style>
border-color css
<style>
span { border-color: #6F1340; }
span { border-color: rgb(111,19,64); }
td.TdClassName
{
border-color: #6F1340;
}
.TagClassName
{
border-color: #6F1340;
}
</style>