Shades of Pompadour #6D1F4D
Tints of Pompadour #6D1F4D
RGB
CMYK
RGB Variations
Color information
#6D1F4D (or 0x6D1F4D) is known color: Pompadour. HEX triplet: 6D, 1F and 4D. RGB value is (109,31,77). Sum of RGB (Red+Green+Blue) = 109+31+77=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1F4D is #92E0B2. Grayscale: #3B3B3B. Windows color (decimal): -9625779 or 5054317. OLE color: 5054317.
HSL color Cylindrical-coordinate representation of color #6D1F4D: hue angle of 324.62º 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 #6D1F4D is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 31 | 77 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.57 |
| HSL | 324.62º | 0.56% | 0.27% | - |
| HSV(B) | 324.62º | 0.72% | 0.43% | - |
| XYZ | 8.14 | 4.77 | 7.51 | - |
| YUV | 59.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 77 | 0 | 0.72 | 0.29 | 0.57 | 324.62 | 0.56 | 0.27 |
| Hex | 6D | 1F | 4D | 0 | 48 | 1D | 39 | 145 | 38 | 1B |
| Octal | 155 | 37 | 115 | 0 | 110 | 35 | 71 | 505 | 70 | 33 |
| Binary | 1101101 | 11111 | 1001101 | 0 | 1001000 | 11101 | 111001 | 101000101 | 111000 | 11011 |
Color Harmonies of #6D1F4D
Complementary color
Monochromatic Colors of #6D1F4D
Black with #6D1F4D
Text Example
Text Example
White with #6D1F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1F4D; }
p { color: rgb(109,31,77); }
H1.HeaderClassName
{
color: #6D1F4D;
}
.AnyTagClassName
{
color: #6D1F4D;
}
</style>
background-color css
<style>
a { background-color: #6D1F4D; }
a { background-color: rgb(109,31,77); }
div.DivClassName
{
background-color: #6D1F4D;
}
.BgClassName
{
background-color: #6D1F4D;
}
</style>
border-color css
<style>
span { border-color: #6D1F4D; }
span { border-color: rgb(109,31,77); }
td.TdClassName
{
border-color: #6D1F4D;
}
.TagClassName
{
border-color: #6D1F4D;
}
</style>