Shades of Tawny Port #5D2F46
Tints of Tawny Port #5D2F46
RGB
CMYK
RGB Variations
Color information
#5D2F46 (or 0x5D2F46) is known color: Tawny Port. HEX triplet: 5D, 2F and 46. RGB value is (93,47,70). Sum of RGB (Red+Green+Blue) = 93+47+70=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2F46 is #A2D0B9. Grayscale: #3F3F3F. Windows color (decimal): -10670266 or 4599645. OLE color: 4599645.
HSL color Cylindrical-coordinate representation of color #5D2F46: hue angle of 330º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D2F46 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 47 | 70 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.64 |
| HSL | 330º | 0.33% | 0.27% | - |
| HSV(B) | 330º | 0.49% | 0.36% | - |
| XYZ | 6.64 | 4.8 | 6.37 | - |
| YUV | 63.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 70 | 0 | 0.49 | 0.25 | 0.64 | 330 | 0.33 | 0.27 |
| Hex | 5D | 2F | 46 | 0 | 31 | 19 | 40 | 14A | 21 | 1B |
| Octal | 135 | 57 | 106 | 0 | 61 | 31 | 100 | 512 | 41 | 33 |
| Binary | 1011101 | 101111 | 1000110 | 0 | 110001 | 11001 | 1000000 | 101001010 | 100001 | 11011 |
Color Harmonies of #5D2F46
Complementary color
Monochromatic Colors of #5D2F46
Black with #5D2F46
Text Example
Text Example
White with #5D2F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2F46; }
p { color: rgb(93,47,70); }
H1.HeaderClassName
{
color: #5D2F46;
}
.AnyTagClassName
{
color: #5D2F46;
}
</style>
background-color css
<style>
a { background-color: #5D2F46; }
a { background-color: rgb(93,47,70); }
div.DivClassName
{
background-color: #5D2F46;
}
.BgClassName
{
background-color: #5D2F46;
}
</style>
border-color css
<style>
span { border-color: #5D2F46; }
span { border-color: rgb(93,47,70); }
td.TdClassName
{
border-color: #5D2F46;
}
.TagClassName
{
border-color: #5D2F46;
}
</style>