Shades of Tawny Port #632E46
Tints of Tawny Port #632E46
RGB
CMYK
RGB Variations
Color information
#632E46 (or 0x632E46) is known color: Tawny Port. HEX triplet: 63, 2E and 46. RGB value is (99,46,70). Sum of RGB (Red+Green+Blue) = 99+46+70=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #632E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E46 is #9CD1B9. Grayscale: #404040. Windows color (decimal): -10277306 or 4599395. OLE color: 4599395.
HSL color Cylindrical-coordinate representation of color #632E46: hue angle of 332.83º 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 #632E46 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 70 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.61 |
| HSL | 332.83º | 0.37% | 0.28% | - |
| HSV(B) | 332.83º | 0.54% | 0.39% | - |
| XYZ | 7.23 | 5.05 | 6.39 | - |
| YUV | 64.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 70 | 0 | 0.54 | 0.29 | 0.61 | 332.83 | 0.37 | 0.28 |
| Hex | 63 | 2E | 46 | 0 | 36 | 1D | 3D | 14D | 25 | 1C |
| Octal | 143 | 56 | 106 | 0 | 66 | 35 | 75 | 515 | 45 | 34 |
| Binary | 1100011 | 101110 | 1000110 | 0 | 110110 | 11101 | 111101 | 101001101 | 100101 | 11100 |
Color Harmonies of #632E46
Complementary color
Monochromatic Colors of #632E46
Black with #632E46
Text Example
Text Example
White with #632E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E46; }
p { color: rgb(99,46,70); }
H1.HeaderClassName
{
color: #632E46;
}
.AnyTagClassName
{
color: #632E46;
}
</style>
background-color css
<style>
a { background-color: #632E46; }
a { background-color: rgb(99,46,70); }
div.DivClassName
{
background-color: #632E46;
}
.BgClassName
{
background-color: #632E46;
}
</style>
border-color css
<style>
span { border-color: #632E46; }
span { border-color: rgb(99,46,70); }
td.TdClassName
{
border-color: #632E46;
}
.TagClassName
{
border-color: #632E46;
}
</style>