Shades of Pompadour #6D0F52
Tints of Pompadour #6D0F52
RGB
CMYK
RGB Variations
Color information
#6D0F52 (or 0x6D0F52) is known color: Pompadour. HEX triplet: 6D, 0F and 52. RGB value is (109,15,82). Sum of RGB (Red+Green+Blue) = 109+15+82=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F52 is #92F0AD. Grayscale: #323232. Windows color (decimal): -9629870 or 5377901. OLE color: 5377901.
HSL color Cylindrical-coordinate representation of color #6D0F52: hue angle of 317.23º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D0F52 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 15 | 82 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.57 |
| HSL | 317.23º | 0.76% | 0.24% | - |
| HSV(B) | 317.23º | 0.86% | 0.43% | - |
| XYZ | 8 | 4.2 | 8.37 | - |
| YUV | 50.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 15 | 82 | 0 | 0.86 | 0.25 | 0.57 | 317.23 | 0.76 | 0.24 |
| Hex | 6D | F | 52 | 0 | 56 | 19 | 39 | 13D | 4C | 18 |
| Octal | 155 | 17 | 122 | 0 | 126 | 31 | 71 | 475 | 114 | 30 |
| Binary | 1101101 | 1111 | 1010010 | 0 | 1010110 | 11001 | 111001 | 100111101 | 1001100 | 11000 |
Color Harmonies of #6D0F52
Complementary color
Monochromatic Colors of #6D0F52
Black with #6D0F52
Text Example
Text Example
White with #6D0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0F52; }
p { color: rgb(109,15,82); }
H1.HeaderClassName
{
color: #6D0F52;
}
.AnyTagClassName
{
color: #6D0F52;
}
</style>
background-color css
<style>
a { background-color: #6D0F52; }
a { background-color: rgb(109,15,82); }
div.DivClassName
{
background-color: #6D0F52;
}
.BgClassName
{
background-color: #6D0F52;
}
</style>
border-color css
<style>
span { border-color: #6D0F52; }
span { border-color: rgb(109,15,82); }
td.TdClassName
{
border-color: #6D0F52;
}
.TagClassName
{
border-color: #6D0F52;
}
</style>