Shades of Tawny Port #63314A
Tints of Tawny Port #63314A
RGB
CMYK
RGB Variations
Color information
#63314A (or 0x63314A) is known color: Tawny Port. HEX triplet: 63, 31 and 4A. RGB value is (99,49,74). Sum of RGB (Red+Green+Blue) = 99+49+74=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #63314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63314A is #9CCEB5. Grayscale: #424242. Windows color (decimal): -10276534 or 4862307. OLE color: 4862307.
HSL color Cylindrical-coordinate representation of color #63314A: hue angle of 330º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63314A is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 49 | 74 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.61 |
| HSL | 330º | 0.34% | 0.29% | - |
| HSV(B) | 330º | 0.51% | 0.39% | - |
| XYZ | 7.48 | 5.34 | 7.12 | - |
| YUV | 66.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 74 | 0 | 0.51 | 0.25 | 0.61 | 330 | 0.34 | 0.29 |
| Hex | 63 | 31 | 4A | 0 | 33 | 19 | 3D | 14A | 22 | 1D |
| Octal | 143 | 61 | 112 | 0 | 63 | 31 | 75 | 512 | 42 | 35 |
| Binary | 1100011 | 110001 | 1001010 | 0 | 110011 | 11001 | 111101 | 101001010 | 100010 | 11101 |
Color Harmonies of #63314A
Complementary color
Monochromatic Colors of #63314A
Black with #63314A
Text Example
Text Example
White with #63314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63314A; }
p { color: rgb(99,49,74); }
H1.HeaderClassName
{
color: #63314A;
}
.AnyTagClassName
{
color: #63314A;
}
</style>
background-color css
<style>
a { background-color: #63314A; }
a { background-color: rgb(99,49,74); }
div.DivClassName
{
background-color: #63314A;
}
.BgClassName
{
background-color: #63314A;
}
</style>
border-color css
<style>
span { border-color: #63314A; }
span { border-color: rgb(99,49,74); }
td.TdClassName
{
border-color: #63314A;
}
.TagClassName
{
border-color: #63314A;
}
</style>