Shades of Tawny Port #65374A
Tints of Tawny Port #65374A
RGB
CMYK
RGB Variations
Color information
#65374A (or 0x65374A) is known color: Tawny Port. HEX triplet: 65, 37 and 4A. RGB value is (101,55,74). Sum of RGB (Red+Green+Blue) = 101+55+74=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #65374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65374A is #9AC8B5. Grayscale: #464646. Windows color (decimal): -10143926 or 4863845. OLE color: 4863845.
HSL color Cylindrical-coordinate representation of color #65374A: hue angle of 335.22º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65374A is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 55 | 74 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.60 |
| HSL | 335.22º | 0.29% | 0.31% | - |
| HSV(B) | 335.22º | 0.46% | 0.4% | - |
| XYZ | 7.97 | 5.99 | 7.22 | - |
| YUV | 70.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 74 | 0 | 0.46 | 0.27 | 0.60 | 335.22 | 0.29 | 0.31 |
| Hex | 65 | 37 | 4A | 0 | 2E | 1B | 3C | 14F | 1D | 1F |
| Octal | 145 | 67 | 112 | 0 | 56 | 33 | 74 | 517 | 35 | 37 |
| Binary | 1100101 | 110111 | 1001010 | 0 | 101110 | 11011 | 111100 | 101001111 | 11101 | 11111 |
Color Harmonies of #65374A
Complementary color
Monochromatic Colors of #65374A
Black with #65374A
Text Example
Text Example
White with #65374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65374A; }
p { color: rgb(101,55,74); }
H1.HeaderClassName
{
color: #65374A;
}
.AnyTagClassName
{
color: #65374A;
}
</style>
background-color css
<style>
a { background-color: #65374A; }
a { background-color: rgb(101,55,74); }
div.DivClassName
{
background-color: #65374A;
}
.BgClassName
{
background-color: #65374A;
}
</style>
border-color css
<style>
span { border-color: #65374A; }
span { border-color: rgb(101,55,74); }
td.TdClassName
{
border-color: #65374A;
}
.TagClassName
{
border-color: #65374A;
}
</style>