Shades of Pompadour #6F173A
Tints of Pompadour #6F173A
RGB
CMYK
RGB Variations
Color information
#6F173A (or 0x6F173A) is known color: Pompadour. HEX triplet: 6F, 17 and 3A. RGB value is (111,23,58). Sum of RGB (Red+Green+Blue) = 111+23+58=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F173A is #90E8C5. Grayscale: #353535. Windows color (decimal): -9496774 or 3807087. OLE color: 3807087.
HSL color Cylindrical-coordinate representation of color #6F173A: hue angle of 336.14º 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 #6F173A is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 58 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.56 |
| HSL | 336.14º | 0.66% | 0.26% | - |
| HSV(B) | 336.14º | 0.79% | 0.44% | - |
| XYZ | 7.63 | 4.3 | 4.43 | - |
| YUV | 53.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 58 | 0 | 0.79 | 0.48 | 0.56 | 336.14 | 0.66 | 0.26 |
| Hex | 6F | 17 | 3A | 0 | 4F | 30 | 38 | 150 | 42 | 1A |
| Octal | 157 | 27 | 72 | 0 | 117 | 60 | 70 | 520 | 102 | 32 |
| Binary | 1101111 | 10111 | 111010 | 0 | 1001111 | 110000 | 111000 | 101010000 | 1000010 | 11010 |
Color Harmonies of #6F173A
Complementary color
Monochromatic Colors of #6F173A
Black with #6F173A
Text Example
Text Example
White with #6F173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F173A; }
p { color: rgb(111,23,58); }
H1.HeaderClassName
{
color: #6F173A;
}
.AnyTagClassName
{
color: #6F173A;
}
</style>
background-color css
<style>
a { background-color: #6F173A; }
a { background-color: rgb(111,23,58); }
div.DivClassName
{
background-color: #6F173A;
}
.BgClassName
{
background-color: #6F173A;
}
</style>
border-color css
<style>
span { border-color: #6F173A; }
span { border-color: rgb(111,23,58); }
td.TdClassName
{
border-color: #6F173A;
}
.TagClassName
{
border-color: #6F173A;
}
</style>