Shades of Wine Berry #5D313B
Tints of Wine Berry #5D313B
RGB
CMYK
RGB Variations
Color information
#5D313B (or 0x5D313B) is known color: Wine Berry. HEX triplet: 5D, 31 and 3B. RGB value is (93,49,59). Sum of RGB (Red+Green+Blue) = 93+49+59=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D313B is #A2CEC4. Grayscale: #3F3F3F. Windows color (decimal): -10669765 or 3879261. OLE color: 3879261.
HSL color Cylindrical-coordinate representation of color #5D313B: hue angle of 346.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D313B is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 49 | 59 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.64 |
| HSL | 346.36º | 0.31% | 0.28% | - |
| HSV(B) | 346.36º | 0.47% | 0.36% | - |
| XYZ | 6.4 | 4.84 | 4.73 | - |
| YUV | 63.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 59 | 0 | 0.47 | 0.37 | 0.64 | 346.36 | 0.31 | 0.28 |
| Hex | 5D | 31 | 3B | 0 | 2F | 25 | 40 | 15A | 1F | 1C |
| Octal | 135 | 61 | 73 | 0 | 57 | 45 | 100 | 532 | 37 | 34 |
| Binary | 1011101 | 110001 | 111011 | 0 | 101111 | 100101 | 1000000 | 101011010 | 11111 | 11100 |
Color Harmonies of #5D313B
Complementary color
Monochromatic Colors of #5D313B
Black with #5D313B
Text Example
Text Example
White with #5D313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D313B; }
p { color: rgb(93,49,59); }
H1.HeaderClassName
{
color: #5D313B;
}
.AnyTagClassName
{
color: #5D313B;
}
</style>
background-color css
<style>
a { background-color: #5D313B; }
a { background-color: rgb(93,49,59); }
div.DivClassName
{
background-color: #5D313B;
}
.BgClassName
{
background-color: #5D313B;
}
</style>
border-color css
<style>
span { border-color: #5D313B; }
span { border-color: rgb(93,49,59); }
td.TdClassName
{
border-color: #5D313B;
}
.TagClassName
{
border-color: #5D313B;
}
</style>