Shades of Pompadour #6F123E
Tints of Pompadour #6F123E
RGB
CMYK
RGB Variations
Color information
#6F123E (or 0x6F123E) is known color: Pompadour. HEX triplet: 6F, 12 and 3E. RGB value is (111,18,62). Sum of RGB (Red+Green+Blue) = 111+18+62=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F123E is #90EDC1. Grayscale: #323232. Windows color (decimal): -9498050 or 4067951. OLE color: 4067951.
HSL color Cylindrical-coordinate representation of color #6F123E: hue angle of 331.61º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F123E is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 62 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.56 |
| HSL | 331.61º | 0.72% | 0.25% | - |
| HSV(B) | 331.61º | 0.84% | 0.44% | - |
| XYZ | 7.64 | 4.16 | 4.96 | - |
| YUV | 50.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 62 | 0 | 0.84 | 0.44 | 0.56 | 331.61 | 0.72 | 0.25 |
| Hex | 6F | 12 | 3E | 0 | 54 | 2C | 38 | 14C | 48 | 19 |
| Octal | 157 | 22 | 76 | 0 | 124 | 54 | 70 | 514 | 110 | 31 |
| Binary | 1101111 | 10010 | 111110 | 0 | 1010100 | 101100 | 111000 | 101001100 | 1001000 | 11001 |
Color Harmonies of #6F123E
Complementary color
Monochromatic Colors of #6F123E
Black with #6F123E
Text Example
Text Example
White with #6F123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F123E; }
p { color: rgb(111,18,62); }
H1.HeaderClassName
{
color: #6F123E;
}
.AnyTagClassName
{
color: #6F123E;
}
</style>
background-color css
<style>
a { background-color: #6F123E; }
a { background-color: rgb(111,18,62); }
div.DivClassName
{
background-color: #6F123E;
}
.BgClassName
{
background-color: #6F123E;
}
</style>
border-color css
<style>
span { border-color: #6F123E; }
span { border-color: rgb(111,18,62); }
td.TdClassName
{
border-color: #6F123E;
}
.TagClassName
{
border-color: #6F123E;
}
</style>