Shades of Tawny Port #63304A
Tints of Tawny Port #63304A
RGB
CMYK
RGB Variations
Color information
#63304A (or 0x63304A) is known color: Tawny Port. HEX triplet: 63, 30 and 4A. RGB value is (99,48,74). Sum of RGB (Red+Green+Blue) = 99+48+74=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #63304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63304A is #9CCFB5. Grayscale: #424242. Windows color (decimal): -10276790 or 4862051. OLE color: 4862051.
HSL color Cylindrical-coordinate representation of color #63304A: hue angle of 329.41º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63304A is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 74 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.61 |
| HSL | 329.41º | 0.35% | 0.29% | - |
| HSV(B) | 329.41º | 0.52% | 0.39% | - |
| XYZ | 7.44 | 5.26 | 7.1 | - |
| YUV | 66.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 74 | 0 | 0.52 | 0.25 | 0.61 | 329.41 | 0.35 | 0.29 |
| Hex | 63 | 30 | 4A | 0 | 34 | 19 | 3D | 149 | 23 | 1D |
| Octal | 143 | 60 | 112 | 0 | 64 | 31 | 75 | 511 | 43 | 35 |
| Binary | 1100011 | 110000 | 1001010 | 0 | 110100 | 11001 | 111101 | 101001001 | 100011 | 11101 |
Color Harmonies of #63304A
Complementary color
Monochromatic Colors of #63304A
Black with #63304A
Text Example
Text Example
White with #63304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63304A; }
p { color: rgb(99,48,74); }
H1.HeaderClassName
{
color: #63304A;
}
.AnyTagClassName
{
color: #63304A;
}
</style>
background-color css
<style>
a { background-color: #63304A; }
a { background-color: rgb(99,48,74); }
div.DivClassName
{
background-color: #63304A;
}
.BgClassName
{
background-color: #63304A;
}
</style>
border-color css
<style>
span { border-color: #63304A; }
span { border-color: rgb(99,48,74); }
td.TdClassName
{
border-color: #63304A;
}
.TagClassName
{
border-color: #63304A;
}
</style>