Shades of Pompadour #6F2544
Tints of Pompadour #6F2544
RGB
CMYK
RGB Variations
Color information
#6F2544 (or 0x6F2544) is known color: Pompadour. HEX triplet: 6F, 25 and 44. RGB value is (111,37,68). Sum of RGB (Red+Green+Blue) = 111+37+68=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2544 is #90DABB. Grayscale: #3E3E3E. Windows color (decimal): -9493180 or 4466031. OLE color: 4466031.
HSL color Cylindrical-coordinate representation of color #6F2544: hue angle of 334.86º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2544 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 68 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.56 |
| HSL | 334.86º | 0.5% | 0.29% | - |
| HSV(B) | 334.86º | 0.67% | 0.44% | - |
| XYZ | 8.26 | 5.12 | 6.02 | - |
| YUV | 62.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 68 | 0 | 0.67 | 0.39 | 0.56 | 334.86 | 0.5 | 0.29 |
| Hex | 6F | 25 | 44 | 0 | 43 | 27 | 38 | 14F | 32 | 1D |
| Octal | 157 | 45 | 104 | 0 | 103 | 47 | 70 | 517 | 62 | 35 |
| Binary | 1101111 | 100101 | 1000100 | 0 | 1000011 | 100111 | 111000 | 101001111 | 110010 | 11101 |
Color Harmonies of #6F2544
Complementary color
Monochromatic Colors of #6F2544
Black with #6F2544
Text Example
Text Example
White with #6F2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2544; }
p { color: rgb(111,37,68); }
H1.HeaderClassName
{
color: #6F2544;
}
.AnyTagClassName
{
color: #6F2544;
}
</style>
background-color css
<style>
a { background-color: #6F2544; }
a { background-color: rgb(111,37,68); }
div.DivClassName
{
background-color: #6F2544;
}
.BgClassName
{
background-color: #6F2544;
}
</style>
border-color css
<style>
span { border-color: #6F2544; }
span { border-color: rgb(111,37,68); }
td.TdClassName
{
border-color: #6F2544;
}
.TagClassName
{
border-color: #6F2544;
}
</style>