Shades of Wine Berry #58363D
Tints of Wine Berry #58363D
RGB
CMYK
RGB Variations
Color information
#58363D (or 0x58363D) is known color: Wine Berry. HEX triplet: 58, 36 and 3D. RGB value is (88,54,61). Sum of RGB (Red+Green+Blue) = 88+54+61=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58363D is #A7C9C2. Grayscale: #404040. Windows color (decimal): -10996163 or 4011608. OLE color: 4011608.
HSL color Cylindrical-coordinate representation of color #58363D: hue angle of 347.65º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58363D is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 54 | 61 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.65 |
| HSL | 347.65º | 0.24% | 0.28% | - |
| HSV(B) | 347.65º | 0.39% | 0.35% | - |
| XYZ | 6.19 | 5.05 | 5.06 | - |
| YUV | 64.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 54 | 61 | 0 | 0.39 | 0.31 | 0.65 | 347.65 | 0.24 | 0.28 |
| Hex | 58 | 36 | 3D | 0 | 27 | 1F | 41 | 15C | 18 | 1C |
| Octal | 130 | 66 | 75 | 0 | 47 | 37 | 101 | 534 | 30 | 34 |
| Binary | 1011000 | 110110 | 111101 | 0 | 100111 | 11111 | 1000001 | 101011100 | 11000 | 11100 |
Color Harmonies of #58363D
Complementary color
Monochromatic Colors of #58363D
Black with #58363D
Text Example
Text Example
White with #58363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58363D; }
p { color: rgb(88,54,61); }
H1.HeaderClassName
{
color: #58363D;
}
.AnyTagClassName
{
color: #58363D;
}
</style>
background-color css
<style>
a { background-color: #58363D; }
a { background-color: rgb(88,54,61); }
div.DivClassName
{
background-color: #58363D;
}
.BgClassName
{
background-color: #58363D;
}
</style>
border-color css
<style>
span { border-color: #58363D; }
span { border-color: rgb(88,54,61); }
td.TdClassName
{
border-color: #58363D;
}
.TagClassName
{
border-color: #58363D;
}
</style>