Shades of Wine Berry #5C343E
Tints of Wine Berry #5C343E
RGB
CMYK
RGB Variations
Color information
#5C343E (or 0x5C343E) is known color: Wine Berry. HEX triplet: 5C, 34 and 3E. RGB value is (92,52,62). Sum of RGB (Red+Green+Blue) = 92+52+62=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 92 - color contains mainly: red. Hex color #5C343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C343E is #A3CBC1. Grayscale: #414141. Windows color (decimal): -10734530 or 4076636. OLE color: 4076636.
HSL color Cylindrical-coordinate representation of color #5C343E: hue angle of 345º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C343E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 52 | 62 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.64 |
| HSL | 345º | 0.28% | 0.28% | - |
| HSV(B) | 345º | 0.43% | 0.36% | - |
| XYZ | 6.51 | 5.08 | 5.19 | - |
| YUV | 65.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 62 | 0 | 0.43 | 0.33 | 0.64 | 345 | 0.28 | 0.28 |
| Hex | 5C | 34 | 3E | 0 | 2B | 21 | 40 | 159 | 1C | 1C |
| Octal | 134 | 64 | 76 | 0 | 53 | 41 | 100 | 531 | 34 | 34 |
| Binary | 1011100 | 110100 | 111110 | 0 | 101011 | 100001 | 1000000 | 101011001 | 11100 | 11100 |
Color Harmonies of #5C343E
Complementary color
Monochromatic Colors of #5C343E
Black with #5C343E
Text Example
Text Example
White with #5C343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C343E; }
p { color: rgb(92,52,62); }
H1.HeaderClassName
{
color: #5C343E;
}
.AnyTagClassName
{
color: #5C343E;
}
</style>
background-color css
<style>
a { background-color: #5C343E; }
a { background-color: rgb(92,52,62); }
div.DivClassName
{
background-color: #5C343E;
}
.BgClassName
{
background-color: #5C343E;
}
</style>
border-color css
<style>
span { border-color: #5C343E; }
span { border-color: rgb(92,52,62); }
td.TdClassName
{
border-color: #5C343E;
}
.TagClassName
{
border-color: #5C343E;
}
</style>