Shades of Pompadour #67284F
Tints of Pompadour #67284F
RGB
CMYK
RGB Variations
Color information
#67284F (or 0x67284F) is known color: Pompadour. HEX triplet: 67, 28 and 4F. RGB value is (103,40,79). Sum of RGB (Red+Green+Blue) = 103+40+79=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #67284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67284F is #98D7B0. Grayscale: #3F3F3F. Windows color (decimal): -10016689 or 5187687. OLE color: 5187687.
HSL color Cylindrical-coordinate representation of color #67284F: hue angle of 322.86º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67284F is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 40 | 79 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.60 |
| HSL | 322.86º | 0.44% | 0.28% | - |
| HSV(B) | 322.86º | 0.61% | 0.4% | - |
| XYZ | 7.76 | 4.97 | 7.95 | - |
| YUV | 63.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 79 | 0 | 0.61 | 0.23 | 0.60 | 322.86 | 0.44 | 0.28 |
| Hex | 67 | 28 | 4F | 0 | 3D | 17 | 3C | 143 | 2C | 1C |
| Octal | 147 | 50 | 117 | 0 | 75 | 27 | 74 | 503 | 54 | 34 |
| Binary | 1100111 | 101000 | 1001111 | 0 | 111101 | 10111 | 111100 | 101000011 | 101100 | 11100 |
Color Harmonies of #67284F
Complementary color
Monochromatic Colors of #67284F
Black with #67284F
Text Example
Text Example
White with #67284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67284F; }
p { color: rgb(103,40,79); }
H1.HeaderClassName
{
color: #67284F;
}
.AnyTagClassName
{
color: #67284F;
}
</style>
background-color css
<style>
a { background-color: #67284F; }
a { background-color: rgb(103,40,79); }
div.DivClassName
{
background-color: #67284F;
}
.BgClassName
{
background-color: #67284F;
}
</style>
border-color css
<style>
span { border-color: #67284F; }
span { border-color: rgb(103,40,79); }
td.TdClassName
{
border-color: #67284F;
}
.TagClassName
{
border-color: #67284F;
}
</style>