Shades of Pompadour #6F194D
Tints of Pompadour #6F194D
RGB
CMYK
RGB Variations
Color information
#6F194D (or 0x6F194D) is known color: Pompadour. HEX triplet: 6F, 19 and 4D. RGB value is (111,25,77). Sum of RGB (Red+Green+Blue) = 111+25+77=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F194D is #90E6B2. Grayscale: #383838. Windows color (decimal): -9496243 or 5052783. OLE color: 5052783.
HSL color Cylindrical-coordinate representation of color #6F194D: hue angle of 323.72º degrees, saturation: 0.63, 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 #6F194D is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 25 | 77 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.56 |
| HSL | 323.72º | 0.63% | 0.27% | - |
| HSV(B) | 323.72º | 0.77% | 0.44% | - |
| XYZ | 8.24 | 4.61 | 7.48 | - |
| YUV | 56.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 77 | 0 | 0.77 | 0.31 | 0.56 | 323.72 | 0.63 | 0.27 |
| Hex | 6F | 19 | 4D | 0 | 4D | 1F | 38 | 144 | 3F | 1B |
| Octal | 157 | 31 | 115 | 0 | 115 | 37 | 70 | 504 | 77 | 33 |
| Binary | 1101111 | 11001 | 1001101 | 0 | 1001101 | 11111 | 111000 | 101000100 | 111111 | 11011 |
Color Harmonies of #6F194D
Complementary color
Monochromatic Colors of #6F194D
Black with #6F194D
Text Example
Text Example
White with #6F194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F194D; }
p { color: rgb(111,25,77); }
H1.HeaderClassName
{
color: #6F194D;
}
.AnyTagClassName
{
color: #6F194D;
}
</style>
background-color css
<style>
a { background-color: #6F194D; }
a { background-color: rgb(111,25,77); }
div.DivClassName
{
background-color: #6F194D;
}
.BgClassName
{
background-color: #6F194D;
}
</style>
border-color css
<style>
span { border-color: #6F194D; }
span { border-color: rgb(111,25,77); }
td.TdClassName
{
border-color: #6F194D;
}
.TagClassName
{
border-color: #6F194D;
}
</style>