Shades of Pompadour #672A50
Tints of Pompadour #672A50
RGB
CMYK
RGB Variations
Color information
#672A50 (or 0x672A50) is known color: Pompadour. HEX triplet: 67, 2A and 50. RGB value is (103,42,80). Sum of RGB (Red+Green+Blue) = 103+42+80=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #672A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672A50 is #98D5AF. Grayscale: #404040. Windows color (decimal): -10016176 or 5253735. OLE color: 5253735.
HSL color Cylindrical-coordinate representation of color #672A50: hue angle of 322.62º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #672A50 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 80 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.60 |
| HSL | 322.62º | 0.42% | 0.28% | - |
| HSV(B) | 322.62º | 0.59% | 0.4% | - |
| XYZ | 7.87 | 5.12 | 8.16 | - |
| YUV | 64.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 80 | 0 | 0.59 | 0.22 | 0.60 | 322.62 | 0.42 | 0.28 |
| Hex | 67 | 2A | 50 | 0 | 3B | 16 | 3C | 143 | 2A | 1C |
| Octal | 147 | 52 | 120 | 0 | 73 | 26 | 74 | 503 | 52 | 34 |
| Binary | 1100111 | 101010 | 1010000 | 0 | 111011 | 10110 | 111100 | 101000011 | 101010 | 11100 |
Color Harmonies of #672A50
Complementary color
Monochromatic Colors of #672A50
Black with #672A50
Text Example
Text Example
White with #672A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A50; }
p { color: rgb(103,42,80); }
H1.HeaderClassName
{
color: #672A50;
}
.AnyTagClassName
{
color: #672A50;
}
</style>
background-color css
<style>
a { background-color: #672A50; }
a { background-color: rgb(103,42,80); }
div.DivClassName
{
background-color: #672A50;
}
.BgClassName
{
background-color: #672A50;
}
</style>
border-color css
<style>
span { border-color: #672A50; }
span { border-color: rgb(103,42,80); }
td.TdClassName
{
border-color: #672A50;
}
.TagClassName
{
border-color: #672A50;
}
</style>