Shades of Pompadour #6D1F54
Tints of Pompadour #6D1F54
RGB
CMYK
RGB Variations
Color information
#6D1F54 (or 0x6D1F54) is known color: Pompadour. HEX triplet: 6D, 1F and 54. RGB value is (109,31,84). Sum of RGB (Red+Green+Blue) = 109+31+84=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1F54 is #92E0AB. Grayscale: #3C3C3C. Windows color (decimal): -9625772 or 5513069. OLE color: 5513069.
HSL color Cylindrical-coordinate representation of color #6D1F54: hue angle of 319.23º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D1F54 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 31 | 84 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.57 |
| HSL | 319.23º | 0.56% | 0.27% | - |
| HSV(B) | 319.23º | 0.72% | 0.43% | - |
| XYZ | 8.4 | 4.87 | 8.89 | - |
| YUV | 60.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 84 | 0 | 0.72 | 0.23 | 0.57 | 319.23 | 0.56 | 0.27 |
| Hex | 6D | 1F | 54 | 0 | 48 | 17 | 39 | 13F | 38 | 1B |
| Octal | 155 | 37 | 124 | 0 | 110 | 27 | 71 | 477 | 70 | 33 |
| Binary | 1101101 | 11111 | 1010100 | 0 | 1001000 | 10111 | 111001 | 100111111 | 111000 | 11011 |
Color Harmonies of #6D1F54
Complementary color
Monochromatic Colors of #6D1F54
Black with #6D1F54
Text Example
Text Example
White with #6D1F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1F54; }
p { color: rgb(109,31,84); }
H1.HeaderClassName
{
color: #6D1F54;
}
.AnyTagClassName
{
color: #6D1F54;
}
</style>
background-color css
<style>
a { background-color: #6D1F54; }
a { background-color: rgb(109,31,84); }
div.DivClassName
{
background-color: #6D1F54;
}
.BgClassName
{
background-color: #6D1F54;
}
</style>
border-color css
<style>
span { border-color: #6D1F54; }
span { border-color: rgb(109,31,84); }
td.TdClassName
{
border-color: #6D1F54;
}
.TagClassName
{
border-color: #6D1F54;
}
</style>