Shades of Wine Berry #5C323D
Tints of Wine Berry #5C323D
RGB
CMYK
RGB Variations
Color information
#5C323D (or 0x5C323D) is known color: Wine Berry. HEX triplet: 5C, 32 and 3D. RGB value is (92,50,61). Sum of RGB (Red+Green+Blue) = 92+50+61=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 92 - color contains mainly: red. Hex color #5C323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C323D is #A3CDC2. Grayscale: #3F3F3F. Windows color (decimal): -10735043 or 4010588. OLE color: 4010588.
HSL color Cylindrical-coordinate representation of color #5C323D: hue angle of 344.29º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C323D is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 50 | 61 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.64 |
| HSL | 344.29º | 0.3% | 0.28% | - |
| HSV(B) | 344.29º | 0.46% | 0.36% | - |
| XYZ | 6.4 | 4.89 | 5.02 | - |
| YUV | 63.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 61 | 0 | 0.46 | 0.34 | 0.64 | 344.29 | 0.3 | 0.28 |
| Hex | 5C | 32 | 3D | 0 | 2E | 22 | 40 | 158 | 1E | 1C |
| Octal | 134 | 62 | 75 | 0 | 56 | 42 | 100 | 530 | 36 | 34 |
| Binary | 1011100 | 110010 | 111101 | 0 | 101110 | 100010 | 1000000 | 101011000 | 11110 | 11100 |
Color Harmonies of #5C323D
Complementary color
Monochromatic Colors of #5C323D
Black with #5C323D
Text Example
Text Example
White with #5C323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C323D; }
p { color: rgb(92,50,61); }
H1.HeaderClassName
{
color: #5C323D;
}
.AnyTagClassName
{
color: #5C323D;
}
</style>
background-color css
<style>
a { background-color: #5C323D; }
a { background-color: rgb(92,50,61); }
div.DivClassName
{
background-color: #5C323D;
}
.BgClassName
{
background-color: #5C323D;
}
</style>
border-color css
<style>
span { border-color: #5C323D; }
span { border-color: rgb(92,50,61); }
td.TdClassName
{
border-color: #5C323D;
}
.TagClassName
{
border-color: #5C323D;
}
</style>