Shades of Pompadour #671C47
Tints of Pompadour #671C47
RGB
CMYK
RGB Variations
Color information
#671C47 (or 0x671C47) is known color: Pompadour. HEX triplet: 67, 1C and 47. RGB value is (103,28,71). Sum of RGB (Red+Green+Blue) = 103+28+71=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #671C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671C47 is #98E3B8. Grayscale: #373737. Windows color (decimal): -10019769 or 4660327. OLE color: 4660327.
HSL color Cylindrical-coordinate representation of color #671C47: hue angle of 325.6º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671C47 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 71 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.60 |
| HSL | 325.6º | 0.57% | 0.26% | - |
| HSV(B) | 325.6º | 0.73% | 0.4% | - |
| XYZ | 7.15 | 4.17 | 6.39 | - |
| YUV | 55.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 71 | 0 | 0.73 | 0.31 | 0.60 | 325.6 | 0.57 | 0.26 |
| Hex | 67 | 1C | 47 | 0 | 49 | 1F | 3C | 146 | 39 | 1A |
| Octal | 147 | 34 | 107 | 0 | 111 | 37 | 74 | 506 | 71 | 32 |
| Binary | 1100111 | 11100 | 1000111 | 0 | 1001001 | 11111 | 111100 | 101000110 | 111001 | 11010 |
Color Harmonies of #671C47
Complementary color
Monochromatic Colors of #671C47
Black with #671C47
Text Example
Text Example
White with #671C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C47; }
p { color: rgb(103,28,71); }
H1.HeaderClassName
{
color: #671C47;
}
.AnyTagClassName
{
color: #671C47;
}
</style>
background-color css
<style>
a { background-color: #671C47; }
a { background-color: rgb(103,28,71); }
div.DivClassName
{
background-color: #671C47;
}
.BgClassName
{
background-color: #671C47;
}
</style>
border-color css
<style>
span { border-color: #671C47; }
span { border-color: rgb(103,28,71); }
td.TdClassName
{
border-color: #671C47;
}
.TagClassName
{
border-color: #671C47;
}
</style>