Shades of Pompadour #671C3B
Tints of Pompadour #671C3B
RGB
CMYK
RGB Variations
Color information
#671C3B (or 0x671C3B) is known color: Pompadour. HEX triplet: 67, 1C and 3B. RGB value is (103,28,59). Sum of RGB (Red+Green+Blue) = 103+28+59=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #671C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671C3B is #98E3C4. Grayscale: #353535. Windows color (decimal): -10019781 or 3873895. OLE color: 3873895.
HSL color Cylindrical-coordinate representation of color #671C3B: hue angle of 335.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671C3B is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 59 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.60 |
| HSL | 335.2º | 0.57% | 0.26% | - |
| HSV(B) | 335.2º | 0.73% | 0.4% | - |
| XYZ | 6.8 | 4.03 | 4.56 | - |
| YUV | 53.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 59 | 0 | 0.73 | 0.43 | 0.60 | 335.2 | 0.57 | 0.26 |
| Hex | 67 | 1C | 3B | 0 | 49 | 2B | 3C | 14F | 39 | 1A |
| Octal | 147 | 34 | 73 | 0 | 111 | 53 | 74 | 517 | 71 | 32 |
| Binary | 1100111 | 11100 | 111011 | 0 | 1001001 | 101011 | 111100 | 101001111 | 111001 | 11010 |
Color Harmonies of #671C3B
Complementary color
Monochromatic Colors of #671C3B
Black with #671C3B
Text Example
Text Example
White with #671C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C3B; }
p { color: rgb(103,28,59); }
H1.HeaderClassName
{
color: #671C3B;
}
.AnyTagClassName
{
color: #671C3B;
}
</style>
background-color css
<style>
a { background-color: #671C3B; }
a { background-color: rgb(103,28,59); }
div.DivClassName
{
background-color: #671C3B;
}
.BgClassName
{
background-color: #671C3B;
}
</style>
border-color css
<style>
span { border-color: #671C3B; }
span { border-color: rgb(103,28,59); }
td.TdClassName
{
border-color: #671C3B;
}
.TagClassName
{
border-color: #671C3B;
}
</style>