Shades of Pompadour #6F113F
Tints of Pompadour #6F113F
RGB
CMYK
RGB Variations
Color information
#6F113F (or 0x6F113F) is known color: Pompadour. HEX triplet: 6F, 11 and 3F. RGB value is (111,17,63). Sum of RGB (Red+Green+Blue) = 111+17+63=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F113F is #90EEC0. Grayscale: #323232. Windows color (decimal): -9498305 or 4133231. OLE color: 4133231.
HSL color Cylindrical-coordinate representation of color #6F113F: hue angle of 330.64º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F113F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 63 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.56 |
| HSL | 330.64º | 0.73% | 0.25% | - |
| HSV(B) | 330.64º | 0.85% | 0.44% | - |
| XYZ | 7.65 | 4.14 | 5.1 | - |
| YUV | 50.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 63 | 0 | 0.85 | 0.43 | 0.56 | 330.64 | 0.73 | 0.25 |
| Hex | 6F | 11 | 3F | 0 | 55 | 2B | 38 | 14B | 49 | 19 |
| Octal | 157 | 21 | 77 | 0 | 125 | 53 | 70 | 513 | 111 | 31 |
| Binary | 1101111 | 10001 | 111111 | 0 | 1010101 | 101011 | 111000 | 101001011 | 1001001 | 11001 |
Color Harmonies of #6F113F
Complementary color
Monochromatic Colors of #6F113F
Black with #6F113F
Text Example
Text Example
White with #6F113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F113F; }
p { color: rgb(111,17,63); }
H1.HeaderClassName
{
color: #6F113F;
}
.AnyTagClassName
{
color: #6F113F;
}
</style>
background-color css
<style>
a { background-color: #6F113F; }
a { background-color: rgb(111,17,63); }
div.DivClassName
{
background-color: #6F113F;
}
.BgClassName
{
background-color: #6F113F;
}
</style>
border-color css
<style>
span { border-color: #6F113F; }
span { border-color: rgb(111,17,63); }
td.TdClassName
{
border-color: #6F113F;
}
.TagClassName
{
border-color: #6F113F;
}
</style>