Shades of Tawny Port #67314A
Tints of Tawny Port #67314A
RGB
CMYK
RGB Variations
Color information
#67314A (or 0x67314A) is known color: Tawny Port. HEX triplet: 67, 31 and 4A. RGB value is (103,49,74). Sum of RGB (Red+Green+Blue) = 103+49+74=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #67314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67314A is #98CEB5. Grayscale: #434343. Windows color (decimal): -10014390 or 4862311. OLE color: 4862311.
HSL color Cylindrical-coordinate representation of color #67314A: hue angle of 332.22º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67314A is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 74 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.60 |
| HSL | 332.22º | 0.36% | 0.3% | - |
| HSV(B) | 332.22º | 0.52% | 0.4% | - |
| XYZ | 7.93 | 5.57 | 7.14 | - |
| YUV | 68 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 74 | 0 | 0.52 | 0.28 | 0.60 | 332.22 | 0.36 | 0.3 |
| Hex | 67 | 31 | 4A | 0 | 34 | 1C | 3C | 14C | 24 | 1E |
| Octal | 147 | 61 | 112 | 0 | 64 | 34 | 74 | 514 | 44 | 36 |
| Binary | 1100111 | 110001 | 1001010 | 0 | 110100 | 11100 | 111100 | 101001100 | 100100 | 11110 |
Color Harmonies of #67314A
Complementary color
Monochromatic Colors of #67314A
Black with #67314A
Text Example
Text Example
White with #67314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67314A; }
p { color: rgb(103,49,74); }
H1.HeaderClassName
{
color: #67314A;
}
.AnyTagClassName
{
color: #67314A;
}
</style>
background-color css
<style>
a { background-color: #67314A; }
a { background-color: rgb(103,49,74); }
div.DivClassName
{
background-color: #67314A;
}
.BgClassName
{
background-color: #67314A;
}
</style>
border-color css
<style>
span { border-color: #67314A; }
span { border-color: rgb(103,49,74); }
td.TdClassName
{
border-color: #67314A;
}
.TagClassName
{
border-color: #67314A;
}
</style>