Shades of Tawny Port #63354C
Tints of Tawny Port #63354C
RGB
CMYK
RGB Variations
Color information
#63354C (or 0x63354C) is known color: Tawny Port. HEX triplet: 63, 35 and 4C. RGB value is (99,53,76). Sum of RGB (Red+Green+Blue) = 99+53+76=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63354C is #9CCAB3. Grayscale: #454545. Windows color (decimal): -10275508 or 4994403. OLE color: 4994403.
HSL color Cylindrical-coordinate representation of color #63354C: hue angle of 330º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63354C is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 76 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.61 |
| HSL | 330º | 0.3% | 0.3% | - |
| HSV(B) | 330º | 0.46% | 0.39% | - |
| XYZ | 7.72 | 5.72 | 7.53 | - |
| YUV | 69.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 76 | 0 | 0.46 | 0.23 | 0.61 | 330 | 0.3 | 0.3 |
| Hex | 63 | 35 | 4C | 0 | 2E | 17 | 3D | 14A | 1E | 1E |
| Octal | 143 | 65 | 114 | 0 | 56 | 27 | 75 | 512 | 36 | 36 |
| Binary | 1100011 | 110101 | 1001100 | 0 | 101110 | 10111 | 111101 | 101001010 | 11110 | 11110 |
Color Harmonies of #63354C
Complementary color
Monochromatic Colors of #63354C
Black with #63354C
Text Example
Text Example
White with #63354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63354C; }
p { color: rgb(99,53,76); }
H1.HeaderClassName
{
color: #63354C;
}
.AnyTagClassName
{
color: #63354C;
}
</style>
background-color css
<style>
a { background-color: #63354C; }
a { background-color: rgb(99,53,76); }
div.DivClassName
{
background-color: #63354C;
}
.BgClassName
{
background-color: #63354C;
}
</style>
border-color css
<style>
span { border-color: #63354C; }
span { border-color: rgb(99,53,76); }
td.TdClassName
{
border-color: #63354C;
}
.TagClassName
{
border-color: #63354C;
}
</style>