Shades of Tawny Port #653F4A
Tints of Tawny Port #653F4A
RGB
CMYK
RGB Variations
Color information
#653F4A (or 0x653F4A) is known color: Tawny Port. HEX triplet: 65, 3F and 4A. RGB value is (101,63,74). Sum of RGB (Red+Green+Blue) = 101+63+74=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 101 - color contains mainly: red. Hex color #653F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F4A is #9AC0B5. Grayscale: #4B4B4B. Windows color (decimal): -10141878 or 4865893. OLE color: 4865893.
HSL color Cylindrical-coordinate representation of color #653F4A: hue angle of 342.63º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #653F4A is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 74 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.60 |
| HSL | 342.63º | 0.23% | 0.32% | - |
| HSV(B) | 342.63º | 0.38% | 0.4% | - |
| XYZ | 8.38 | 6.82 | 7.35 | - |
| YUV | 75.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 74 | 0 | 0.38 | 0.27 | 0.60 | 342.63 | 0.23 | 0.32 |
| Hex | 65 | 3F | 4A | 0 | 26 | 1B | 3C | 157 | 17 | 20 |
| Octal | 145 | 77 | 112 | 0 | 46 | 33 | 74 | 527 | 27 | 40 |
| Binary | 1100101 | 111111 | 1001010 | 0 | 100110 | 11011 | 111100 | 101010111 | 10111 | 100000 |
Color Harmonies of #653F4A
Complementary color
Monochromatic Colors of #653F4A
Black with #653F4A
Text Example
Text Example
White with #653F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F4A; }
p { color: rgb(101,63,74); }
H1.HeaderClassName
{
color: #653F4A;
}
.AnyTagClassName
{
color: #653F4A;
}
</style>
background-color css
<style>
a { background-color: #653F4A; }
a { background-color: rgb(101,63,74); }
div.DivClassName
{
background-color: #653F4A;
}
.BgClassName
{
background-color: #653F4A;
}
</style>
border-color css
<style>
span { border-color: #653F4A; }
span { border-color: rgb(101,63,74); }
td.TdClassName
{
border-color: #653F4A;
}
.TagClassName
{
border-color: #653F4A;
}
</style>