Shades of Tawny Port #63414D
Tints of Tawny Port #63414D
RGB
CMYK
RGB Variations
Color information
#63414D (or 0x63414D) is known color: Tawny Port. HEX triplet: 63, 41 and 4D. RGB value is (99,65,77). Sum of RGB (Red+Green+Blue) = 99+65+77=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63414D is #9CBEB2. Grayscale: #4C4C4C. Windows color (decimal): -10272435 or 5063011. OLE color: 5063011.
HSL color Cylindrical-coordinate representation of color #63414D: hue angle of 338.82º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63414D is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 65 | 77 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.61 |
| HSL | 338.82º | 0.21% | 0.32% | - |
| HSV(B) | 338.82º | 0.34% | 0.39% | - |
| XYZ | 8.38 | 6.97 | 7.92 | - |
| YUV | 76.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 77 | 0 | 0.34 | 0.22 | 0.61 | 338.82 | 0.21 | 0.32 |
| Hex | 63 | 41 | 4D | 0 | 22 | 16 | 3D | 153 | 15 | 20 |
| Octal | 143 | 101 | 115 | 0 | 42 | 26 | 75 | 523 | 25 | 40 |
| Binary | 1100011 | 1000001 | 1001101 | 0 | 100010 | 10110 | 111101 | 101010011 | 10101 | 100000 |
Color Harmonies of #63414D
Complementary color
Monochromatic Colors of #63414D
Black with #63414D
Text Example
Text Example
White with #63414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63414D; }
p { color: rgb(99,65,77); }
H1.HeaderClassName
{
color: #63414D;
}
.AnyTagClassName
{
color: #63414D;
}
</style>
background-color css
<style>
a { background-color: #63414D; }
a { background-color: rgb(99,65,77); }
div.DivClassName
{
background-color: #63414D;
}
.BgClassName
{
background-color: #63414D;
}
</style>
border-color css
<style>
span { border-color: #63414D; }
span { border-color: rgb(99,65,77); }
td.TdClassName
{
border-color: #63414D;
}
.TagClassName
{
border-color: #63414D;
}
</style>