Shades of Pompadour #6F193D
Tints of Pompadour #6F193D
RGB
CMYK
RGB Variations
Color information
#6F193D (or 0x6F193D) is known color: Pompadour. HEX triplet: 6F, 19 and 3D. RGB value is (111,25,61). Sum of RGB (Red+Green+Blue) = 111+25+61=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F193D is #90E6C2. Grayscale: #363636. Windows color (decimal): -9496259 or 4004207. OLE color: 4004207.
HSL color Cylindrical-coordinate representation of color #6F193D: hue angle of 334.88º 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 #6F193D is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 25 | 61 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.56 |
| HSL | 334.88º | 0.63% | 0.27% | - |
| HSV(B) | 334.88º | 0.77% | 0.44% | - |
| XYZ | 7.75 | 4.41 | 4.86 | - |
| YUV | 54.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 61 | 0 | 0.77 | 0.45 | 0.56 | 334.88 | 0.63 | 0.27 |
| Hex | 6F | 19 | 3D | 0 | 4D | 2D | 38 | 14F | 3F | 1B |
| Octal | 157 | 31 | 75 | 0 | 115 | 55 | 70 | 517 | 77 | 33 |
| Binary | 1101111 | 11001 | 111101 | 0 | 1001101 | 101101 | 111000 | 101001111 | 111111 | 11011 |
Color Harmonies of #6F193D
Complementary color
Monochromatic Colors of #6F193D
Black with #6F193D
Text Example
Text Example
White with #6F193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F193D; }
p { color: rgb(111,25,61); }
H1.HeaderClassName
{
color: #6F193D;
}
.AnyTagClassName
{
color: #6F193D;
}
</style>
background-color css
<style>
a { background-color: #6F193D; }
a { background-color: rgb(111,25,61); }
div.DivClassName
{
background-color: #6F193D;
}
.BgClassName
{
background-color: #6F193D;
}
</style>
border-color css
<style>
span { border-color: #6F193D; }
span { border-color: rgb(111,25,61); }
td.TdClassName
{
border-color: #6F193D;
}
.TagClassName
{
border-color: #6F193D;
}
</style>