Shades of Tawny Port #5D2F43
Tints of Tawny Port #5D2F43
RGB
CMYK
RGB Variations
Color information
#5D2F43 (or 0x5D2F43) is known color: Tawny Port. HEX triplet: 5D, 2F and 43. RGB value is (93,47,67). Sum of RGB (Red+Green+Blue) = 93+47+67=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2F43 is #A2D0BC. Grayscale: #3E3E3E. Windows color (decimal): -10670269 or 4403037. OLE color: 4403037.
HSL color Cylindrical-coordinate representation of color #5D2F43: hue angle of 333.91º 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 #5D2F43 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 47 | 67 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.64 |
| HSL | 333.91º | 0.33% | 0.27% | - |
| HSV(B) | 333.91º | 0.49% | 0.36% | - |
| XYZ | 6.54 | 4.77 | 5.89 | - |
| YUV | 63.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 67 | 0 | 0.49 | 0.28 | 0.64 | 333.91 | 0.33 | 0.27 |
| Hex | 5D | 2F | 43 | 0 | 31 | 1C | 40 | 14E | 21 | 1B |
| Octal | 135 | 57 | 103 | 0 | 61 | 34 | 100 | 516 | 41 | 33 |
| Binary | 1011101 | 101111 | 1000011 | 0 | 110001 | 11100 | 1000000 | 101001110 | 100001 | 11011 |
Color Harmonies of #5D2F43
Complementary color
Monochromatic Colors of #5D2F43
Black with #5D2F43
Text Example
Text Example
White with #5D2F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2F43; }
p { color: rgb(93,47,67); }
H1.HeaderClassName
{
color: #5D2F43;
}
.AnyTagClassName
{
color: #5D2F43;
}
</style>
background-color css
<style>
a { background-color: #5D2F43; }
a { background-color: rgb(93,47,67); }
div.DivClassName
{
background-color: #5D2F43;
}
.BgClassName
{
background-color: #5D2F43;
}
</style>
border-color css
<style>
span { border-color: #5D2F43; }
span { border-color: rgb(93,47,67); }
td.TdClassName
{
border-color: #5D2F43;
}
.TagClassName
{
border-color: #5D2F43;
}
</style>