Shades of Wine Berry #5C383E
Tints of Wine Berry #5C383E
RGB
CMYK
RGB Variations
Color information
#5C383E (or 0x5C383E) is known color: Wine Berry. HEX triplet: 5C, 38 and 3E. RGB value is (92,56,62). Sum of RGB (Red+Green+Blue) = 92+56+62=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C383E is #A3C7C1. Grayscale: #434343. Windows color (decimal): -10733506 or 4077660. OLE color: 4077660.
HSL color Cylindrical-coordinate representation of color #5C383E: hue angle of 350º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C383E is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 56 | 62 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.64 |
| HSL | 350º | 0.24% | 0.29% | - |
| HSV(B) | 350º | 0.39% | 0.36% | - |
| XYZ | 6.7 | 5.45 | 5.26 | - |
| YUV | 67.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 56 | 62 | 0 | 0.39 | 0.33 | 0.64 | 350 | 0.24 | 0.29 |
| Hex | 5C | 38 | 3E | 0 | 27 | 21 | 40 | 15E | 18 | 1D |
| Octal | 134 | 70 | 76 | 0 | 47 | 41 | 100 | 536 | 30 | 35 |
| Binary | 1011100 | 111000 | 111110 | 0 | 100111 | 100001 | 1000000 | 101011110 | 11000 | 11101 |
Color Harmonies of #5C383E
Complementary color
Monochromatic Colors of #5C383E
Black with #5C383E
Text Example
Text Example
White with #5C383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C383E; }
p { color: rgb(92,56,62); }
H1.HeaderClassName
{
color: #5C383E;
}
.AnyTagClassName
{
color: #5C383E;
}
</style>
background-color css
<style>
a { background-color: #5C383E; }
a { background-color: rgb(92,56,62); }
div.DivClassName
{
background-color: #5C383E;
}
.BgClassName
{
background-color: #5C383E;
}
</style>
border-color css
<style>
span { border-color: #5C383E; }
span { border-color: rgb(92,56,62); }
td.TdClassName
{
border-color: #5C383E;
}
.TagClassName
{
border-color: #5C383E;
}
</style>