Shades of Wine Berry #5C323C
Tints of Wine Berry #5C323C
RGB
CMYK
RGB Variations
Color information
#5C323C (or 0x5C323C) is known color: Wine Berry. HEX triplet: 5C, 32 and 3C. RGB value is (92,50,60). Sum of RGB (Red+Green+Blue) = 92+50+60=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C323C is #A3CDC3. Grayscale: #3F3F3F. Windows color (decimal): -10735044 or 3945052. OLE color: 3945052.
HSL color Cylindrical-coordinate representation of color #5C323C: hue angle of 345.71º 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 #5C323C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 50 | 60 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.64 |
| HSL | 345.71º | 0.3% | 0.28% | - |
| HSV(B) | 345.71º | 0.46% | 0.36% | - |
| XYZ | 6.37 | 4.88 | 4.88 | - |
| YUV | 63.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 60 | 0 | 0.46 | 0.35 | 0.64 | 345.71 | 0.3 | 0.28 |
| Hex | 5C | 32 | 3C | 0 | 2E | 23 | 40 | 15A | 1E | 1C |
| Octal | 134 | 62 | 74 | 0 | 56 | 43 | 100 | 532 | 36 | 34 |
| Binary | 1011100 | 110010 | 111100 | 0 | 101110 | 100011 | 1000000 | 101011010 | 11110 | 11100 |
Color Harmonies of #5C323C
Complementary color
Monochromatic Colors of #5C323C
Black with #5C323C
Text Example
Text Example
White with #5C323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C323C; }
p { color: rgb(92,50,60); }
H1.HeaderClassName
{
color: #5C323C;
}
.AnyTagClassName
{
color: #5C323C;
}
</style>
background-color css
<style>
a { background-color: #5C323C; }
a { background-color: rgb(92,50,60); }
div.DivClassName
{
background-color: #5C323C;
}
.BgClassName
{
background-color: #5C323C;
}
</style>
border-color css
<style>
span { border-color: #5C323C; }
span { border-color: rgb(92,50,60); }
td.TdClassName
{
border-color: #5C323C;
}
.TagClassName
{
border-color: #5C323C;
}
</style>