Shades of Tawny Port #63444B
Tints of Tawny Port #63444B
RGB
CMYK
RGB Variations
Color information
#63444B (or 0x63444B) is known color: Tawny Port. HEX triplet: 63, 44 and 4B. RGB value is (99,68,75). Sum of RGB (Red+Green+Blue) = 99+68+75=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63444B is #9CBBB4. Grayscale: #4E4E4E. Windows color (decimal): -10271669 or 4932707. OLE color: 4932707.
HSL color Cylindrical-coordinate representation of color #63444B: hue angle of 346.45º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63444B is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 75 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.61 |
| HSL | 346.45º | 0.19% | 0.33% | - |
| HSV(B) | 346.45º | 0.31% | 0.39% | - |
| XYZ | 8.48 | 7.29 | 7.62 | - |
| YUV | 78.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 75 | 0 | 0.31 | 0.24 | 0.61 | 346.45 | 0.19 | 0.33 |
| Hex | 63 | 44 | 4B | 0 | 1F | 18 | 3D | 15A | 13 | 21 |
| Octal | 143 | 104 | 113 | 0 | 37 | 30 | 75 | 532 | 23 | 41 |
| Binary | 1100011 | 1000100 | 1001011 | 0 | 11111 | 11000 | 111101 | 101011010 | 10011 | 100001 |
Color Harmonies of #63444B
Complementary color
Monochromatic Colors of #63444B
Black with #63444B
Text Example
Text Example
White with #63444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63444B; }
p { color: rgb(99,68,75); }
H1.HeaderClassName
{
color: #63444B;
}
.AnyTagClassName
{
color: #63444B;
}
</style>
background-color css
<style>
a { background-color: #63444B; }
a { background-color: rgb(99,68,75); }
div.DivClassName
{
background-color: #63444B;
}
.BgClassName
{
background-color: #63444B;
}
</style>
border-color css
<style>
span { border-color: #63444B; }
span { border-color: rgb(99,68,75); }
td.TdClassName
{
border-color: #63444B;
}
.TagClassName
{
border-color: #63444B;
}
</style>