Shades of Tawny Port #65354A
Tints of Tawny Port #65354A
RGB
CMYK
RGB Variations
Color information
#65354A (or 0x65354A) is known color: Tawny Port. HEX triplet: 65, 35 and 4A. RGB value is (101,53,74). Sum of RGB (Red+Green+Blue) = 101+53+74=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65354A is #9ACAB5. Grayscale: #454545. Windows color (decimal): -10144438 or 4863333. OLE color: 4863333.
HSL color Cylindrical-coordinate representation of color #65354A: hue angle of 333.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65354A is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 53 | 74 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.60 |
| HSL | 333.75º | 0.31% | 0.3% | - |
| HSV(B) | 333.75º | 0.48% | 0.4% | - |
| XYZ | 7.88 | 5.81 | 7.18 | - |
| YUV | 69.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 74 | 0 | 0.48 | 0.27 | 0.60 | 333.75 | 0.31 | 0.3 |
| Hex | 65 | 35 | 4A | 0 | 30 | 1B | 3C | 14E | 1F | 1E |
| Octal | 145 | 65 | 112 | 0 | 60 | 33 | 74 | 516 | 37 | 36 |
| Binary | 1100101 | 110101 | 1001010 | 0 | 110000 | 11011 | 111100 | 101001110 | 11111 | 11110 |
Color Harmonies of #65354A
Complementary color
Monochromatic Colors of #65354A
Black with #65354A
Text Example
Text Example
White with #65354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65354A; }
p { color: rgb(101,53,74); }
H1.HeaderClassName
{
color: #65354A;
}
.AnyTagClassName
{
color: #65354A;
}
</style>
background-color css
<style>
a { background-color: #65354A; }
a { background-color: rgb(101,53,74); }
div.DivClassName
{
background-color: #65354A;
}
.BgClassName
{
background-color: #65354A;
}
</style>
border-color css
<style>
span { border-color: #65354A; }
span { border-color: rgb(101,53,74); }
td.TdClassName
{
border-color: #65354A;
}
.TagClassName
{
border-color: #65354A;
}
</style>