Shades of Pompadour #6F2145
Tints of Pompadour #6F2145
RGB
CMYK
RGB Variations
Color information
#6F2145 (or 0x6F2145) is known color: Pompadour. HEX triplet: 6F, 21 and 45. RGB value is (111,33,69). Sum of RGB (Red+Green+Blue) = 111+33+69=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2145 is #90DEBA. Grayscale: #3C3C3C. Windows color (decimal): -9494203 or 4530543. OLE color: 4530543.
HSL color Cylindrical-coordinate representation of color #6F2145: hue angle of 332.31º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2145 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 69 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.56 |
| HSL | 332.31º | 0.54% | 0.28% | - |
| HSV(B) | 332.31º | 0.7% | 0.44% | - |
| XYZ | 8.17 | 4.9 | 6.14 | - |
| YUV | 60.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 69 | 0 | 0.70 | 0.38 | 0.56 | 332.31 | 0.54 | 0.28 |
| Hex | 6F | 21 | 45 | 0 | 46 | 26 | 38 | 14C | 36 | 1C |
| Octal | 157 | 41 | 105 | 0 | 106 | 46 | 70 | 514 | 66 | 34 |
| Binary | 1101111 | 100001 | 1000101 | 0 | 1000110 | 100110 | 111000 | 101001100 | 110110 | 11100 |
Color Harmonies of #6F2145
Complementary color
Monochromatic Colors of #6F2145
Black with #6F2145
Text Example
Text Example
White with #6F2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2145; }
p { color: rgb(111,33,69); }
H1.HeaderClassName
{
color: #6F2145;
}
.AnyTagClassName
{
color: #6F2145;
}
</style>
background-color css
<style>
a { background-color: #6F2145; }
a { background-color: rgb(111,33,69); }
div.DivClassName
{
background-color: #6F2145;
}
.BgClassName
{
background-color: #6F2145;
}
</style>
border-color css
<style>
span { border-color: #6F2145; }
span { border-color: rgb(111,33,69); }
td.TdClassName
{
border-color: #6F2145;
}
.TagClassName
{
border-color: #6F2145;
}
</style>