Shades of Pompadour #671F3C
Tints of Pompadour #671F3C
RGB
CMYK
RGB Variations
Color information
#671F3C (or 0x671F3C) is known color: Pompadour. HEX triplet: 67, 1F and 3C. RGB value is (103,31,60). Sum of RGB (Red+Green+Blue) = 103+31+60=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #671F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F3C is #98E0C3. Grayscale: #373737. Windows color (decimal): -10019012 or 3940199. OLE color: 3940199.
HSL color Cylindrical-coordinate representation of color #671F3C: hue angle of 335.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F3C is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 60 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.60 |
| HSL | 335.83º | 0.54% | 0.26% | - |
| HSV(B) | 335.83º | 0.7% | 0.4% | - |
| XYZ | 6.9 | 4.19 | 4.72 | - |
| YUV | 55.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 60 | 0 | 0.70 | 0.42 | 0.60 | 335.83 | 0.54 | 0.26 |
| Hex | 67 | 1F | 3C | 0 | 46 | 2A | 3C | 150 | 36 | 1A |
| Octal | 147 | 37 | 74 | 0 | 106 | 52 | 74 | 520 | 66 | 32 |
| Binary | 1100111 | 11111 | 111100 | 0 | 1000110 | 101010 | 111100 | 101010000 | 110110 | 11010 |
Color Harmonies of #671F3C
Complementary color
Monochromatic Colors of #671F3C
Black with #671F3C
Text Example
Text Example
White with #671F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F3C; }
p { color: rgb(103,31,60); }
H1.HeaderClassName
{
color: #671F3C;
}
.AnyTagClassName
{
color: #671F3C;
}
</style>
background-color css
<style>
a { background-color: #671F3C; }
a { background-color: rgb(103,31,60); }
div.DivClassName
{
background-color: #671F3C;
}
.BgClassName
{
background-color: #671F3C;
}
</style>
border-color css
<style>
span { border-color: #671F3C; }
span { border-color: rgb(103,31,60); }
td.TdClassName
{
border-color: #671F3C;
}
.TagClassName
{
border-color: #671F3C;
}
</style>