Shades of Pompadour #6D1C47
Tints of Pompadour #6D1C47
RGB
CMYK
RGB Variations
Color information
#6D1C47 (or 0x6D1C47) is known color: Pompadour. HEX triplet: 6D, 1C and 47. RGB value is (109,28,71). Sum of RGB (Red+Green+Blue) = 109+28+71=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C47 is #92E3B8. Grayscale: #393939. Windows color (decimal): -9626553 or 4660333. OLE color: 4660333.
HSL color Cylindrical-coordinate representation of color #6D1C47: hue angle of 328.15º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C47 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 71 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.57 |
| HSL | 328.15º | 0.59% | 0.27% | - |
| HSV(B) | 328.15º | 0.74% | 0.43% | - |
| XYZ | 7.86 | 4.54 | 6.42 | - |
| YUV | 57.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 71 | 0 | 0.74 | 0.35 | 0.57 | 328.15 | 0.59 | 0.27 |
| Hex | 6D | 1C | 47 | 0 | 4A | 23 | 39 | 148 | 3B | 1B |
| Octal | 155 | 34 | 107 | 0 | 112 | 43 | 71 | 510 | 73 | 33 |
| Binary | 1101101 | 11100 | 1000111 | 0 | 1001010 | 100011 | 111001 | 101001000 | 111011 | 11011 |
Color Harmonies of #6D1C47
Complementary color
Monochromatic Colors of #6D1C47
Black with #6D1C47
Text Example
Text Example
White with #6D1C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C47; }
p { color: rgb(109,28,71); }
H1.HeaderClassName
{
color: #6D1C47;
}
.AnyTagClassName
{
color: #6D1C47;
}
</style>
background-color css
<style>
a { background-color: #6D1C47; }
a { background-color: rgb(109,28,71); }
div.DivClassName
{
background-color: #6D1C47;
}
.BgClassName
{
background-color: #6D1C47;
}
</style>
border-color css
<style>
span { border-color: #6D1C47; }
span { border-color: rgb(109,28,71); }
td.TdClassName
{
border-color: #6D1C47;
}
.TagClassName
{
border-color: #6D1C47;
}
</style>