Shades of Tawny Port #653B4B
Tints of Tawny Port #653B4B
RGB
CMYK
RGB Variations
Color information
#653B4B (or 0x653B4B) is known color: Tawny Port. HEX triplet: 65, 3B and 4B. RGB value is (101,59,75). Sum of RGB (Red+Green+Blue) = 101+59+75=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 101 - color contains mainly: red. Hex color #653B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B4B is #9AC4B4. Grayscale: #494949. Windows color (decimal): -10142901 or 4930405. OLE color: 4930405.
HSL color Cylindrical-coordinate representation of color #653B4B: hue angle of 337.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #653B4B is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 75 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.60 |
| HSL | 337.14º | 0.26% | 0.31% | - |
| HSV(B) | 337.14º | 0.42% | 0.4% | - |
| XYZ | 8.2 | 6.4 | 7.46 | - |
| YUV | 73.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 75 | 0 | 0.42 | 0.26 | 0.60 | 337.14 | 0.26 | 0.31 |
| Hex | 65 | 3B | 4B | 0 | 2A | 1A | 3C | 151 | 1A | 1F |
| Octal | 145 | 73 | 113 | 0 | 52 | 32 | 74 | 521 | 32 | 37 |
| Binary | 1100101 | 111011 | 1001011 | 0 | 101010 | 11010 | 111100 | 101010001 | 11010 | 11111 |
Color Harmonies of #653B4B
Complementary color
Monochromatic Colors of #653B4B
Black with #653B4B
Text Example
Text Example
White with #653B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B4B; }
p { color: rgb(101,59,75); }
H1.HeaderClassName
{
color: #653B4B;
}
.AnyTagClassName
{
color: #653B4B;
}
</style>
background-color css
<style>
a { background-color: #653B4B; }
a { background-color: rgb(101,59,75); }
div.DivClassName
{
background-color: #653B4B;
}
.BgClassName
{
background-color: #653B4B;
}
</style>
border-color css
<style>
span { border-color: #653B4B; }
span { border-color: rgb(101,59,75); }
td.TdClassName
{
border-color: #653B4B;
}
.TagClassName
{
border-color: #653B4B;
}
</style>