Shades of Pompadour #671B3E
Tints of Pompadour #671B3E
RGB
CMYK
RGB Variations
Color information
#671B3E (or 0x671B3E) is known color: Pompadour. HEX triplet: 67, 1B and 3E. RGB value is (103,27,62). Sum of RGB (Red+Green+Blue) = 103+27+62=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #671B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B3E is #98E4C1. Grayscale: #353535. Windows color (decimal): -10020034 or 4070247. OLE color: 4070247.
HSL color Cylindrical-coordinate representation of color #671B3E: hue angle of 332.37º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #671B3E is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 27 | 62 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.60 |
| HSL | 332.37º | 0.58% | 0.25% | - |
| HSV(B) | 332.37º | 0.74% | 0.4% | - |
| XYZ | 6.85 | 4.02 | 4.97 | - |
| YUV | 53.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 62 | 0 | 0.74 | 0.40 | 0.60 | 332.37 | 0.58 | 0.25 |
| Hex | 67 | 1B | 3E | 0 | 4A | 28 | 3C | 14C | 3A | 19 |
| Octal | 147 | 33 | 76 | 0 | 112 | 50 | 74 | 514 | 72 | 31 |
| Binary | 1100111 | 11011 | 111110 | 0 | 1001010 | 101000 | 111100 | 101001100 | 111010 | 11001 |
Color Harmonies of #671B3E
Complementary color
Monochromatic Colors of #671B3E
Black with #671B3E
Text Example
Text Example
White with #671B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671B3E; }
p { color: rgb(103,27,62); }
H1.HeaderClassName
{
color: #671B3E;
}
.AnyTagClassName
{
color: #671B3E;
}
</style>
background-color css
<style>
a { background-color: #671B3E; }
a { background-color: rgb(103,27,62); }
div.DivClassName
{
background-color: #671B3E;
}
.BgClassName
{
background-color: #671B3E;
}
</style>
border-color css
<style>
span { border-color: #671B3E; }
span { border-color: rgb(103,27,62); }
td.TdClassName
{
border-color: #671B3E;
}
.TagClassName
{
border-color: #671B3E;
}
</style>