Shades of Tawny Port #63374A
Tints of Tawny Port #63374A
RGB
CMYK
RGB Variations
Color information
#63374A (or 0x63374A) is known color: Tawny Port. HEX triplet: 63, 37 and 4A. RGB value is (99,55,74). Sum of RGB (Red+Green+Blue) = 99+55+74=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63374A is #9CC8B5. Grayscale: #464646. Windows color (decimal): -10274998 or 4863843. OLE color: 4863843.
HSL color Cylindrical-coordinate representation of color #63374A: hue angle of 334.09º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63374A is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 55 | 74 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.61 |
| HSL | 334.09º | 0.29% | 0.3% | - |
| HSV(B) | 334.09º | 0.44% | 0.39% | - |
| XYZ | 7.75 | 5.88 | 7.21 | - |
| YUV | 70.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 74 | 0 | 0.44 | 0.25 | 0.61 | 334.09 | 0.29 | 0.3 |
| Hex | 63 | 37 | 4A | 0 | 2C | 19 | 3D | 14E | 1D | 1E |
| Octal | 143 | 67 | 112 | 0 | 54 | 31 | 75 | 516 | 35 | 36 |
| Binary | 1100011 | 110111 | 1001010 | 0 | 101100 | 11001 | 111101 | 101001110 | 11101 | 11110 |
Color Harmonies of #63374A
Complementary color
Monochromatic Colors of #63374A
Black with #63374A
Text Example
Text Example
White with #63374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63374A; }
p { color: rgb(99,55,74); }
H1.HeaderClassName
{
color: #63374A;
}
.AnyTagClassName
{
color: #63374A;
}
</style>
background-color css
<style>
a { background-color: #63374A; }
a { background-color: rgb(99,55,74); }
div.DivClassName
{
background-color: #63374A;
}
.BgClassName
{
background-color: #63374A;
}
</style>
border-color css
<style>
span { border-color: #63374A; }
span { border-color: rgb(99,55,74); }
td.TdClassName
{
border-color: #63374A;
}
.TagClassName
{
border-color: #63374A;
}
</style>