Shades of Tawny Port #67304C
Tints of Tawny Port #67304C
RGB
CMYK
RGB Variations
Color information
#67304C (or 0x67304C) is known color: Tawny Port. HEX triplet: 67, 30 and 4C. RGB value is (103,48,76). Sum of RGB (Red+Green+Blue) = 103+48+76=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #67304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67304C is #98CFB3. Grayscale: #434343. Windows color (decimal): -10014644 or 4993127. OLE color: 4993127.
HSL color Cylindrical-coordinate representation of color #67304C: hue angle of 329.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67304C is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 48 | 76 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.60 |
| HSL | 329.45º | 0.36% | 0.3% | - |
| HSV(B) | 329.45º | 0.53% | 0.4% | - |
| XYZ | 7.95 | 5.52 | 7.48 | - |
| YUV | 67.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 76 | 0 | 0.53 | 0.26 | 0.60 | 329.45 | 0.36 | 0.3 |
| Hex | 67 | 30 | 4C | 0 | 35 | 1A | 3C | 149 | 24 | 1E |
| Octal | 147 | 60 | 114 | 0 | 65 | 32 | 74 | 511 | 44 | 36 |
| Binary | 1100111 | 110000 | 1001100 | 0 | 110101 | 11010 | 111100 | 101001001 | 100100 | 11110 |
Color Harmonies of #67304C
Complementary color
Monochromatic Colors of #67304C
Black with #67304C
Text Example
Text Example
White with #67304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67304C; }
p { color: rgb(103,48,76); }
H1.HeaderClassName
{
color: #67304C;
}
.AnyTagClassName
{
color: #67304C;
}
</style>
background-color css
<style>
a { background-color: #67304C; }
a { background-color: rgb(103,48,76); }
div.DivClassName
{
background-color: #67304C;
}
.BgClassName
{
background-color: #67304C;
}
</style>
border-color css
<style>
span { border-color: #67304C; }
span { border-color: rgb(103,48,76); }
td.TdClassName
{
border-color: #67304C;
}
.TagClassName
{
border-color: #67304C;
}
</style>