Shades of Tawny Port #653148
Tints of Tawny Port #653148
RGB
CMYK
RGB Variations
Color information
#653148 (or 0x653148) is known color: Tawny Port. HEX triplet: 65, 31 and 48. RGB value is (101,49,72). Sum of RGB (Red+Green+Blue) = 101+49+72=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #653148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653148 is #9ACEB7. Grayscale: #434343. Windows color (decimal): -10145464 or 4731237. OLE color: 4731237.
HSL color Cylindrical-coordinate representation of color #653148: hue angle of 333.46º 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 #653148 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 72 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.60 |
| HSL | 333.46º | 0.35% | 0.29% | - |
| HSV(B) | 333.46º | 0.51% | 0.4% | - |
| XYZ | 7.63 | 5.43 | 6.78 | - |
| YUV | 67.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 72 | 0 | 0.51 | 0.29 | 0.60 | 333.46 | 0.35 | 0.29 |
| Hex | 65 | 31 | 48 | 0 | 33 | 1D | 3C | 14D | 23 | 1D |
| Octal | 145 | 61 | 110 | 0 | 63 | 35 | 74 | 515 | 43 | 35 |
| Binary | 1100101 | 110001 | 1001000 | 0 | 110011 | 11101 | 111100 | 101001101 | 100011 | 11101 |
Color Harmonies of #653148
Complementary color
Monochromatic Colors of #653148
Black with #653148
Text Example
Text Example
White with #653148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653148; }
p { color: rgb(101,49,72); }
H1.HeaderClassName
{
color: #653148;
}
.AnyTagClassName
{
color: #653148;
}
</style>
background-color css
<style>
a { background-color: #653148; }
a { background-color: rgb(101,49,72); }
div.DivClassName
{
background-color: #653148;
}
.BgClassName
{
background-color: #653148;
}
</style>
border-color css
<style>
span { border-color: #653148; }
span { border-color: rgb(101,49,72); }
td.TdClassName
{
border-color: #653148;
}
.TagClassName
{
border-color: #653148;
}
</style>