Shades of Pompadour #6F103B
Tints of Pompadour #6F103B
RGB
CMYK
RGB Variations
Color information
#6F103B (or 0x6F103B) is known color: Pompadour. HEX triplet: 6F, 10 and 3B. RGB value is (111,16,59). Sum of RGB (Red+Green+Blue) = 111+16+59=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F103B is #90EFC4. Grayscale: #313131. Windows color (decimal): -9498565 or 3870831. OLE color: 3870831.
HSL color Cylindrical-coordinate representation of color #6F103B: hue angle of 332.84º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F103B is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 59 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.56 |
| HSL | 332.84º | 0.75% | 0.25% | - |
| HSV(B) | 332.84º | 0.86% | 0.44% | - |
| XYZ | 7.53 | 4.07 | 4.53 | - |
| YUV | 49.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 59 | 0 | 0.86 | 0.47 | 0.56 | 332.84 | 0.75 | 0.25 |
| Hex | 6F | 10 | 3B | 0 | 56 | 2F | 38 | 14D | 4B | 19 |
| Octal | 157 | 20 | 73 | 0 | 126 | 57 | 70 | 515 | 113 | 31 |
| Binary | 1101111 | 10000 | 111011 | 0 | 1010110 | 101111 | 111000 | 101001101 | 1001011 | 11001 |
Color Harmonies of #6F103B
Complementary color
Monochromatic Colors of #6F103B
Black with #6F103B
Text Example
Text Example
White with #6F103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F103B; }
p { color: rgb(111,16,59); }
H1.HeaderClassName
{
color: #6F103B;
}
.AnyTagClassName
{
color: #6F103B;
}
</style>
background-color css
<style>
a { background-color: #6F103B; }
a { background-color: rgb(111,16,59); }
div.DivClassName
{
background-color: #6F103B;
}
.BgClassName
{
background-color: #6F103B;
}
</style>
border-color css
<style>
span { border-color: #6F103B; }
span { border-color: rgb(111,16,59); }
td.TdClassName
{
border-color: #6F103B;
}
.TagClassName
{
border-color: #6F103B;
}
</style>