Shades of Pompadour #6C1753
Tints of Pompadour #6C1753
RGB
CMYK
RGB Variations
Color information
#6C1753 (or 0x6C1753) is known color: Pompadour. HEX triplet: 6C, 17 and 53. RGB value is (108,23,83). Sum of RGB (Red+Green+Blue) = 108+23+83=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1753 is #93E8AC. Grayscale: #373737. Windows color (decimal): -9693357 or 5445484. OLE color: 5445484.
HSL color Cylindrical-coordinate representation of color #6C1753: hue angle of 317.65º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C1753 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 23 | 83 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.58 |
| HSL | 317.65º | 0.65% | 0.26% | - |
| HSV(B) | 317.65º | 0.79% | 0.42% | - |
| XYZ | 8.05 | 4.43 | 8.61 | - |
| YUV | 55.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 23 | 83 | 0 | 0.79 | 0.23 | 0.58 | 317.65 | 0.65 | 0.26 |
| Hex | 6C | 17 | 53 | 0 | 4F | 17 | 3A | 13E | 41 | 1A |
| Octal | 154 | 27 | 123 | 0 | 117 | 27 | 72 | 476 | 101 | 32 |
| Binary | 1101100 | 10111 | 1010011 | 0 | 1001111 | 10111 | 111010 | 100111110 | 1000001 | 11010 |
Color Harmonies of #6C1753
Complementary color
Monochromatic Colors of #6C1753
Black with #6C1753
Text Example
Text Example
White with #6C1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1753; }
p { color: rgb(108,23,83); }
H1.HeaderClassName
{
color: #6C1753;
}
.AnyTagClassName
{
color: #6C1753;
}
</style>
background-color css
<style>
a { background-color: #6C1753; }
a { background-color: rgb(108,23,83); }
div.DivClassName
{
background-color: #6C1753;
}
.BgClassName
{
background-color: #6C1753;
}
</style>
border-color css
<style>
span { border-color: #6C1753; }
span { border-color: rgb(108,23,83); }
td.TdClassName
{
border-color: #6C1753;
}
.TagClassName
{
border-color: #6C1753;
}
</style>