Shades of Tawny Port #5D374B
Tints of Tawny Port #5D374B
RGB
CMYK
RGB Variations
Color information
#5D374B (or 0x5D374B) is known color: Tawny Port. HEX triplet: 5D, 37 and 4B. RGB value is (93,55,75). Sum of RGB (Red+Green+Blue) = 93+55+75=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 93 - color contains mainly: red. Hex color #5D374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D374B is #A2C8B4. Grayscale: #444444. Windows color (decimal): -10668213 or 4929373. OLE color: 4929373.
HSL color Cylindrical-coordinate representation of color #5D374B: hue angle of 328.42º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D374B is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 55 | 75 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.64 |
| HSL | 328.42º | 0.26% | 0.29% | - |
| HSV(B) | 328.42º | 0.41% | 0.36% | - |
| XYZ | 7.15 | 5.57 | 7.35 | - |
| YUV | 68.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 75 | 0 | 0.41 | 0.19 | 0.64 | 328.42 | 0.26 | 0.29 |
| Hex | 5D | 37 | 4B | 0 | 29 | 13 | 40 | 148 | 1A | 1D |
| Octal | 135 | 67 | 113 | 0 | 51 | 23 | 100 | 510 | 32 | 35 |
| Binary | 1011101 | 110111 | 1001011 | 0 | 101001 | 10011 | 1000000 | 101001000 | 11010 | 11101 |
Color Harmonies of #5D374B
Complementary color
Monochromatic Colors of #5D374B
Black with #5D374B
Text Example
Text Example
White with #5D374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D374B; }
p { color: rgb(93,55,75); }
H1.HeaderClassName
{
color: #5D374B;
}
.AnyTagClassName
{
color: #5D374B;
}
</style>
background-color css
<style>
a { background-color: #5D374B; }
a { background-color: rgb(93,55,75); }
div.DivClassName
{
background-color: #5D374B;
}
.BgClassName
{
background-color: #5D374B;
}
</style>
border-color css
<style>
span { border-color: #5D374B; }
span { border-color: rgb(93,55,75); }
td.TdClassName
{
border-color: #5D374B;
}
.TagClassName
{
border-color: #5D374B;
}
</style>