Shades of Pompadour #6F1252
Tints of Pompadour #6F1252
RGB
CMYK
RGB Variations
Color information
#6F1252 (or 0x6F1252) is known color: Pompadour. HEX triplet: 6F, 12 and 52. RGB value is (111,18,82). Sum of RGB (Red+Green+Blue) = 111+18+82=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1252 is #90EDAD. Grayscale: #343434. Windows color (decimal): -9498030 or 5378671. OLE color: 5378671.
HSL color Cylindrical-coordinate representation of color #6F1252: hue angle of 318.71º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1252 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 82 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.56 |
| HSL | 318.71º | 0.72% | 0.25% | - |
| HSV(B) | 318.71º | 0.84% | 0.44% | - |
| XYZ | 8.29 | 4.42 | 8.4 | - |
| YUV | 53.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 82 | 0 | 0.84 | 0.26 | 0.56 | 318.71 | 0.72 | 0.25 |
| Hex | 6F | 12 | 52 | 0 | 54 | 1A | 38 | 13F | 48 | 19 |
| Octal | 157 | 22 | 122 | 0 | 124 | 32 | 70 | 477 | 110 | 31 |
| Binary | 1101111 | 10010 | 1010010 | 0 | 1010100 | 11010 | 111000 | 100111111 | 1001000 | 11001 |
Color Harmonies of #6F1252
Complementary color
Monochromatic Colors of #6F1252
Black with #6F1252
Text Example
Text Example
White with #6F1252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1252; }
p { color: rgb(111,18,82); }
H1.HeaderClassName
{
color: #6F1252;
}
.AnyTagClassName
{
color: #6F1252;
}
</style>
background-color css
<style>
a { background-color: #6F1252; }
a { background-color: rgb(111,18,82); }
div.DivClassName
{
background-color: #6F1252;
}
.BgClassName
{
background-color: #6F1252;
}
</style>
border-color css
<style>
span { border-color: #6F1252; }
span { border-color: rgb(111,18,82); }
td.TdClassName
{
border-color: #6F1252;
}
.TagClassName
{
border-color: #6F1252;
}
</style>