Shades of Pompadour #67134A
Tints of Pompadour #67134A
RGB
CMYK
RGB Variations
Color information
#67134A (or 0x67134A) is known color: Pompadour. HEX triplet: 67, 13 and 4A. RGB value is (103,19,74). Sum of RGB (Red+Green+Blue) = 103+19+74=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #67134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67134A is #98ECB5. Grayscale: #323232. Windows color (decimal): -10022070 or 4854631. OLE color: 4854631.
HSL color Cylindrical-coordinate representation of color #67134A: hue angle of 320.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #67134A is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 19 | 74 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.60 |
| HSL | 320.71º | 0.69% | 0.24% | - |
| HSV(B) | 320.71º | 0.82% | 0.4% | - |
| XYZ | 7.06 | 3.84 | 6.85 | - |
| YUV | 50.39 | 141.33 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 74 | 0 | 0.82 | 0.28 | 0.60 | 320.71 | 0.69 | 0.24 |
| Hex | 67 | 13 | 4A | 0 | 52 | 1C | 3C | 141 | 45 | 18 |
| Octal | 147 | 23 | 112 | 0 | 122 | 34 | 74 | 501 | 105 | 30 |
| Binary | 1100111 | 10011 | 1001010 | 0 | 1010010 | 11100 | 111100 | 101000001 | 1000101 | 11000 |
Color Harmonies of #67134A
Complementary color
Monochromatic Colors of #67134A
Black with #67134A
Text Example
Text Example
White with #67134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67134A; }
p { color: rgb(103,19,74); }
H1.HeaderClassName
{
color: #67134A;
}
.AnyTagClassName
{
color: #67134A;
}
</style>
background-color css
<style>
a { background-color: #67134A; }
a { background-color: rgb(103,19,74); }
div.DivClassName
{
background-color: #67134A;
}
.BgClassName
{
background-color: #67134A;
}
</style>
border-color css
<style>
span { border-color: #67134A; }
span { border-color: rgb(103,19,74); }
td.TdClassName
{
border-color: #67134A;
}
.TagClassName
{
border-color: #67134A;
}
</style>