Shades of Pompadour #672251
Tints of Pompadour #672251
RGB
CMYK
RGB Variations
Color information
#672251 (or 0x672251) is known color: Pompadour. HEX triplet: 67, 22 and 51. RGB value is (103,34,81). Sum of RGB (Red+Green+Blue) = 103+34+81=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #672251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672251 is #98DDAE. Grayscale: #3B3B3B. Windows color (decimal): -10018223 or 5317223. OLE color: 5317223.
HSL color Cylindrical-coordinate representation of color #672251: hue angle of 319.13º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672251 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 81 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.60 |
| HSL | 319.13º | 0.5% | 0.27% | - |
| HSV(B) | 319.13º | 0.67% | 0.4% | - |
| XYZ | 7.65 | 4.62 | 8.27 | - |
| YUV | 59.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 81 | 0 | 0.67 | 0.21 | 0.60 | 319.13 | 0.5 | 0.27 |
| Hex | 67 | 22 | 51 | 0 | 43 | 15 | 3C | 13F | 32 | 1B |
| Octal | 147 | 42 | 121 | 0 | 103 | 25 | 74 | 477 | 62 | 33 |
| Binary | 1100111 | 100010 | 1010001 | 0 | 1000011 | 10101 | 111100 | 100111111 | 110010 | 11011 |
Color Harmonies of #672251
Complementary color
Monochromatic Colors of #672251
Black with #672251
Text Example
Text Example
White with #672251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672251; }
p { color: rgb(103,34,81); }
H1.HeaderClassName
{
color: #672251;
}
.AnyTagClassName
{
color: #672251;
}
</style>
background-color css
<style>
a { background-color: #672251; }
a { background-color: rgb(103,34,81); }
div.DivClassName
{
background-color: #672251;
}
.BgClassName
{
background-color: #672251;
}
</style>
border-color css
<style>
span { border-color: #672251; }
span { border-color: rgb(103,34,81); }
td.TdClassName
{
border-color: #672251;
}
.TagClassName
{
border-color: #672251;
}
</style>