Shades of Pompadour #67284C
Tints of Pompadour #67284C
RGB
CMYK
RGB Variations
Color information
#67284C (or 0x67284C) is known color: Pompadour. HEX triplet: 67, 28 and 4C. RGB value is (103,40,76). Sum of RGB (Red+Green+Blue) = 103+40+76=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #67284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67284C is #98D7B3. Grayscale: #3E3E3E. Windows color (decimal): -10016692 or 4991079. OLE color: 4991079.
HSL color Cylindrical-coordinate representation of color #67284C: hue angle of 325.71º 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 #67284C is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 40 | 76 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.60 |
| HSL | 325.71º | 0.44% | 0.28% | - |
| HSV(B) | 325.71º | 0.61% | 0.4% | - |
| XYZ | 7.66 | 4.92 | 7.38 | - |
| YUV | 62.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 76 | 0 | 0.61 | 0.26 | 0.60 | 325.71 | 0.44 | 0.28 |
| Hex | 67 | 28 | 4C | 0 | 3D | 1A | 3C | 146 | 2C | 1C |
| Octal | 147 | 50 | 114 | 0 | 75 | 32 | 74 | 506 | 54 | 34 |
| Binary | 1100111 | 101000 | 1001100 | 0 | 111101 | 11010 | 111100 | 101000110 | 101100 | 11100 |
Color Harmonies of #67284C
Complementary color
Monochromatic Colors of #67284C
Black with #67284C
Text Example
Text Example
White with #67284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67284C; }
p { color: rgb(103,40,76); }
H1.HeaderClassName
{
color: #67284C;
}
.AnyTagClassName
{
color: #67284C;
}
</style>
background-color css
<style>
a { background-color: #67284C; }
a { background-color: rgb(103,40,76); }
div.DivClassName
{
background-color: #67284C;
}
.BgClassName
{
background-color: #67284C;
}
</style>
border-color css
<style>
span { border-color: #67284C; }
span { border-color: rgb(103,40,76); }
td.TdClassName
{
border-color: #67284C;
}
.TagClassName
{
border-color: #67284C;
}
</style>