Shades of Pompadour #671A3C
Tints of Pompadour #671A3C
RGB
CMYK
RGB Variations
Color information
#671A3C (or 0x671A3C) is known color: Pompadour. HEX triplet: 67, 1A and 3C. RGB value is (103,26,60). Sum of RGB (Red+Green+Blue) = 103+26+60=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #671A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A3C is #98E5C3. Grayscale: #343434. Windows color (decimal): -10020292 or 3938919. OLE color: 3938919.
HSL color Cylindrical-coordinate representation of color #671A3C: hue angle of 333.51º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671A3C is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 26 | 60 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.60 |
| HSL | 333.51º | 0.6% | 0.25% | - |
| HSV(B) | 333.51º | 0.75% | 0.4% | - |
| XYZ | 6.78 | 3.95 | 4.68 | - |
| YUV | 52.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 60 | 0 | 0.75 | 0.42 | 0.60 | 333.51 | 0.6 | 0.25 |
| Hex | 67 | 1A | 3C | 0 | 4B | 2A | 3C | 14E | 3C | 19 |
| Octal | 147 | 32 | 74 | 0 | 113 | 52 | 74 | 516 | 74 | 31 |
| Binary | 1100111 | 11010 | 111100 | 0 | 1001011 | 101010 | 111100 | 101001110 | 111100 | 11001 |
Color Harmonies of #671A3C
Complementary color
Monochromatic Colors of #671A3C
Black with #671A3C
Text Example
Text Example
White with #671A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A3C; }
p { color: rgb(103,26,60); }
H1.HeaderClassName
{
color: #671A3C;
}
.AnyTagClassName
{
color: #671A3C;
}
</style>
background-color css
<style>
a { background-color: #671A3C; }
a { background-color: rgb(103,26,60); }
div.DivClassName
{
background-color: #671A3C;
}
.BgClassName
{
background-color: #671A3C;
}
</style>
border-color css
<style>
span { border-color: #671A3C; }
span { border-color: rgb(103,26,60); }
td.TdClassName
{
border-color: #671A3C;
}
.TagClassName
{
border-color: #671A3C;
}
</style>