Shades of Tawny Port #67314C
Tints of Tawny Port #67314C
RGB
CMYK
RGB Variations
Color information
#67314C (or 0x67314C) is known color: Tawny Port. HEX triplet: 67, 31 and 4C. RGB value is (103,49,76). Sum of RGB (Red+Green+Blue) = 103+49+76=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #67314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67314C is #98CEB3. Grayscale: #444444. Windows color (decimal): -10014388 or 4993383. OLE color: 4993383.
HSL color Cylindrical-coordinate representation of color #67314C: hue angle of 330º 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 #67314C is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 76 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.60 |
| HSL | 330º | 0.36% | 0.3% | - |
| HSV(B) | 330º | 0.52% | 0.4% | - |
| XYZ | 8 | 5.6 | 7.5 | - |
| YUV | 68.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 76 | 0 | 0.52 | 0.26 | 0.60 | 330 | 0.36 | 0.3 |
| Hex | 67 | 31 | 4C | 0 | 34 | 1A | 3C | 14A | 24 | 1E |
| Octal | 147 | 61 | 114 | 0 | 64 | 32 | 74 | 512 | 44 | 36 |
| Binary | 1100111 | 110001 | 1001100 | 0 | 110100 | 11010 | 111100 | 101001010 | 100100 | 11110 |
Color Harmonies of #67314C
Complementary color
Monochromatic Colors of #67314C
Black with #67314C
Text Example
Text Example
White with #67314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67314C; }
p { color: rgb(103,49,76); }
H1.HeaderClassName
{
color: #67314C;
}
.AnyTagClassName
{
color: #67314C;
}
</style>
background-color css
<style>
a { background-color: #67314C; }
a { background-color: rgb(103,49,76); }
div.DivClassName
{
background-color: #67314C;
}
.BgClassName
{
background-color: #67314C;
}
</style>
border-color css
<style>
span { border-color: #67314C; }
span { border-color: rgb(103,49,76); }
td.TdClassName
{
border-color: #67314C;
}
.TagClassName
{
border-color: #67314C;
}
</style>