Shades of Tawny Port #503B42
Tints of Tawny Port #503B42
RGB
CMYK
RGB Variations
Color information
#503B42 (or 0x503B42) is known color: Tawny Port. HEX triplet: 50, 3B and 42. RGB value is (80,59,66). Sum of RGB (Red+Green+Blue) = 80+59+66=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #503B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B42 is #AFC4BD. Grayscale: #424242. Windows color (decimal): -11519166 or 4340560. OLE color: 4340560.
HSL color Cylindrical-coordinate representation of color #503B42: hue angle of 340º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #503B42 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 66 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.69 |
| HSL | 340º | 0.15% | 0.27% | - |
| HSV(B) | 340º | 0.26% | 0.31% | - |
| XYZ | 5.86 | 5.23 | 5.85 | - |
| YUV | 66.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 66 | 0 | 0.26 | 0.17 | 0.69 | 340 | 0.15 | 0.27 |
| Hex | 50 | 3B | 42 | 0 | 1A | 11 | 45 | 154 | F | 1B |
| Octal | 120 | 73 | 102 | 0 | 32 | 21 | 105 | 524 | 17 | 33 |
| Binary | 1010000 | 111011 | 1000010 | 0 | 11010 | 10001 | 1000101 | 101010100 | 1111 | 11011 |
Color Harmonies of #503B42
Complementary color
Monochromatic Colors of #503B42
Black with #503B42
Text Example
Text Example
White with #503B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B42; }
p { color: rgb(80,59,66); }
H1.HeaderClassName
{
color: #503B42;
}
.AnyTagClassName
{
color: #503B42;
}
</style>
background-color css
<style>
a { background-color: #503B42; }
a { background-color: rgb(80,59,66); }
div.DivClassName
{
background-color: #503B42;
}
.BgClassName
{
background-color: #503B42;
}
</style>
border-color css
<style>
span { border-color: #503B42; }
span { border-color: rgb(80,59,66); }
td.TdClassName
{
border-color: #503B42;
}
.TagClassName
{
border-color: #503B42;
}
</style>