Shades of Tawny Port #5D2F44
Tints of Tawny Port #5D2F44
RGB
CMYK
RGB Variations
Color information
#5D2F44 (or 0x5D2F44) is known color: Tawny Port. HEX triplet: 5D, 2F and 44. RGB value is (93,47,68). Sum of RGB (Red+Green+Blue) = 93+47+68=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2F44 is #A2D0BB. Grayscale: #3F3F3F. Windows color (decimal): -10670268 or 4468573. OLE color: 4468573.
HSL color Cylindrical-coordinate representation of color #5D2F44: hue angle of 332.61º 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 #5D2F44 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 47 | 68 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.64 |
| HSL | 332.61º | 0.33% | 0.27% | - |
| HSV(B) | 332.61º | 0.49% | 0.36% | - |
| XYZ | 6.57 | 4.78 | 6.04 | - |
| YUV | 63.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 68 | 0 | 0.49 | 0.27 | 0.64 | 332.61 | 0.33 | 0.27 |
| Hex | 5D | 2F | 44 | 0 | 31 | 1B | 40 | 14D | 21 | 1B |
| Octal | 135 | 57 | 104 | 0 | 61 | 33 | 100 | 515 | 41 | 33 |
| Binary | 1011101 | 101111 | 1000100 | 0 | 110001 | 11011 | 1000000 | 101001101 | 100001 | 11011 |
Color Harmonies of #5D2F44
Complementary color
Monochromatic Colors of #5D2F44
Black with #5D2F44
Text Example
Text Example
White with #5D2F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2F44; }
p { color: rgb(93,47,68); }
H1.HeaderClassName
{
color: #5D2F44;
}
.AnyTagClassName
{
color: #5D2F44;
}
</style>
background-color css
<style>
a { background-color: #5D2F44; }
a { background-color: rgb(93,47,68); }
div.DivClassName
{
background-color: #5D2F44;
}
.BgClassName
{
background-color: #5D2F44;
}
</style>
border-color css
<style>
span { border-color: #5D2F44; }
span { border-color: rgb(93,47,68); }
td.TdClassName
{
border-color: #5D2F44;
}
.TagClassName
{
border-color: #5D2F44;
}
</style>