Shades of Tawny Port #65314A
Tints of Tawny Port #65314A
RGB
CMYK
RGB Variations
Color information
#65314A (or 0x65314A) is known color: Tawny Port. HEX triplet: 65, 31 and 4A. RGB value is (101,49,74). Sum of RGB (Red+Green+Blue) = 101+49+74=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #65314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65314A is #9ACEB5. Grayscale: #434343. Windows color (decimal): -10145462 or 4862309. OLE color: 4862309.
HSL color Cylindrical-coordinate representation of color #65314A: hue angle of 331.15º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65314A is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 74 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.60 |
| HSL | 331.15º | 0.35% | 0.29% | - |
| HSV(B) | 331.15º | 0.51% | 0.4% | - |
| XYZ | 7.7 | 5.46 | 7.13 | - |
| YUV | 67.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 74 | 0 | 0.51 | 0.27 | 0.60 | 331.15 | 0.35 | 0.29 |
| Hex | 65 | 31 | 4A | 0 | 33 | 1B | 3C | 14B | 23 | 1D |
| Octal | 145 | 61 | 112 | 0 | 63 | 33 | 74 | 513 | 43 | 35 |
| Binary | 1100101 | 110001 | 1001010 | 0 | 110011 | 11011 | 111100 | 101001011 | 100011 | 11101 |
Color Harmonies of #65314A
Complementary color
Monochromatic Colors of #65314A
Black with #65314A
Text Example
Text Example
White with #65314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65314A; }
p { color: rgb(101,49,74); }
H1.HeaderClassName
{
color: #65314A;
}
.AnyTagClassName
{
color: #65314A;
}
</style>
background-color css
<style>
a { background-color: #65314A; }
a { background-color: rgb(101,49,74); }
div.DivClassName
{
background-color: #65314A;
}
.BgClassName
{
background-color: #65314A;
}
</style>
border-color css
<style>
span { border-color: #65314A; }
span { border-color: rgb(101,49,74); }
td.TdClassName
{
border-color: #65314A;
}
.TagClassName
{
border-color: #65314A;
}
</style>