Shades of Pompadour #6F123F
Tints of Pompadour #6F123F
RGB
CMYK
RGB Variations
Color information
#6F123F (or 0x6F123F) is known color: Pompadour. HEX triplet: 6F, 12 and 3F. RGB value is (111,18,63). Sum of RGB (Red+Green+Blue) = 111+18+63=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F123F is #90EDC0. Grayscale: #323232. Windows color (decimal): -9498049 or 4133487. OLE color: 4133487.
HSL color Cylindrical-coordinate representation of color #6F123F: hue angle of 330.97º 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 #6F123F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 63 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.56 |
| HSL | 330.97º | 0.72% | 0.25% | - |
| HSV(B) | 330.97º | 0.84% | 0.44% | - |
| XYZ | 7.67 | 4.17 | 5.1 | - |
| YUV | 50.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 63 | 0 | 0.84 | 0.43 | 0.56 | 330.97 | 0.72 | 0.25 |
| Hex | 6F | 12 | 3F | 0 | 54 | 2B | 38 | 14B | 48 | 19 |
| Octal | 157 | 22 | 77 | 0 | 124 | 53 | 70 | 513 | 110 | 31 |
| Binary | 1101111 | 10010 | 111111 | 0 | 1010100 | 101011 | 111000 | 101001011 | 1001000 | 11001 |
Color Harmonies of #6F123F
Complementary color
Monochromatic Colors of #6F123F
Black with #6F123F
Text Example
Text Example
White with #6F123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F123F; }
p { color: rgb(111,18,63); }
H1.HeaderClassName
{
color: #6F123F;
}
.AnyTagClassName
{
color: #6F123F;
}
</style>
background-color css
<style>
a { background-color: #6F123F; }
a { background-color: rgb(111,18,63); }
div.DivClassName
{
background-color: #6F123F;
}
.BgClassName
{
background-color: #6F123F;
}
</style>
border-color css
<style>
span { border-color: #6F123F; }
span { border-color: rgb(111,18,63); }
td.TdClassName
{
border-color: #6F123F;
}
.TagClassName
{
border-color: #6F123F;
}
</style>