Shades of Pompadour #671D42
Tints of Pompadour #671D42
RGB
CMYK
RGB Variations
Color information
#671D42 (or 0x671D42) is known color: Pompadour. HEX triplet: 67, 1D and 42. RGB value is (103,29,66). Sum of RGB (Red+Green+Blue) = 103+29+66=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #671D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671D42 is #98E2BD. Grayscale: #373737. Windows color (decimal): -10019518 or 4332903. OLE color: 4332903.
HSL color Cylindrical-coordinate representation of color #671D42: hue angle of 330º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671D42 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 66 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.60 |
| HSL | 330º | 0.56% | 0.26% | - |
| HSV(B) | 330º | 0.72% | 0.4% | - |
| XYZ | 7.02 | 4.16 | 5.59 | - |
| YUV | 55.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 66 | 0 | 0.72 | 0.36 | 0.60 | 330 | 0.56 | 0.26 |
| Hex | 67 | 1D | 42 | 0 | 48 | 24 | 3C | 14A | 38 | 1A |
| Octal | 147 | 35 | 102 | 0 | 110 | 44 | 74 | 512 | 70 | 32 |
| Binary | 1100111 | 11101 | 1000010 | 0 | 1001000 | 100100 | 111100 | 101001010 | 111000 | 11010 |
Color Harmonies of #671D42
Complementary color
Monochromatic Colors of #671D42
Black with #671D42
Text Example
Text Example
White with #671D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D42; }
p { color: rgb(103,29,66); }
H1.HeaderClassName
{
color: #671D42;
}
.AnyTagClassName
{
color: #671D42;
}
</style>
background-color css
<style>
a { background-color: #671D42; }
a { background-color: rgb(103,29,66); }
div.DivClassName
{
background-color: #671D42;
}
.BgClassName
{
background-color: #671D42;
}
</style>
border-color css
<style>
span { border-color: #671D42; }
span { border-color: rgb(103,29,66); }
td.TdClassName
{
border-color: #671D42;
}
.TagClassName
{
border-color: #671D42;
}
</style>