Shades of Pompadour #671E3E
Tints of Pompadour #671E3E
RGB
CMYK
RGB Variations
Color information
#671E3E (or 0x671E3E) is known color: Pompadour. HEX triplet: 67, 1E and 3E. RGB value is (103,30,62). Sum of RGB (Red+Green+Blue) = 103+30+62=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #671E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671E3E is #98E1C1. Grayscale: #373737. Windows color (decimal): -10019266 or 4071015. OLE color: 4071015.
HSL color Cylindrical-coordinate representation of color #671E3E: hue angle of 333.7º 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 #671E3E is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 30 | 62 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.60 |
| HSL | 333.7º | 0.55% | 0.26% | - |
| HSV(B) | 333.7º | 0.71% | 0.4% | - |
| XYZ | 6.93 | 4.16 | 5 | - |
| YUV | 55.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 62 | 0 | 0.71 | 0.40 | 0.60 | 333.7 | 0.55 | 0.26 |
| Hex | 67 | 1E | 3E | 0 | 47 | 28 | 3C | 14E | 37 | 1A |
| Octal | 147 | 36 | 76 | 0 | 107 | 50 | 74 | 516 | 67 | 32 |
| Binary | 1100111 | 11110 | 111110 | 0 | 1000111 | 101000 | 111100 | 101001110 | 110111 | 11010 |
Color Harmonies of #671E3E
Complementary color
Monochromatic Colors of #671E3E
Black with #671E3E
Text Example
Text Example
White with #671E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E3E; }
p { color: rgb(103,30,62); }
H1.HeaderClassName
{
color: #671E3E;
}
.AnyTagClassName
{
color: #671E3E;
}
</style>
background-color css
<style>
a { background-color: #671E3E; }
a { background-color: rgb(103,30,62); }
div.DivClassName
{
background-color: #671E3E;
}
.BgClassName
{
background-color: #671E3E;
}
</style>
border-color css
<style>
span { border-color: #671E3E; }
span { border-color: rgb(103,30,62); }
td.TdClassName
{
border-color: #671E3E;
}
.TagClassName
{
border-color: #671E3E;
}
</style>