Shades of Pompadour #6B113F
Tints of Pompadour #6B113F
RGB
CMYK
RGB Variations
Color information
#6B113F (or 0x6B113F) is known color: Pompadour. HEX triplet: 6B, 11 and 3F. RGB value is (107,17,63). Sum of RGB (Red+Green+Blue) = 107+17+63=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B113F is #94EEC0. Grayscale: #313131. Windows color (decimal): -9760449 or 4133227. OLE color: 4133227.
HSL color Cylindrical-coordinate representation of color #6B113F: hue angle of 329.33º 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 #6B113F is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 17 | 63 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.58 |
| HSL | 329.33º | 0.73% | 0.24% | - |
| HSV(B) | 329.33º | 0.84% | 0.42% | - |
| XYZ | 7.16 | 3.89 | 5.08 | - |
| YUV | 49.15 | 135.82 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 63 | 0 | 0.84 | 0.41 | 0.58 | 329.33 | 0.73 | 0.24 |
| Hex | 6B | 11 | 3F | 0 | 54 | 29 | 3A | 149 | 49 | 18 |
| Octal | 153 | 21 | 77 | 0 | 124 | 51 | 72 | 511 | 111 | 30 |
| Binary | 1101011 | 10001 | 111111 | 0 | 1010100 | 101001 | 111010 | 101001001 | 1001001 | 11000 |
Color Harmonies of #6B113F
Complementary color
Monochromatic Colors of #6B113F
Black with #6B113F
Text Example
Text Example
White with #6B113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B113F; }
p { color: rgb(107,17,63); }
H1.HeaderClassName
{
color: #6B113F;
}
.AnyTagClassName
{
color: #6B113F;
}
</style>
background-color css
<style>
a { background-color: #6B113F; }
a { background-color: rgb(107,17,63); }
div.DivClassName
{
background-color: #6B113F;
}
.BgClassName
{
background-color: #6B113F;
}
</style>
border-color css
<style>
span { border-color: #6B113F; }
span { border-color: rgb(107,17,63); }
td.TdClassName
{
border-color: #6B113F;
}
.TagClassName
{
border-color: #6B113F;
}
</style>