Shades of Pompadour #671E4E
Tints of Pompadour #671E4E
RGB
CMYK
RGB Variations
Color information
#671E4E (or 0x671E4E) is known color: Pompadour. HEX triplet: 67, 1E and 4E. RGB value is (103,30,78). Sum of RGB (Red+Green+Blue) = 103+30+78=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #671E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671E4E is #98E1B1. Grayscale: #393939. Windows color (decimal): -10019250 or 5119591. OLE color: 5119591.
HSL color Cylindrical-coordinate representation of color #671E4E: hue angle of 320.55º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #671E4E is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 30 | 78 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.60 |
| HSL | 320.55º | 0.55% | 0.26% | - |
| HSV(B) | 320.55º | 0.71% | 0.4% | - |
| XYZ | 7.43 | 4.36 | 7.66 | - |
| YUV | 57.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 78 | 0 | 0.71 | 0.24 | 0.60 | 320.55 | 0.55 | 0.26 |
| Hex | 67 | 1E | 4E | 0 | 47 | 18 | 3C | 141 | 37 | 1A |
| Octal | 147 | 36 | 116 | 0 | 107 | 30 | 74 | 501 | 67 | 32 |
| Binary | 1100111 | 11110 | 1001110 | 0 | 1000111 | 11000 | 111100 | 101000001 | 110111 | 11010 |
Color Harmonies of #671E4E
Complementary color
Monochromatic Colors of #671E4E
Black with #671E4E
Text Example
Text Example
White with #671E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E4E; }
p { color: rgb(103,30,78); }
H1.HeaderClassName
{
color: #671E4E;
}
.AnyTagClassName
{
color: #671E4E;
}
</style>
background-color css
<style>
a { background-color: #671E4E; }
a { background-color: rgb(103,30,78); }
div.DivClassName
{
background-color: #671E4E;
}
.BgClassName
{
background-color: #671E4E;
}
</style>
border-color css
<style>
span { border-color: #671E4E; }
span { border-color: rgb(103,30,78); }
td.TdClassName
{
border-color: #671E4E;
}
.TagClassName
{
border-color: #671E4E;
}
</style>