Shades of Pompadour #671845
Tints of Pompadour #671845
RGB
CMYK
RGB Variations
Color information
#671845 (or 0x671845) is known color: Pompadour. HEX triplet: 67, 18 and 45. RGB value is (103,24,69). Sum of RGB (Red+Green+Blue) = 103+24+69=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #671845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671845 is #98E7BA. Grayscale: #343434. Windows color (decimal): -10020795 or 4528231. OLE color: 4528231.
HSL color Cylindrical-coordinate representation of color #671845: hue angle of 325.82º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #671845 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 24 | 69 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.60 |
| HSL | 325.82º | 0.62% | 0.25% | - |
| HSV(B) | 325.82º | 0.77% | 0.4% | - |
| XYZ | 6.99 | 3.97 | 6.03 | - |
| YUV | 52.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 69 | 0 | 0.77 | 0.33 | 0.60 | 325.82 | 0.62 | 0.25 |
| Hex | 67 | 18 | 45 | 0 | 4D | 21 | 3C | 146 | 3E | 19 |
| Octal | 147 | 30 | 105 | 0 | 115 | 41 | 74 | 506 | 76 | 31 |
| Binary | 1100111 | 11000 | 1000101 | 0 | 1001101 | 100001 | 111100 | 101000110 | 111110 | 11001 |
Color Harmonies of #671845
Complementary color
Monochromatic Colors of #671845
Black with #671845
Text Example
Text Example
White with #671845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671845; }
p { color: rgb(103,24,69); }
H1.HeaderClassName
{
color: #671845;
}
.AnyTagClassName
{
color: #671845;
}
</style>
background-color css
<style>
a { background-color: #671845; }
a { background-color: rgb(103,24,69); }
div.DivClassName
{
background-color: #671845;
}
.BgClassName
{
background-color: #671845;
}
</style>
border-color css
<style>
span { border-color: #671845; }
span { border-color: rgb(103,24,69); }
td.TdClassName
{
border-color: #671845;
}
.TagClassName
{
border-color: #671845;
}
</style>