Shades of Tawny Port #632E47
Tints of Tawny Port #632E47
RGB
CMYK
RGB Variations
Color information
#632E47 (or 0x632E47) is known color: Tawny Port. HEX triplet: 63, 2E and 47. RGB value is (99,46,71). Sum of RGB (Red+Green+Blue) = 99+46+71=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #632E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E47 is #9CD1B8. Grayscale: #404040. Windows color (decimal): -10277305 or 4664931. OLE color: 4664931.
HSL color Cylindrical-coordinate representation of color #632E47: hue angle of 331.7º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #632E47 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 71 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.61 |
| HSL | 331.7º | 0.37% | 0.28% | - |
| HSV(B) | 331.7º | 0.54% | 0.39% | - |
| XYZ | 7.26 | 5.06 | 6.56 | - |
| YUV | 64.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 71 | 0 | 0.54 | 0.28 | 0.61 | 331.7 | 0.37 | 0.28 |
| Hex | 63 | 2E | 47 | 0 | 36 | 1C | 3D | 14C | 25 | 1C |
| Octal | 143 | 56 | 107 | 0 | 66 | 34 | 75 | 514 | 45 | 34 |
| Binary | 1100011 | 101110 | 1000111 | 0 | 110110 | 11100 | 111101 | 101001100 | 100101 | 11100 |
Color Harmonies of #632E47
Complementary color
Monochromatic Colors of #632E47
Black with #632E47
Text Example
Text Example
White with #632E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E47; }
p { color: rgb(99,46,71); }
H1.HeaderClassName
{
color: #632E47;
}
.AnyTagClassName
{
color: #632E47;
}
</style>
background-color css
<style>
a { background-color: #632E47; }
a { background-color: rgb(99,46,71); }
div.DivClassName
{
background-color: #632E47;
}
.BgClassName
{
background-color: #632E47;
}
</style>
border-color css
<style>
span { border-color: #632E47; }
span { border-color: rgb(99,46,71); }
td.TdClassName
{
border-color: #632E47;
}
.TagClassName
{
border-color: #632E47;
}
</style>