Shades of Pompadour #6F164A
Tints of Pompadour #6F164A
RGB
CMYK
RGB Variations
Color information
#6F164A (or 0x6F164A) is known color: Pompadour. HEX triplet: 6F, 16 and 4A. RGB value is (111,22,74). Sum of RGB (Red+Green+Blue) = 111+22+74=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F164A is #90E9B5. Grayscale: #363636. Windows color (decimal): -9497014 or 4855407. OLE color: 4855407.
HSL color Cylindrical-coordinate representation of color #6F164A: hue angle of 324.94º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F164A is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 74 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.56 |
| HSL | 324.94º | 0.67% | 0.26% | - |
| HSV(B) | 324.94º | 0.8% | 0.44% | - |
| XYZ | 8.08 | 4.45 | 6.91 | - |
| YUV | 54.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 74 | 0 | 0.80 | 0.33 | 0.56 | 324.94 | 0.67 | 0.26 |
| Hex | 6F | 16 | 4A | 0 | 50 | 21 | 38 | 145 | 43 | 1A |
| Octal | 157 | 26 | 112 | 0 | 120 | 41 | 70 | 505 | 103 | 32 |
| Binary | 1101111 | 10110 | 1001010 | 0 | 1010000 | 100001 | 111000 | 101000101 | 1000011 | 11010 |
Color Harmonies of #6F164A
Complementary color
Monochromatic Colors of #6F164A
Black with #6F164A
Text Example
Text Example
White with #6F164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F164A; }
p { color: rgb(111,22,74); }
H1.HeaderClassName
{
color: #6F164A;
}
.AnyTagClassName
{
color: #6F164A;
}
</style>
background-color css
<style>
a { background-color: #6F164A; }
a { background-color: rgb(111,22,74); }
div.DivClassName
{
background-color: #6F164A;
}
.BgClassName
{
background-color: #6F164A;
}
</style>
border-color css
<style>
span { border-color: #6F164A; }
span { border-color: rgb(111,22,74); }
td.TdClassName
{
border-color: #6F164A;
}
.TagClassName
{
border-color: #6F164A;
}
</style>