Shades of Pompadour #6D1F52
Tints of Pompadour #6D1F52
RGB
CMYK
RGB Variations
Color information
#6D1F52 (or 0x6D1F52) is known color: Pompadour. HEX triplet: 6D, 1F and 52. RGB value is (109,31,82). Sum of RGB (Red+Green+Blue) = 109+31+82=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1F52 is #92E0AD. Grayscale: #3C3C3C. Windows color (decimal): -9625774 or 5381997. OLE color: 5381997.
HSL color Cylindrical-coordinate representation of color #6D1F52: hue angle of 320.77º 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 #6D1F52 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 31 | 82 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.57 |
| HSL | 320.77º | 0.56% | 0.27% | - |
| HSV(B) | 320.77º | 0.72% | 0.43% | - |
| XYZ | 8.32 | 4.84 | 8.48 | - |
| YUV | 60.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 82 | 0 | 0.72 | 0.25 | 0.57 | 320.77 | 0.56 | 0.27 |
| Hex | 6D | 1F | 52 | 0 | 48 | 19 | 39 | 141 | 38 | 1B |
| Octal | 155 | 37 | 122 | 0 | 110 | 31 | 71 | 501 | 70 | 33 |
| Binary | 1101101 | 11111 | 1010010 | 0 | 1001000 | 11001 | 111001 | 101000001 | 111000 | 11011 |
Color Harmonies of #6D1F52
Complementary color
Monochromatic Colors of #6D1F52
Black with #6D1F52
Text Example
Text Example
White with #6D1F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1F52; }
p { color: rgb(109,31,82); }
H1.HeaderClassName
{
color: #6D1F52;
}
.AnyTagClassName
{
color: #6D1F52;
}
</style>
background-color css
<style>
a { background-color: #6D1F52; }
a { background-color: rgb(109,31,82); }
div.DivClassName
{
background-color: #6D1F52;
}
.BgClassName
{
background-color: #6D1F52;
}
</style>
border-color css
<style>
span { border-color: #6D1F52; }
span { border-color: rgb(109,31,82); }
td.TdClassName
{
border-color: #6D1F52;
}
.TagClassName
{
border-color: #6D1F52;
}
</style>