Shades of Pompadour #6D1A47
Tints of Pompadour #6D1A47
RGB
CMYK
RGB Variations
Color information
#6D1A47 (or 0x6D1A47) is known color: Pompadour. HEX triplet: 6D, 1A and 47. RGB value is (109,26,71). Sum of RGB (Red+Green+Blue) = 109+26+71=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A47 is #92E5B8. Grayscale: #373737. Windows color (decimal): -9627065 or 4659821. OLE color: 4659821.
HSL color Cylindrical-coordinate representation of color #6D1A47: hue angle of 327.47º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A47 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 71 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.57 |
| HSL | 327.47º | 0.61% | 0.26% | - |
| HSV(B) | 327.47º | 0.76% | 0.43% | - |
| XYZ | 7.81 | 4.44 | 6.41 | - |
| YUV | 55.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 71 | 0 | 0.76 | 0.35 | 0.57 | 327.47 | 0.61 | 0.26 |
| Hex | 6D | 1A | 47 | 0 | 4C | 23 | 39 | 147 | 3D | 1A |
| Octal | 155 | 32 | 107 | 0 | 114 | 43 | 71 | 507 | 75 | 32 |
| Binary | 1101101 | 11010 | 1000111 | 0 | 1001100 | 100011 | 111001 | 101000111 | 111101 | 11010 |
Color Harmonies of #6D1A47
Complementary color
Monochromatic Colors of #6D1A47
Black with #6D1A47
Text Example
Text Example
White with #6D1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A47; }
p { color: rgb(109,26,71); }
H1.HeaderClassName
{
color: #6D1A47;
}
.AnyTagClassName
{
color: #6D1A47;
}
</style>
background-color css
<style>
a { background-color: #6D1A47; }
a { background-color: rgb(109,26,71); }
div.DivClassName
{
background-color: #6D1A47;
}
.BgClassName
{
background-color: #6D1A47;
}
</style>
border-color css
<style>
span { border-color: #6D1A47; }
span { border-color: rgb(109,26,71); }
td.TdClassName
{
border-color: #6D1A47;
}
.TagClassName
{
border-color: #6D1A47;
}
</style>