Shades of Pompadour #6F173D
Tints of Pompadour #6F173D
RGB
CMYK
RGB Variations
Color information
#6F173D (or 0x6F173D) is known color: Pompadour. HEX triplet: 6F, 17 and 3D. RGB value is (111,23,61). Sum of RGB (Red+Green+Blue) = 111+23+61=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F173D is #90E8C2. Grayscale: #353535. Windows color (decimal): -9496771 or 4003695. OLE color: 4003695.
HSL color Cylindrical-coordinate representation of color #6F173D: hue angle of 334.09º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F173D is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 61 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.56 |
| HSL | 334.09º | 0.66% | 0.26% | - |
| HSV(B) | 334.09º | 0.79% | 0.44% | - |
| XYZ | 7.7 | 4.33 | 4.84 | - |
| YUV | 53.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 61 | 0 | 0.79 | 0.45 | 0.56 | 334.09 | 0.66 | 0.26 |
| Hex | 6F | 17 | 3D | 0 | 4F | 2D | 38 | 14E | 42 | 1A |
| Octal | 157 | 27 | 75 | 0 | 117 | 55 | 70 | 516 | 102 | 32 |
| Binary | 1101111 | 10111 | 111101 | 0 | 1001111 | 101101 | 111000 | 101001110 | 1000010 | 11010 |
Color Harmonies of #6F173D
Complementary color
Monochromatic Colors of #6F173D
Black with #6F173D
Text Example
Text Example
White with #6F173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F173D; }
p { color: rgb(111,23,61); }
H1.HeaderClassName
{
color: #6F173D;
}
.AnyTagClassName
{
color: #6F173D;
}
</style>
background-color css
<style>
a { background-color: #6F173D; }
a { background-color: rgb(111,23,61); }
div.DivClassName
{
background-color: #6F173D;
}
.BgClassName
{
background-color: #6F173D;
}
</style>
border-color css
<style>
span { border-color: #6F173D; }
span { border-color: rgb(111,23,61); }
td.TdClassName
{
border-color: #6F173D;
}
.TagClassName
{
border-color: #6F173D;
}
</style>