Shades of Pompadour #6F1341
Tints of Pompadour #6F1341
RGB
CMYK
RGB Variations
Color information
#6F1341 (or 0x6F1341) is known color: Pompadour. HEX triplet: 6F, 13 and 41. RGB value is (111,19,65). Sum of RGB (Red+Green+Blue) = 111+19+65=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1341 is #90ECBE. Grayscale: #333333. Windows color (decimal): -9497791 or 4264815. OLE color: 4264815.
HSL color Cylindrical-coordinate representation of color #6F1341: hue angle of 330º 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 #6F1341 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 65 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.56 |
| HSL | 330º | 0.71% | 0.25% | - |
| HSV(B) | 330º | 0.83% | 0.44% | - |
| XYZ | 7.74 | 4.23 | 5.41 | - |
| YUV | 51.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 65 | 0 | 0.83 | 0.41 | 0.56 | 330 | 0.71 | 0.25 |
| Hex | 6F | 13 | 41 | 0 | 53 | 29 | 38 | 14A | 47 | 19 |
| Octal | 157 | 23 | 101 | 0 | 123 | 51 | 70 | 512 | 107 | 31 |
| Binary | 1101111 | 10011 | 1000001 | 0 | 1010011 | 101001 | 111000 | 101001010 | 1000111 | 11001 |
Color Harmonies of #6F1341
Complementary color
Monochromatic Colors of #6F1341
Black with #6F1341
Text Example
Text Example
White with #6F1341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1341; }
p { color: rgb(111,19,65); }
H1.HeaderClassName
{
color: #6F1341;
}
.AnyTagClassName
{
color: #6F1341;
}
</style>
background-color css
<style>
a { background-color: #6F1341; }
a { background-color: rgb(111,19,65); }
div.DivClassName
{
background-color: #6F1341;
}
.BgClassName
{
background-color: #6F1341;
}
</style>
border-color css
<style>
span { border-color: #6F1341; }
span { border-color: rgb(111,19,65); }
td.TdClassName
{
border-color: #6F1341;
}
.TagClassName
{
border-color: #6F1341;
}
</style>