Shades of Pompadour #6F1036
Tints of Pompadour #6F1036
RGB
CMYK
RGB Variations
Color information
#6F1036 (or 0x6F1036) is known color: Pompadour. HEX triplet: 6F, 10 and 36. RGB value is (111,16,54). Sum of RGB (Red+Green+Blue) = 111+16+54=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1036 is #90EFC9. Grayscale: #303030. Windows color (decimal): -9498570 or 3543151. OLE color: 3543151.
HSL color Cylindrical-coordinate representation of color #6F1036: hue angle of 336º 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 #6F1036 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 54 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.56 |
| HSL | 336º | 0.75% | 0.25% | - |
| HSV(B) | 336º | 0.86% | 0.44% | - |
| XYZ | 7.41 | 4.02 | 3.87 | - |
| YUV | 48.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 54 | 0 | 0.86 | 0.51 | 0.56 | 336 | 0.75 | 0.25 |
| Hex | 6F | 10 | 36 | 0 | 56 | 33 | 38 | 150 | 4B | 19 |
| Octal | 157 | 20 | 66 | 0 | 126 | 63 | 70 | 520 | 113 | 31 |
| Binary | 1101111 | 10000 | 110110 | 0 | 1010110 | 110011 | 111000 | 101010000 | 1001011 | 11001 |
Color Harmonies of #6F1036
Complementary color
Monochromatic Colors of #6F1036
Black with #6F1036
Text Example
Text Example
White with #6F1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1036; }
p { color: rgb(111,16,54); }
H1.HeaderClassName
{
color: #6F1036;
}
.AnyTagClassName
{
color: #6F1036;
}
</style>
background-color css
<style>
a { background-color: #6F1036; }
a { background-color: rgb(111,16,54); }
div.DivClassName
{
background-color: #6F1036;
}
.BgClassName
{
background-color: #6F1036;
}
</style>
border-color css
<style>
span { border-color: #6F1036; }
span { border-color: rgb(111,16,54); }
td.TdClassName
{
border-color: #6F1036;
}
.TagClassName
{
border-color: #6F1036;
}
</style>