Shades of Tawny Port #652F45
Tints of Tawny Port #652F45
RGB
CMYK
RGB Variations
Color information
#652F45 (or 0x652F45) is known color: Tawny Port. HEX triplet: 65, 2F and 45. RGB value is (101,47,69). Sum of RGB (Red+Green+Blue) = 101+47+69=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #652F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652F45 is #9AD0BA. Grayscale: #414141. Windows color (decimal): -10145979 or 4534117. OLE color: 4534117.
HSL color Cylindrical-coordinate representation of color #652F45: hue angle of 335.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #652F45 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 69 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.60 |
| HSL | 335.56º | 0.36% | 0.29% | - |
| HSV(B) | 335.56º | 0.53% | 0.4% | - |
| XYZ | 7.46 | 5.23 | 6.25 | - |
| YUV | 65.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 69 | 0 | 0.53 | 0.32 | 0.60 | 335.56 | 0.36 | 0.29 |
| Hex | 65 | 2F | 45 | 0 | 35 | 20 | 3C | 150 | 24 | 1D |
| Octal | 145 | 57 | 105 | 0 | 65 | 40 | 74 | 520 | 44 | 35 |
| Binary | 1100101 | 101111 | 1000101 | 0 | 110101 | 100000 | 111100 | 101010000 | 100100 | 11101 |
Color Harmonies of #652F45
Complementary color
Monochromatic Colors of #652F45
Black with #652F45
Text Example
Text Example
White with #652F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F45; }
p { color: rgb(101,47,69); }
H1.HeaderClassName
{
color: #652F45;
}
.AnyTagClassName
{
color: #652F45;
}
</style>
background-color css
<style>
a { background-color: #652F45; }
a { background-color: rgb(101,47,69); }
div.DivClassName
{
background-color: #652F45;
}
.BgClassName
{
background-color: #652F45;
}
</style>
border-color css
<style>
span { border-color: #652F45; }
span { border-color: rgb(101,47,69); }
td.TdClassName
{
border-color: #652F45;
}
.TagClassName
{
border-color: #652F45;
}
</style>