Shades of Tawny Port #633145
Tints of Tawny Port #633145
RGB
CMYK
RGB Variations
Color information
#633145 (or 0x633145) is known color: Tawny Port. HEX triplet: 63, 31 and 45. RGB value is (99,49,69). Sum of RGB (Red+Green+Blue) = 99+49+69=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #633145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633145 is #9CCEBA. Grayscale: #424242. Windows color (decimal): -10276539 or 4534627. OLE color: 4534627.
HSL color Cylindrical-coordinate representation of color #633145: hue angle of 336º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #633145 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 49 | 69 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.61 |
| HSL | 336º | 0.34% | 0.29% | - |
| HSV(B) | 336º | 0.51% | 0.39% | - |
| XYZ | 7.32 | 5.28 | 6.26 | - |
| YUV | 66.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 69 | 0 | 0.51 | 0.30 | 0.61 | 336 | 0.34 | 0.29 |
| Hex | 63 | 31 | 45 | 0 | 33 | 1E | 3D | 150 | 22 | 1D |
| Octal | 143 | 61 | 105 | 0 | 63 | 36 | 75 | 520 | 42 | 35 |
| Binary | 1100011 | 110001 | 1000101 | 0 | 110011 | 11110 | 111101 | 101010000 | 100010 | 11101 |
Color Harmonies of #633145
Complementary color
Monochromatic Colors of #633145
Black with #633145
Text Example
Text Example
White with #633145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633145; }
p { color: rgb(99,49,69); }
H1.HeaderClassName
{
color: #633145;
}
.AnyTagClassName
{
color: #633145;
}
</style>
background-color css
<style>
a { background-color: #633145; }
a { background-color: rgb(99,49,69); }
div.DivClassName
{
background-color: #633145;
}
.BgClassName
{
background-color: #633145;
}
</style>
border-color css
<style>
span { border-color: #633145; }
span { border-color: rgb(99,49,69); }
td.TdClassName
{
border-color: #633145;
}
.TagClassName
{
border-color: #633145;
}
</style>