Shades of Pompadour #671E4B
Tints of Pompadour #671E4B
RGB
CMYK
RGB Variations
Color information
#671E4B (or 0x671E4B) is known color: Pompadour. HEX triplet: 67, 1E and 4B. RGB value is (103,30,75). Sum of RGB (Red+Green+Blue) = 103+30+75=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #671E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671E4B is #98E1B4. Grayscale: #383838. Windows color (decimal): -10019253 or 4922983. OLE color: 4922983.
HSL color Cylindrical-coordinate representation of color #671E4B: hue angle of 323.01º 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 #671E4B is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 30 | 75 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.60 |
| HSL | 323.01º | 0.55% | 0.26% | - |
| HSV(B) | 323.01º | 0.71% | 0.4% | - |
| XYZ | 7.33 | 4.32 | 7.1 | - |
| YUV | 56.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 75 | 0 | 0.71 | 0.27 | 0.60 | 323.01 | 0.55 | 0.26 |
| Hex | 67 | 1E | 4B | 0 | 47 | 1B | 3C | 143 | 37 | 1A |
| Octal | 147 | 36 | 113 | 0 | 107 | 33 | 74 | 503 | 67 | 32 |
| Binary | 1100111 | 11110 | 1001011 | 0 | 1000111 | 11011 | 111100 | 101000011 | 110111 | 11010 |
Color Harmonies of #671E4B
Complementary color
Monochromatic Colors of #671E4B
Black with #671E4B
Text Example
Text Example
White with #671E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E4B; }
p { color: rgb(103,30,75); }
H1.HeaderClassName
{
color: #671E4B;
}
.AnyTagClassName
{
color: #671E4B;
}
</style>
background-color css
<style>
a { background-color: #671E4B; }
a { background-color: rgb(103,30,75); }
div.DivClassName
{
background-color: #671E4B;
}
.BgClassName
{
background-color: #671E4B;
}
</style>
border-color css
<style>
span { border-color: #671E4B; }
span { border-color: rgb(103,30,75); }
td.TdClassName
{
border-color: #671E4B;
}
.TagClassName
{
border-color: #671E4B;
}
</style>