Shades of Tawny Port #5D363E
Tints of Tawny Port #5D363E
RGB
CMYK
RGB Variations
Color information
#5D363E (or 0x5D363E) is known color: Tawny Port. HEX triplet: 5D, 36 and 3E. RGB value is (93,54,62). Sum of RGB (Red+Green+Blue) = 93+54+62=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D363E is #A2C9C1. Grayscale: #424242. Windows color (decimal): -10668482 or 4077149. OLE color: 4077149.
HSL color Cylindrical-coordinate representation of color #5D363E: hue angle of 347.69º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D363E is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 54 | 62 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.64 |
| HSL | 347.69º | 0.27% | 0.29% | - |
| HSV(B) | 347.69º | 0.42% | 0.36% | - |
| XYZ | 6.7 | 5.31 | 5.23 | - |
| YUV | 66.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 62 | 0 | 0.42 | 0.33 | 0.64 | 347.69 | 0.27 | 0.29 |
| Hex | 5D | 36 | 3E | 0 | 2A | 21 | 40 | 15C | 1B | 1D |
| Octal | 135 | 66 | 76 | 0 | 52 | 41 | 100 | 534 | 33 | 35 |
| Binary | 1011101 | 110110 | 111110 | 0 | 101010 | 100001 | 1000000 | 101011100 | 11011 | 11101 |
Color Harmonies of #5D363E
Complementary color
Monochromatic Colors of #5D363E
Black with #5D363E
Text Example
Text Example
White with #5D363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D363E; }
p { color: rgb(93,54,62); }
H1.HeaderClassName
{
color: #5D363E;
}
.AnyTagClassName
{
color: #5D363E;
}
</style>
background-color css
<style>
a { background-color: #5D363E; }
a { background-color: rgb(93,54,62); }
div.DivClassName
{
background-color: #5D363E;
}
.BgClassName
{
background-color: #5D363E;
}
</style>
border-color css
<style>
span { border-color: #5D363E; }
span { border-color: rgb(93,54,62); }
td.TdClassName
{
border-color: #5D363E;
}
.TagClassName
{
border-color: #5D363E;
}
</style>