Shades of Pompadour #6F1137
Tints of Pompadour #6F1137
RGB
CMYK
RGB Variations
Color information
#6F1137 (or 0x6F1137) is known color: Pompadour. HEX triplet: 6F, 11 and 37. RGB value is (111,17,55). Sum of RGB (Red+Green+Blue) = 111+17+55=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1137 is #90EEC8. Grayscale: #313131. Windows color (decimal): -9498313 or 3608943. OLE color: 3608943.
HSL color Cylindrical-coordinate representation of color #6F1137: hue angle of 335.74º 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 #6F1137 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 55 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.56 |
| HSL | 335.74º | 0.73% | 0.25% | - |
| HSV(B) | 335.74º | 0.85% | 0.44% | - |
| XYZ | 7.45 | 4.06 | 4 | - |
| YUV | 49.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 55 | 0 | 0.85 | 0.50 | 0.56 | 335.74 | 0.73 | 0.25 |
| Hex | 6F | 11 | 37 | 0 | 55 | 32 | 38 | 150 | 49 | 19 |
| Octal | 157 | 21 | 67 | 0 | 125 | 62 | 70 | 520 | 111 | 31 |
| Binary | 1101111 | 10001 | 110111 | 0 | 1010101 | 110010 | 111000 | 101010000 | 1001001 | 11001 |
Color Harmonies of #6F1137
Complementary color
Monochromatic Colors of #6F1137
Black with #6F1137
Text Example
Text Example
White with #6F1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1137; }
p { color: rgb(111,17,55); }
H1.HeaderClassName
{
color: #6F1137;
}
.AnyTagClassName
{
color: #6F1137;
}
</style>
background-color css
<style>
a { background-color: #6F1137; }
a { background-color: rgb(111,17,55); }
div.DivClassName
{
background-color: #6F1137;
}
.BgClassName
{
background-color: #6F1137;
}
</style>
border-color css
<style>
span { border-color: #6F1137; }
span { border-color: rgb(111,17,55); }
td.TdClassName
{
border-color: #6F1137;
}
.TagClassName
{
border-color: #6F1137;
}
</style>