Shades of Tawny Port #5A313F
Tints of Tawny Port #5A313F
RGB
CMYK
RGB Variations
Color information
#5A313F (or 0x5A313F) is known color: Tawny Port. HEX triplet: 5A, 31 and 3F. RGB value is (90,49,63). Sum of RGB (Red+Green+Blue) = 90+49+63=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A313F is #A5CEC0. Grayscale: #3E3E3E. Windows color (decimal): -10866369 or 4141402. OLE color: 4141402.
HSL color Cylindrical-coordinate representation of color #5A313F: hue angle of 339.51º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A313F is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 49 | 63 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.65 |
| HSL | 339.51º | 0.29% | 0.27% | - |
| HSV(B) | 339.51º | 0.46% | 0.35% | - |
| XYZ | 6.21 | 4.73 | 5.29 | - |
| YUV | 62.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 63 | 0 | 0.46 | 0.30 | 0.65 | 339.51 | 0.29 | 0.27 |
| Hex | 5A | 31 | 3F | 0 | 2E | 1E | 41 | 154 | 1D | 1B |
| Octal | 132 | 61 | 77 | 0 | 56 | 36 | 101 | 524 | 35 | 33 |
| Binary | 1011010 | 110001 | 111111 | 0 | 101110 | 11110 | 1000001 | 101010100 | 11101 | 11011 |
Color Harmonies of #5A313F
Complementary color
Monochromatic Colors of #5A313F
Black with #5A313F
Text Example
Text Example
White with #5A313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A313F; }
p { color: rgb(90,49,63); }
H1.HeaderClassName
{
color: #5A313F;
}
.AnyTagClassName
{
color: #5A313F;
}
</style>
background-color css
<style>
a { background-color: #5A313F; }
a { background-color: rgb(90,49,63); }
div.DivClassName
{
background-color: #5A313F;
}
.BgClassName
{
background-color: #5A313F;
}
</style>
border-color css
<style>
span { border-color: #5A313F; }
span { border-color: rgb(90,49,63); }
td.TdClassName
{
border-color: #5A313F;
}
.TagClassName
{
border-color: #5A313F;
}
</style>