Shades of Pompadour #6F1753
Tints of Pompadour #6F1753
RGB
CMYK
RGB Variations
Color information
#6F1753 (or 0x6F1753) is known color: Pompadour. HEX triplet: 6F, 17 and 53. RGB value is (111,23,83). Sum of RGB (Red+Green+Blue) = 111+23+83=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1753 is #90E8AC. Grayscale: #383838. Windows color (decimal): -9496749 or 5445487. OLE color: 5445487.
HSL color Cylindrical-coordinate representation of color #6F1753: hue angle of 319.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 #6F1753 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 83 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.56 |
| HSL | 319.09º | 0.66% | 0.26% | - |
| HSV(B) | 319.09º | 0.79% | 0.44% | - |
| XYZ | 8.42 | 4.62 | 8.63 | - |
| YUV | 56.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 83 | 0 | 0.79 | 0.25 | 0.56 | 319.09 | 0.66 | 0.26 |
| Hex | 6F | 17 | 53 | 0 | 4F | 19 | 38 | 13F | 42 | 1A |
| Octal | 157 | 27 | 123 | 0 | 117 | 31 | 70 | 477 | 102 | 32 |
| Binary | 1101111 | 10111 | 1010011 | 0 | 1001111 | 11001 | 111000 | 100111111 | 1000010 | 11010 |
Color Harmonies of #6F1753
Complementary color
Monochromatic Colors of #6F1753
Black with #6F1753
Text Example
Text Example
White with #6F1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1753; }
p { color: rgb(111,23,83); }
H1.HeaderClassName
{
color: #6F1753;
}
.AnyTagClassName
{
color: #6F1753;
}
</style>
background-color css
<style>
a { background-color: #6F1753; }
a { background-color: rgb(111,23,83); }
div.DivClassName
{
background-color: #6F1753;
}
.BgClassName
{
background-color: #6F1753;
}
</style>
border-color css
<style>
span { border-color: #6F1753; }
span { border-color: rgb(111,23,83); }
td.TdClassName
{
border-color: #6F1753;
}
.TagClassName
{
border-color: #6F1753;
}
</style>