Shades of Pompadour #6B113D
Tints of Pompadour #6B113D
RGB
CMYK
RGB Variations
Color information
#6B113D (or 0x6B113D) is known color: Pompadour. HEX triplet: 6B, 11 and 3D. RGB value is (107,17,61). Sum of RGB (Red+Green+Blue) = 107+17+61=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B113D is #94EEC2. Grayscale: #303030. Windows color (decimal): -9760451 or 4002155. OLE color: 4002155.
HSL color Cylindrical-coordinate representation of color #6B113D: hue angle of 330.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B113D is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 17 | 61 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.58 |
| HSL | 330.67º | 0.73% | 0.24% | - |
| HSV(B) | 330.67º | 0.84% | 0.42% | - |
| XYZ | 7.11 | 3.86 | 4.79 | - |
| YUV | 48.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 61 | 0 | 0.84 | 0.43 | 0.58 | 330.67 | 0.73 | 0.24 |
| Hex | 6B | 11 | 3D | 0 | 54 | 2B | 3A | 14B | 49 | 18 |
| Octal | 153 | 21 | 75 | 0 | 124 | 53 | 72 | 513 | 111 | 30 |
| Binary | 1101011 | 10001 | 111101 | 0 | 1010100 | 101011 | 111010 | 101001011 | 1001001 | 11000 |
Color Harmonies of #6B113D
Complementary color
Monochromatic Colors of #6B113D
Black with #6B113D
Text Example
Text Example
White with #6B113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B113D; }
p { color: rgb(107,17,61); }
H1.HeaderClassName
{
color: #6B113D;
}
.AnyTagClassName
{
color: #6B113D;
}
</style>
background-color css
<style>
a { background-color: #6B113D; }
a { background-color: rgb(107,17,61); }
div.DivClassName
{
background-color: #6B113D;
}
.BgClassName
{
background-color: #6B113D;
}
</style>
border-color css
<style>
span { border-color: #6B113D; }
span { border-color: rgb(107,17,61); }
td.TdClassName
{
border-color: #6B113D;
}
.TagClassName
{
border-color: #6B113D;
}
</style>