Shades of Tawny Port #632F47
Tints of Tawny Port #632F47
RGB
CMYK
RGB Variations
Color information
#632F47 (or 0x632F47) is known color: Tawny Port. HEX triplet: 63, 2F and 47. RGB value is (99,47,71). Sum of RGB (Red+Green+Blue) = 99+47+71=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #632F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F47 is #9CD0B8. Grayscale: #414141. Windows color (decimal): -10277049 or 4665187. OLE color: 4665187.
HSL color Cylindrical-coordinate representation of color #632F47: hue angle of 332.31º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #632F47 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 71 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.61 |
| HSL | 332.31º | 0.36% | 0.29% | - |
| HSV(B) | 332.31º | 0.53% | 0.39% | - |
| XYZ | 7.3 | 5.14 | 6.57 | - |
| YUV | 65.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 71 | 0 | 0.53 | 0.28 | 0.61 | 332.31 | 0.36 | 0.29 |
| Hex | 63 | 2F | 47 | 0 | 35 | 1C | 3D | 14C | 24 | 1D |
| Octal | 143 | 57 | 107 | 0 | 65 | 34 | 75 | 514 | 44 | 35 |
| Binary | 1100011 | 101111 | 1000111 | 0 | 110101 | 11100 | 111101 | 101001100 | 100100 | 11101 |
Color Harmonies of #632F47
Complementary color
Monochromatic Colors of #632F47
Black with #632F47
Text Example
Text Example
White with #632F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F47; }
p { color: rgb(99,47,71); }
H1.HeaderClassName
{
color: #632F47;
}
.AnyTagClassName
{
color: #632F47;
}
</style>
background-color css
<style>
a { background-color: #632F47; }
a { background-color: rgb(99,47,71); }
div.DivClassName
{
background-color: #632F47;
}
.BgClassName
{
background-color: #632F47;
}
</style>
border-color css
<style>
span { border-color: #632F47; }
span { border-color: rgb(99,47,71); }
td.TdClassName
{
border-color: #632F47;
}
.TagClassName
{
border-color: #632F47;
}
</style>