Shades of Pompadour #6C1F51
Tints of Pompadour #6C1F51
RGB
CMYK
RGB Variations
Color information
#6C1F51 (or 0x6C1F51) is known color: Pompadour. HEX triplet: 6C, 1F and 51. RGB value is (108,31,81). Sum of RGB (Red+Green+Blue) = 108+31+81=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1F51 is #93E0AE. Grayscale: #3B3B3B. Windows color (decimal): -9691311 or 5316460. OLE color: 5316460.
HSL color Cylindrical-coordinate representation of color #6C1F51: hue angle of 321.04º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C1F51 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 31 | 81 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.58 |
| HSL | 321.04º | 0.55% | 0.27% | - |
| HSV(B) | 321.04º | 0.71% | 0.42% | - |
| XYZ | 8.16 | 4.76 | 8.27 | - |
| YUV | 59.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 31 | 81 | 0 | 0.71 | 0.25 | 0.58 | 321.04 | 0.55 | 0.27 |
| Hex | 6C | 1F | 51 | 0 | 47 | 19 | 3A | 141 | 37 | 1B |
| Octal | 154 | 37 | 121 | 0 | 107 | 31 | 72 | 501 | 67 | 33 |
| Binary | 1101100 | 11111 | 1010001 | 0 | 1000111 | 11001 | 111010 | 101000001 | 110111 | 11011 |
Color Harmonies of #6C1F51
Complementary color
Monochromatic Colors of #6C1F51
Black with #6C1F51
Text Example
Text Example
White with #6C1F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1F51; }
p { color: rgb(108,31,81); }
H1.HeaderClassName
{
color: #6C1F51;
}
.AnyTagClassName
{
color: #6C1F51;
}
</style>
background-color css
<style>
a { background-color: #6C1F51; }
a { background-color: rgb(108,31,81); }
div.DivClassName
{
background-color: #6C1F51;
}
.BgClassName
{
background-color: #6C1F51;
}
</style>
border-color css
<style>
span { border-color: #6C1F51; }
span { border-color: rgb(108,31,81); }
td.TdClassName
{
border-color: #6C1F51;
}
.TagClassName
{
border-color: #6C1F51;
}
</style>