Shades of Pompadour #6F113D
Tints of Pompadour #6F113D
RGB
CMYK
RGB Variations
Color information
#6F113D (or 0x6F113D) is known color: Pompadour. HEX triplet: 6F, 11 and 3D. RGB value is (111,17,61). Sum of RGB (Red+Green+Blue) = 111+17+61=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F113D is #90EEC2. Grayscale: #323232. Windows color (decimal): -9498307 or 4002159. OLE color: 4002159.
HSL color Cylindrical-coordinate representation of color #6F113D: hue angle of 331.91º 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 #6F113D is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 61 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.56 |
| HSL | 331.91º | 0.73% | 0.25% | - |
| HSV(B) | 331.91º | 0.85% | 0.44% | - |
| XYZ | 7.6 | 4.12 | 4.81 | - |
| YUV | 50.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 61 | 0 | 0.85 | 0.45 | 0.56 | 331.91 | 0.73 | 0.25 |
| Hex | 6F | 11 | 3D | 0 | 55 | 2D | 38 | 14C | 49 | 19 |
| Octal | 157 | 21 | 75 | 0 | 125 | 55 | 70 | 514 | 111 | 31 |
| Binary | 1101111 | 10001 | 111101 | 0 | 1010101 | 101101 | 111000 | 101001100 | 1001001 | 11001 |
Color Harmonies of #6F113D
Complementary color
Monochromatic Colors of #6F113D
Black with #6F113D
Text Example
Text Example
White with #6F113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F113D; }
p { color: rgb(111,17,61); }
H1.HeaderClassName
{
color: #6F113D;
}
.AnyTagClassName
{
color: #6F113D;
}
</style>
background-color css
<style>
a { background-color: #6F113D; }
a { background-color: rgb(111,17,61); }
div.DivClassName
{
background-color: #6F113D;
}
.BgClassName
{
background-color: #6F113D;
}
</style>
border-color css
<style>
span { border-color: #6F113D; }
span { border-color: rgb(111,17,61); }
td.TdClassName
{
border-color: #6F113D;
}
.TagClassName
{
border-color: #6F113D;
}
</style>