Shades of Tawny Port #633445
Tints of Tawny Port #633445
RGB
CMYK
RGB Variations
Color information
#633445 (or 0x633445) is known color: Tawny Port. HEX triplet: 63, 34 and 45. RGB value is (99,52,69). Sum of RGB (Red+Green+Blue) = 99+52+69=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #633445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633445 is #9CCBBA. Grayscale: #434343. Windows color (decimal): -10275771 or 4535395. OLE color: 4535395.
HSL color Cylindrical-coordinate representation of color #633445: hue angle of 338.3º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #633445 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 52 | 69 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.61 |
| HSL | 338.3º | 0.31% | 0.3% | - |
| HSV(B) | 338.3º | 0.47% | 0.39% | - |
| XYZ | 7.45 | 5.54 | 6.31 | - |
| YUV | 67.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 69 | 0 | 0.47 | 0.30 | 0.61 | 338.3 | 0.31 | 0.3 |
| Hex | 63 | 34 | 45 | 0 | 2F | 1E | 3D | 152 | 1F | 1E |
| Octal | 143 | 64 | 105 | 0 | 57 | 36 | 75 | 522 | 37 | 36 |
| Binary | 1100011 | 110100 | 1000101 | 0 | 101111 | 11110 | 111101 | 101010010 | 11111 | 11110 |
Color Harmonies of #633445
Complementary color
Monochromatic Colors of #633445
Black with #633445
Text Example
Text Example
White with #633445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633445; }
p { color: rgb(99,52,69); }
H1.HeaderClassName
{
color: #633445;
}
.AnyTagClassName
{
color: #633445;
}
</style>
background-color css
<style>
a { background-color: #633445; }
a { background-color: rgb(99,52,69); }
div.DivClassName
{
background-color: #633445;
}
.BgClassName
{
background-color: #633445;
}
</style>
border-color css
<style>
span { border-color: #633445; }
span { border-color: rgb(99,52,69); }
td.TdClassName
{
border-color: #633445;
}
.TagClassName
{
border-color: #633445;
}
</style>