Shades of Tawny Port #633345
Tints of Tawny Port #633345
RGB
CMYK
RGB Variations
Color information
#633345 (or 0x633345) is known color: Tawny Port. HEX triplet: 63, 33 and 45. RGB value is (99,51,69). Sum of RGB (Red+Green+Blue) = 99+51+69=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #633345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633345 is #9CCCBA. Grayscale: #434343. Windows color (decimal): -10276027 or 4535139. OLE color: 4535139.
HSL color Cylindrical-coordinate representation of color #633345: hue angle of 337.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #633345 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 69 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.61 |
| HSL | 337.5º | 0.32% | 0.29% | - |
| HSV(B) | 337.5º | 0.48% | 0.39% | - |
| XYZ | 7.4 | 5.45 | 6.29 | - |
| YUV | 67.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 69 | 0 | 0.48 | 0.30 | 0.61 | 337.5 | 0.32 | 0.29 |
| Hex | 63 | 33 | 45 | 0 | 30 | 1E | 3D | 152 | 20 | 1D |
| Octal | 143 | 63 | 105 | 0 | 60 | 36 | 75 | 522 | 40 | 35 |
| Binary | 1100011 | 110011 | 1000101 | 0 | 110000 | 11110 | 111101 | 101010010 | 100000 | 11101 |
Color Harmonies of #633345
Complementary color
Monochromatic Colors of #633345
Black with #633345
Text Example
Text Example
White with #633345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633345; }
p { color: rgb(99,51,69); }
H1.HeaderClassName
{
color: #633345;
}
.AnyTagClassName
{
color: #633345;
}
</style>
background-color css
<style>
a { background-color: #633345; }
a { background-color: rgb(99,51,69); }
div.DivClassName
{
background-color: #633345;
}
.BgClassName
{
background-color: #633345;
}
</style>
border-color css
<style>
span { border-color: #633345; }
span { border-color: rgb(99,51,69); }
td.TdClassName
{
border-color: #633345;
}
.TagClassName
{
border-color: #633345;
}
</style>