Shades of Pompadour #6F123A
Tints of Pompadour #6F123A
RGB
CMYK
RGB Variations
Color information
#6F123A (or 0x6F123A) is known color: Pompadour. HEX triplet: 6F, 12 and 3A. RGB value is (111,18,58). Sum of RGB (Red+Green+Blue) = 111+18+58=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F123A is #90EDC5. Grayscale: #323232. Windows color (decimal): -9498054 or 3805807. OLE color: 3805807.
HSL color Cylindrical-coordinate representation of color #6F123A: hue angle of 334.19º 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 #6F123A is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 58 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.56 |
| HSL | 334.19º | 0.72% | 0.25% | - |
| HSV(B) | 334.19º | 0.84% | 0.44% | - |
| XYZ | 7.54 | 4.12 | 4.4 | - |
| YUV | 50.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 58 | 0 | 0.84 | 0.48 | 0.56 | 334.19 | 0.72 | 0.25 |
| Hex | 6F | 12 | 3A | 0 | 54 | 30 | 38 | 14E | 48 | 19 |
| Octal | 157 | 22 | 72 | 0 | 124 | 60 | 70 | 516 | 110 | 31 |
| Binary | 1101111 | 10010 | 111010 | 0 | 1010100 | 110000 | 111000 | 101001110 | 1001000 | 11001 |
Color Harmonies of #6F123A
Complementary color
Monochromatic Colors of #6F123A
Black with #6F123A
Text Example
Text Example
White with #6F123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F123A; }
p { color: rgb(111,18,58); }
H1.HeaderClassName
{
color: #6F123A;
}
.AnyTagClassName
{
color: #6F123A;
}
</style>
background-color css
<style>
a { background-color: #6F123A; }
a { background-color: rgb(111,18,58); }
div.DivClassName
{
background-color: #6F123A;
}
.BgClassName
{
background-color: #6F123A;
}
</style>
border-color css
<style>
span { border-color: #6F123A; }
span { border-color: rgb(111,18,58); }
td.TdClassName
{
border-color: #6F123A;
}
.TagClassName
{
border-color: #6F123A;
}
</style>