Shades of Pompadour #6F1A47
Tints of Pompadour #6F1A47
RGB
CMYK
RGB Variations
Color information
#6F1A47 (or 0x6F1A47) is known color: Pompadour. HEX triplet: 6F, 1A and 47. RGB value is (111,26,71). Sum of RGB (Red+Green+Blue) = 111+26+71=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A47 is #90E5B8. Grayscale: #383838. Windows color (decimal): -9495993 or 4659823. OLE color: 4659823.
HSL color Cylindrical-coordinate representation of color #6F1A47: hue angle of 328.24º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A47 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 26 | 71 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.56 |
| HSL | 328.24º | 0.62% | 0.27% | - |
| HSV(B) | 328.24º | 0.77% | 0.44% | - |
| XYZ | 8.06 | 4.57 | 6.42 | - |
| YUV | 56.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 71 | 0 | 0.77 | 0.36 | 0.56 | 328.24 | 0.62 | 0.27 |
| Hex | 6F | 1A | 47 | 0 | 4D | 24 | 38 | 148 | 3E | 1B |
| Octal | 157 | 32 | 107 | 0 | 115 | 44 | 70 | 510 | 76 | 33 |
| Binary | 1101111 | 11010 | 1000111 | 0 | 1001101 | 100100 | 111000 | 101001000 | 111110 | 11011 |
Color Harmonies of #6F1A47
Complementary color
Monochromatic Colors of #6F1A47
Black with #6F1A47
Text Example
Text Example
White with #6F1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1A47; }
p { color: rgb(111,26,71); }
H1.HeaderClassName
{
color: #6F1A47;
}
.AnyTagClassName
{
color: #6F1A47;
}
</style>
background-color css
<style>
a { background-color: #6F1A47; }
a { background-color: rgb(111,26,71); }
div.DivClassName
{
background-color: #6F1A47;
}
.BgClassName
{
background-color: #6F1A47;
}
</style>
border-color css
<style>
span { border-color: #6F1A47; }
span { border-color: rgb(111,26,71); }
td.TdClassName
{
border-color: #6F1A47;
}
.TagClassName
{
border-color: #6F1A47;
}
</style>