Shades of Wine Berry #5C313C
Tints of Wine Berry #5C313C
RGB
CMYK
RGB Variations
Color information
#5C313C (or 0x5C313C) is known color: Wine Berry. HEX triplet: 5C, 31 and 3C. RGB value is (92,49,60). Sum of RGB (Red+Green+Blue) = 92+49+60=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 92 - color contains mainly: red. Hex color #5C313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C313C is #A3CEC3. Grayscale: #3F3F3F. Windows color (decimal): -10735300 or 3944796. OLE color: 3944796.
HSL color Cylindrical-coordinate representation of color #5C313C: hue angle of 344.65º 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 #5C313C is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 49 | 60 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.64 |
| HSL | 344.65º | 0.3% | 0.28% | - |
| HSV(B) | 344.65º | 0.47% | 0.36% | - |
| XYZ | 6.33 | 4.8 | 4.87 | - |
| YUV | 63.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 49 | 60 | 0 | 0.47 | 0.35 | 0.64 | 344.65 | 0.3 | 0.28 |
| Hex | 5C | 31 | 3C | 0 | 2F | 23 | 40 | 159 | 1E | 1C |
| Octal | 134 | 61 | 74 | 0 | 57 | 43 | 100 | 531 | 36 | 34 |
| Binary | 1011100 | 110001 | 111100 | 0 | 101111 | 100011 | 1000000 | 101011001 | 11110 | 11100 |
Color Harmonies of #5C313C
Complementary color
Monochromatic Colors of #5C313C
Black with #5C313C
Text Example
Text Example
White with #5C313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C313C; }
p { color: rgb(92,49,60); }
H1.HeaderClassName
{
color: #5C313C;
}
.AnyTagClassName
{
color: #5C313C;
}
</style>
background-color css
<style>
a { background-color: #5C313C; }
a { background-color: rgb(92,49,60); }
div.DivClassName
{
background-color: #5C313C;
}
.BgClassName
{
background-color: #5C313C;
}
</style>
border-color css
<style>
span { border-color: #5C313C; }
span { border-color: rgb(92,49,60); }
td.TdClassName
{
border-color: #5C313C;
}
.TagClassName
{
border-color: #5C313C;
}
</style>