Shades of Pompadour #67284A
Tints of Pompadour #67284A
RGB
CMYK
RGB Variations
Color information
#67284A (or 0x67284A) is known color: Pompadour. HEX triplet: 67, 28 and 4A. RGB value is (103,40,74). Sum of RGB (Red+Green+Blue) = 103+40+74=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #67284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67284A is #98D7B5. Grayscale: #3E3E3E. Windows color (decimal): -10016694 or 4860007. OLE color: 4860007.
HSL color Cylindrical-coordinate representation of color #67284A: hue angle of 327.62º 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 #67284A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 40 | 74 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.60 |
| HSL | 327.62º | 0.44% | 0.28% | - |
| HSV(B) | 327.62º | 0.61% | 0.4% | - |
| XYZ | 7.59 | 4.9 | 7.02 | - |
| YUV | 62.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 74 | 0 | 0.61 | 0.28 | 0.60 | 327.62 | 0.44 | 0.28 |
| Hex | 67 | 28 | 4A | 0 | 3D | 1C | 3C | 148 | 2C | 1C |
| Octal | 147 | 50 | 112 | 0 | 75 | 34 | 74 | 510 | 54 | 34 |
| Binary | 1100111 | 101000 | 1001010 | 0 | 111101 | 11100 | 111100 | 101001000 | 101100 | 11100 |
Color Harmonies of #67284A
Complementary color
Monochromatic Colors of #67284A
Black with #67284A
Text Example
Text Example
White with #67284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67284A; }
p { color: rgb(103,40,74); }
H1.HeaderClassName
{
color: #67284A;
}
.AnyTagClassName
{
color: #67284A;
}
</style>
background-color css
<style>
a { background-color: #67284A; }
a { background-color: rgb(103,40,74); }
div.DivClassName
{
background-color: #67284A;
}
.BgClassName
{
background-color: #67284A;
}
</style>
border-color css
<style>
span { border-color: #67284A; }
span { border-color: rgb(103,40,74); }
td.TdClassName
{
border-color: #67284A;
}
.TagClassName
{
border-color: #67284A;
}
</style>