Shades of Wine Berry #5C313D
Tints of Wine Berry #5C313D
RGB
CMYK
RGB Variations
Color information
#5C313D (or 0x5C313D) is known color: Wine Berry. HEX triplet: 5C, 31 and 3D. RGB value is (92,49,61). Sum of RGB (Red+Green+Blue) = 92+49+61=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C313D is #A3CEC2. Grayscale: #3F3F3F. Windows color (decimal): -10735299 or 4010332. OLE color: 4010332.
HSL color Cylindrical-coordinate representation of color #5C313D: hue angle of 343.26º degrees, saturation: 0.3, 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 #5C313D is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 49 | 61 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.64 |
| HSL | 343.26º | 0.3% | 0.28% | - |
| HSV(B) | 343.26º | 0.47% | 0.36% | - |
| XYZ | 6.35 | 4.81 | 5.01 | - |
| YUV | 63.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 49 | 61 | 0 | 0.47 | 0.34 | 0.64 | 343.26 | 0.3 | 0.28 |
| Hex | 5C | 31 | 3D | 0 | 2F | 22 | 40 | 157 | 1E | 1C |
| Octal | 134 | 61 | 75 | 0 | 57 | 42 | 100 | 527 | 36 | 34 |
| Binary | 1011100 | 110001 | 111101 | 0 | 101111 | 100010 | 1000000 | 101010111 | 11110 | 11100 |
Color Harmonies of #5C313D
Complementary color
Monochromatic Colors of #5C313D
Black with #5C313D
Text Example
Text Example
White with #5C313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C313D; }
p { color: rgb(92,49,61); }
H1.HeaderClassName
{
color: #5C313D;
}
.AnyTagClassName
{
color: #5C313D;
}
</style>
background-color css
<style>
a { background-color: #5C313D; }
a { background-color: rgb(92,49,61); }
div.DivClassName
{
background-color: #5C313D;
}
.BgClassName
{
background-color: #5C313D;
}
</style>
border-color css
<style>
span { border-color: #5C313D; }
span { border-color: rgb(92,49,61); }
td.TdClassName
{
border-color: #5C313D;
}
.TagClassName
{
border-color: #5C313D;
}
</style>