Shades of Tawny Port #653047
Tints of Tawny Port #653047
RGB
CMYK
RGB Variations
Color information
#653047 (or 0x653047) is known color: Tawny Port. HEX triplet: 65, 30 and 47. RGB value is (101,48,71). Sum of RGB (Red+Green+Blue) = 101+48+71=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #653047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653047 is #9ACFB8. Grayscale: #424242. Windows color (decimal): -10145721 or 4665445. OLE color: 4665445.
HSL color Cylindrical-coordinate representation of color #653047: hue angle of 333.96º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #653047 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 71 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.60 |
| HSL | 333.96º | 0.36% | 0.29% | - |
| HSV(B) | 333.96º | 0.52% | 0.4% | - |
| XYZ | 7.56 | 5.34 | 6.59 | - |
| YUV | 66.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 71 | 0 | 0.52 | 0.30 | 0.60 | 333.96 | 0.36 | 0.29 |
| Hex | 65 | 30 | 47 | 0 | 34 | 1E | 3C | 14E | 24 | 1D |
| Octal | 145 | 60 | 107 | 0 | 64 | 36 | 74 | 516 | 44 | 35 |
| Binary | 1100101 | 110000 | 1000111 | 0 | 110100 | 11110 | 111100 | 101001110 | 100100 | 11101 |
Color Harmonies of #653047
Complementary color
Monochromatic Colors of #653047
Black with #653047
Text Example
Text Example
White with #653047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653047; }
p { color: rgb(101,48,71); }
H1.HeaderClassName
{
color: #653047;
}
.AnyTagClassName
{
color: #653047;
}
</style>
background-color css
<style>
a { background-color: #653047; }
a { background-color: rgb(101,48,71); }
div.DivClassName
{
background-color: #653047;
}
.BgClassName
{
background-color: #653047;
}
</style>
border-color css
<style>
span { border-color: #653047; }
span { border-color: rgb(101,48,71); }
td.TdClassName
{
border-color: #653047;
}
.TagClassName
{
border-color: #653047;
}
</style>