Shades of Pompadour #6F113A
Tints of Pompadour #6F113A
RGB
CMYK
RGB Variations
Color information
#6F113A (or 0x6F113A) is known color: Pompadour. HEX triplet: 6F, 11 and 3A. RGB value is (111,17,58). Sum of RGB (Red+Green+Blue) = 111+17+58=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F113A is #90EEC5. Grayscale: #313131. Windows color (decimal): -9498310 or 3805551. OLE color: 3805551.
HSL color Cylindrical-coordinate representation of color #6F113A: hue angle of 333.83º 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 #6F113A is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 58 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.56 |
| HSL | 333.83º | 0.73% | 0.25% | - |
| HSV(B) | 333.83º | 0.85% | 0.44% | - |
| XYZ | 7.52 | 4.09 | 4.4 | - |
| YUV | 49.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 58 | 0 | 0.85 | 0.48 | 0.56 | 333.83 | 0.73 | 0.25 |
| Hex | 6F | 11 | 3A | 0 | 55 | 30 | 38 | 14E | 49 | 19 |
| Octal | 157 | 21 | 72 | 0 | 125 | 60 | 70 | 516 | 111 | 31 |
| Binary | 1101111 | 10001 | 111010 | 0 | 1010101 | 110000 | 111000 | 101001110 | 1001001 | 11001 |
Color Harmonies of #6F113A
Complementary color
Monochromatic Colors of #6F113A
Black with #6F113A
Text Example
Text Example
White with #6F113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F113A; }
p { color: rgb(111,17,58); }
H1.HeaderClassName
{
color: #6F113A;
}
.AnyTagClassName
{
color: #6F113A;
}
</style>
background-color css
<style>
a { background-color: #6F113A; }
a { background-color: rgb(111,17,58); }
div.DivClassName
{
background-color: #6F113A;
}
.BgClassName
{
background-color: #6F113A;
}
</style>
border-color css
<style>
span { border-color: #6F113A; }
span { border-color: rgb(111,17,58); }
td.TdClassName
{
border-color: #6F113A;
}
.TagClassName
{
border-color: #6F113A;
}
</style>