Shades of Wine Berry #5D353C
Tints of Wine Berry #5D353C
RGB
CMYK
RGB Variations
Color information
#5D353C (or 0x5D353C) is known color: Wine Berry. HEX triplet: 5D, 35 and 3C. RGB value is (93,53,60). Sum of RGB (Red+Green+Blue) = 93+53+60=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D353C is #A2CAC3. Grayscale: #414141. Windows color (decimal): -10668740 or 3945821. OLE color: 3945821.
HSL color Cylindrical-coordinate representation of color #5D353C: hue angle of 349.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D353C is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 53 | 60 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.64 |
| HSL | 349.5º | 0.27% | 0.29% | - |
| HSV(B) | 349.5º | 0.43% | 0.36% | - |
| XYZ | 6.6 | 5.2 | 4.93 | - |
| YUV | 65.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 60 | 0 | 0.43 | 0.35 | 0.64 | 349.5 | 0.27 | 0.29 |
| Hex | 5D | 35 | 3C | 0 | 2B | 23 | 40 | 15E | 1B | 1D |
| Octal | 135 | 65 | 74 | 0 | 53 | 43 | 100 | 536 | 33 | 35 |
| Binary | 1011101 | 110101 | 111100 | 0 | 101011 | 100011 | 1000000 | 101011110 | 11011 | 11101 |
Color Harmonies of #5D353C
Complementary color
Monochromatic Colors of #5D353C
Black with #5D353C
Text Example
Text Example
White with #5D353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D353C; }
p { color: rgb(93,53,60); }
H1.HeaderClassName
{
color: #5D353C;
}
.AnyTagClassName
{
color: #5D353C;
}
</style>
background-color css
<style>
a { background-color: #5D353C; }
a { background-color: rgb(93,53,60); }
div.DivClassName
{
background-color: #5D353C;
}
.BgClassName
{
background-color: #5D353C;
}
</style>
border-color css
<style>
span { border-color: #5D353C; }
span { border-color: rgb(93,53,60); }
td.TdClassName
{
border-color: #5D353C;
}
.TagClassName
{
border-color: #5D353C;
}
</style>