Shades of Tawny Port #5D404B
Tints of Tawny Port #5D404B
RGB
CMYK
RGB Variations
Color information
#5D404B (or 0x5D404B) is known color: Tawny Port. HEX triplet: 5D, 40 and 4B. RGB value is (93,64,75). Sum of RGB (Red+Green+Blue) = 93+64+75=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D404B is #A2BFB4. Grayscale: #494949. Windows color (decimal): -10665909 or 4931677. OLE color: 4931677.
HSL color Cylindrical-coordinate representation of color #5D404B: hue angle of 337.24º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D404B is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 75 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.64 |
| HSL | 337.24º | 0.18% | 0.31% | - |
| HSV(B) | 337.24º | 0.31% | 0.36% | - |
| XYZ | 7.62 | 6.5 | 7.51 | - |
| YUV | 73.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 75 | 0 | 0.31 | 0.19 | 0.64 | 337.24 | 0.18 | 0.31 |
| Hex | 5D | 40 | 4B | 0 | 1F | 13 | 40 | 151 | 12 | 1F |
| Octal | 135 | 100 | 113 | 0 | 37 | 23 | 100 | 521 | 22 | 37 |
| Binary | 1011101 | 1000000 | 1001011 | 0 | 11111 | 10011 | 1000000 | 101010001 | 10010 | 11111 |
Color Harmonies of #5D404B
Complementary color
Monochromatic Colors of #5D404B
Black with #5D404B
Text Example
Text Example
White with #5D404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D404B; }
p { color: rgb(93,64,75); }
H1.HeaderClassName
{
color: #5D404B;
}
.AnyTagClassName
{
color: #5D404B;
}
</style>
background-color css
<style>
a { background-color: #5D404B; }
a { background-color: rgb(93,64,75); }
div.DivClassName
{
background-color: #5D404B;
}
.BgClassName
{
background-color: #5D404B;
}
</style>
border-color css
<style>
span { border-color: #5D404B; }
span { border-color: rgb(93,64,75); }
td.TdClassName
{
border-color: #5D404B;
}
.TagClassName
{
border-color: #5D404B;
}
</style>