Shades of Pompadour #6F2345
Tints of Pompadour #6F2345
RGB
CMYK
RGB Variations
Color information
#6F2345 (or 0x6F2345) is known color: Pompadour. HEX triplet: 6F, 23 and 45. RGB value is (111,35,69). Sum of RGB (Red+Green+Blue) = 111+35+69=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2345 is #90DCBA. Grayscale: #3D3D3D. Windows color (decimal): -9493691 or 4531055. OLE color: 4531055.
HSL color Cylindrical-coordinate representation of color #6F2345: hue angle of 333.16º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2345 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 69 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.56 |
| HSL | 333.16º | 0.52% | 0.29% | - |
| HSV(B) | 333.16º | 0.68% | 0.44% | - |
| XYZ | 8.23 | 5.01 | 6.16 | - |
| YUV | 61.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 69 | 0 | 0.68 | 0.38 | 0.56 | 333.16 | 0.52 | 0.29 |
| Hex | 6F | 23 | 45 | 0 | 44 | 26 | 38 | 14D | 34 | 1D |
| Octal | 157 | 43 | 105 | 0 | 104 | 46 | 70 | 515 | 64 | 35 |
| Binary | 1101111 | 100011 | 1000101 | 0 | 1000100 | 100110 | 111000 | 101001101 | 110100 | 11101 |
Color Harmonies of #6F2345
Complementary color
Monochromatic Colors of #6F2345
Black with #6F2345
Text Example
Text Example
White with #6F2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2345; }
p { color: rgb(111,35,69); }
H1.HeaderClassName
{
color: #6F2345;
}
.AnyTagClassName
{
color: #6F2345;
}
</style>
background-color css
<style>
a { background-color: #6F2345; }
a { background-color: rgb(111,35,69); }
div.DivClassName
{
background-color: #6F2345;
}
.BgClassName
{
background-color: #6F2345;
}
</style>
border-color css
<style>
span { border-color: #6F2345; }
span { border-color: rgb(111,35,69); }
td.TdClassName
{
border-color: #6F2345;
}
.TagClassName
{
border-color: #6F2345;
}
</style>