Shades of Pompadour #671C3A
Tints of Pompadour #671C3A
RGB
CMYK
RGB Variations
Color information
#671C3A (or 0x671C3A) is known color: Pompadour. HEX triplet: 67, 1C and 3A. RGB value is (103,28,58). Sum of RGB (Red+Green+Blue) = 103+28+58=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #671C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671C3A is #98E3C5. Grayscale: #353535. Windows color (decimal): -10019782 or 3808359. OLE color: 3808359.
HSL color Cylindrical-coordinate representation of color #671C3A: hue angle of 336º 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 #671C3A is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 58 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.60 |
| HSL | 336º | 0.57% | 0.26% | - |
| HSV(B) | 336º | 0.73% | 0.4% | - |
| XYZ | 6.77 | 4.02 | 4.42 | - |
| YUV | 53.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 58 | 0 | 0.73 | 0.44 | 0.60 | 336 | 0.57 | 0.26 |
| Hex | 67 | 1C | 3A | 0 | 49 | 2C | 3C | 150 | 39 | 1A |
| Octal | 147 | 34 | 72 | 0 | 111 | 54 | 74 | 520 | 71 | 32 |
| Binary | 1100111 | 11100 | 111010 | 0 | 1001001 | 101100 | 111100 | 101010000 | 111001 | 11010 |
Color Harmonies of #671C3A
Complementary color
Monochromatic Colors of #671C3A
Black with #671C3A
Text Example
Text Example
White with #671C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C3A; }
p { color: rgb(103,28,58); }
H1.HeaderClassName
{
color: #671C3A;
}
.AnyTagClassName
{
color: #671C3A;
}
</style>
background-color css
<style>
a { background-color: #671C3A; }
a { background-color: rgb(103,28,58); }
div.DivClassName
{
background-color: #671C3A;
}
.BgClassName
{
background-color: #671C3A;
}
</style>
border-color css
<style>
span { border-color: #671C3A; }
span { border-color: rgb(103,28,58); }
td.TdClassName
{
border-color: #671C3A;
}
.TagClassName
{
border-color: #671C3A;
}
</style>