Shades of Pompadour #671E3F
Tints of Pompadour #671E3F
RGB
CMYK
RGB Variations
Color information
#671E3F (or 0x671E3F) is known color: Pompadour. HEX triplet: 67, 1E and 3F. RGB value is (103,30,63). Sum of RGB (Red+Green+Blue) = 103+30+63=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #671E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671E3F is #98E1C0. Grayscale: #373737. Windows color (decimal): -10019265 or 4136551. OLE color: 4136551.
HSL color Cylindrical-coordinate representation of color #671E3F: hue angle of 332.88º 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 #671E3F is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 30 | 63 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.60 |
| HSL | 332.88º | 0.55% | 0.26% | - |
| HSV(B) | 332.88º | 0.71% | 0.4% | - |
| XYZ | 6.95 | 4.17 | 5.14 | - |
| YUV | 55.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 63 | 0 | 0.71 | 0.39 | 0.60 | 332.88 | 0.55 | 0.26 |
| Hex | 67 | 1E | 3F | 0 | 47 | 27 | 3C | 14D | 37 | 1A |
| Octal | 147 | 36 | 77 | 0 | 107 | 47 | 74 | 515 | 67 | 32 |
| Binary | 1100111 | 11110 | 111111 | 0 | 1000111 | 100111 | 111100 | 101001101 | 110111 | 11010 |
Color Harmonies of #671E3F
Complementary color
Monochromatic Colors of #671E3F
Black with #671E3F
Text Example
Text Example
White with #671E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E3F; }
p { color: rgb(103,30,63); }
H1.HeaderClassName
{
color: #671E3F;
}
.AnyTagClassName
{
color: #671E3F;
}
</style>
background-color css
<style>
a { background-color: #671E3F; }
a { background-color: rgb(103,30,63); }
div.DivClassName
{
background-color: #671E3F;
}
.BgClassName
{
background-color: #671E3F;
}
</style>
border-color css
<style>
span { border-color: #671E3F; }
span { border-color: rgb(103,30,63); }
td.TdClassName
{
border-color: #671E3F;
}
.TagClassName
{
border-color: #671E3F;
}
</style>