Shades of Pompadour #6F2551
Tints of Pompadour #6F2551
RGB
CMYK
RGB Variations
Color information
#6F2551 (or 0x6F2551) is known color: Pompadour. HEX triplet: 6F, 25 and 51. RGB value is (111,37,81). Sum of RGB (Red+Green+Blue) = 111+37+81=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2551 is #90DAAE. Grayscale: #404040. Windows color (decimal): -9493167 or 5317999. OLE color: 5317999.
HSL color Cylindrical-coordinate representation of color #6F2551: hue angle of 324.32º 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 #6F2551 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 81 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.56 |
| HSL | 324.32º | 0.5% | 0.29% | - |
| HSV(B) | 324.32º | 0.67% | 0.44% | - |
| XYZ | 8.7 | 5.3 | 8.35 | - |
| YUV | 64.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 81 | 0 | 0.67 | 0.27 | 0.56 | 324.32 | 0.5 | 0.29 |
| Hex | 6F | 25 | 51 | 0 | 43 | 1B | 38 | 144 | 32 | 1D |
| Octal | 157 | 45 | 121 | 0 | 103 | 33 | 70 | 504 | 62 | 35 |
| Binary | 1101111 | 100101 | 1010001 | 0 | 1000011 | 11011 | 111000 | 101000100 | 110010 | 11101 |
Color Harmonies of #6F2551
Complementary color
Monochromatic Colors of #6F2551
Black with #6F2551
Text Example
Text Example
White with #6F2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2551; }
p { color: rgb(111,37,81); }
H1.HeaderClassName
{
color: #6F2551;
}
.AnyTagClassName
{
color: #6F2551;
}
</style>
background-color css
<style>
a { background-color: #6F2551; }
a { background-color: rgb(111,37,81); }
div.DivClassName
{
background-color: #6F2551;
}
.BgClassName
{
background-color: #6F2551;
}
</style>
border-color css
<style>
span { border-color: #6F2551; }
span { border-color: rgb(111,37,81); }
td.TdClassName
{
border-color: #6F2551;
}
.TagClassName
{
border-color: #6F2551;
}
</style>