Shades of Wine Berry #5C323E
Tints of Wine Berry #5C323E
RGB
CMYK
RGB Variations
Color information
#5C323E (or 0x5C323E) is known color: Wine Berry. HEX triplet: 5C, 32 and 3E. RGB value is (92,50,62). Sum of RGB (Red+Green+Blue) = 92+50+62=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 92 - color contains mainly: red. Hex color #5C323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C323E is #A3CDC1. Grayscale: #3F3F3F. Windows color (decimal): -10735042 or 4076124. OLE color: 4076124.
HSL color Cylindrical-coordinate representation of color #5C323E: hue angle of 342.86º 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 #5C323E is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 50 | 62 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.64 |
| HSL | 342.86º | 0.3% | 0.28% | - |
| HSV(B) | 342.86º | 0.46% | 0.36% | - |
| XYZ | 6.42 | 4.9 | 5.17 | - |
| YUV | 63.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 62 | 0 | 0.46 | 0.33 | 0.64 | 342.86 | 0.3 | 0.28 |
| Hex | 5C | 32 | 3E | 0 | 2E | 21 | 40 | 157 | 1E | 1C |
| Octal | 134 | 62 | 76 | 0 | 56 | 41 | 100 | 527 | 36 | 34 |
| Binary | 1011100 | 110010 | 111110 | 0 | 101110 | 100001 | 1000000 | 101010111 | 11110 | 11100 |
Color Harmonies of #5C323E
Complementary color
Monochromatic Colors of #5C323E
Black with #5C323E
Text Example
Text Example
White with #5C323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C323E; }
p { color: rgb(92,50,62); }
H1.HeaderClassName
{
color: #5C323E;
}
.AnyTagClassName
{
color: #5C323E;
}
</style>
background-color css
<style>
a { background-color: #5C323E; }
a { background-color: rgb(92,50,62); }
div.DivClassName
{
background-color: #5C323E;
}
.BgClassName
{
background-color: #5C323E;
}
</style>
border-color css
<style>
span { border-color: #5C323E; }
span { border-color: rgb(92,50,62); }
td.TdClassName
{
border-color: #5C323E;
}
.TagClassName
{
border-color: #5C323E;
}
</style>