Shades of Wine Berry #5C2B35
Tints of Wine Berry #5C2B35
RGB
CMYK
RGB Variations
Color information
#5C2B35 (or 0x5C2B35) is known color: Wine Berry. HEX triplet: 5C, 2B and 35. RGB value is (92,43,53). Sum of RGB (Red+Green+Blue) = 92+43+53=188 (24% of max value = 765). Red value is 92 (36.33% from 255 or 48.94% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2B35 is #A3D4CA. Grayscale: #3A3A3A. Windows color (decimal): -10736843 or 3484508. OLE color: 3484508.
HSL color Cylindrical-coordinate representation of color #5C2B35: hue angle of 347.76º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C2B35 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 43 | 53 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.64 |
| HSL | 347.76º | 0.36% | 0.26% | - |
| HSV(B) | 347.76º | 0.53% | 0.36% | - |
| XYZ | 5.92 | 4.26 | 3.88 | - |
| YUV | 58.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 53 | 0 | 0.53 | 0.42 | 0.64 | 347.76 | 0.36 | 0.26 |
| Hex | 5C | 2B | 35 | 0 | 35 | 2A | 40 | 15C | 24 | 1A |
| Octal | 134 | 53 | 65 | 0 | 65 | 52 | 100 | 534 | 44 | 32 |
| Binary | 1011100 | 101011 | 110101 | 0 | 110101 | 101010 | 1000000 | 101011100 | 100100 | 11010 |
Color Harmonies of #5C2B35
Complementary color
Monochromatic Colors of #5C2B35
Black with #5C2B35
Text Example
Text Example
White with #5C2B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2B35; }
p { color: rgb(92,43,53); }
H1.HeaderClassName
{
color: #5C2B35;
}
.AnyTagClassName
{
color: #5C2B35;
}
</style>
background-color css
<style>
a { background-color: #5C2B35; }
a { background-color: rgb(92,43,53); }
div.DivClassName
{
background-color: #5C2B35;
}
.BgClassName
{
background-color: #5C2B35;
}
</style>
border-color css
<style>
span { border-color: #5C2B35; }
span { border-color: rgb(92,43,53); }
td.TdClassName
{
border-color: #5C2B35;
}
.TagClassName
{
border-color: #5C2B35;
}
</style>