Shades of Wine Berry #5C343A
Tints of Wine Berry #5C343A
RGB
CMYK
RGB Variations
Color information
#5C343A (or 0x5C343A) is known color: Wine Berry. HEX triplet: 5C, 34 and 3A. RGB value is (92,52,58). Sum of RGB (Red+Green+Blue) = 92+52+58=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C343A is #A3CBC5. Grayscale: #404040. Windows color (decimal): -10734534 or 3814492. OLE color: 3814492.
HSL color Cylindrical-coordinate representation of color #5C343A: hue angle of 351º 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 #5C343A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 52 | 58 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.64 |
| HSL | 351º | 0.28% | 0.28% | - |
| HSV(B) | 351º | 0.43% | 0.36% | - |
| XYZ | 6.41 | 5.04 | 4.64 | - |
| YUV | 64.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 58 | 0 | 0.43 | 0.37 | 0.64 | 351 | 0.28 | 0.28 |
| Hex | 5C | 34 | 3A | 0 | 2B | 25 | 40 | 15F | 1C | 1C |
| Octal | 134 | 64 | 72 | 0 | 53 | 45 | 100 | 537 | 34 | 34 |
| Binary | 1011100 | 110100 | 111010 | 0 | 101011 | 100101 | 1000000 | 101011111 | 11100 | 11100 |
Color Harmonies of #5C343A
Complementary color
Monochromatic Colors of #5C343A
Black with #5C343A
Text Example
Text Example
White with #5C343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C343A; }
p { color: rgb(92,52,58); }
H1.HeaderClassName
{
color: #5C343A;
}
.AnyTagClassName
{
color: #5C343A;
}
</style>
background-color css
<style>
a { background-color: #5C343A; }
a { background-color: rgb(92,52,58); }
div.DivClassName
{
background-color: #5C343A;
}
.BgClassName
{
background-color: #5C343A;
}
</style>
border-color css
<style>
span { border-color: #5C343A; }
span { border-color: rgb(92,52,58); }
td.TdClassName
{
border-color: #5C343A;
}
.TagClassName
{
border-color: #5C343A;
}
</style>