Shades of Wine Berry #5D3038
Tints of Wine Berry #5D3038
RGB
CMYK
RGB Variations
Color information
#5D3038 (or 0x5D3038) is known color: Wine Berry. HEX triplet: 5D, 30 and 38. RGB value is (93,48,56). Sum of RGB (Red+Green+Blue) = 93+48+56=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3038 is #A2CFC7. Grayscale: #3E3E3E. Windows color (decimal): -10670024 or 3682397. OLE color: 3682397.
HSL color Cylindrical-coordinate representation of color #5D3038: hue angle of 349.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D3038 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 56 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.64 |
| HSL | 349.33º | 0.32% | 0.28% | - |
| HSV(B) | 349.33º | 0.48% | 0.36% | - |
| XYZ | 6.28 | 4.73 | 4.32 | - |
| YUV | 62.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 56 | 0 | 0.48 | 0.40 | 0.64 | 349.33 | 0.32 | 0.28 |
| Hex | 5D | 30 | 38 | 0 | 30 | 28 | 40 | 15D | 20 | 1C |
| Octal | 135 | 60 | 70 | 0 | 60 | 50 | 100 | 535 | 40 | 34 |
| Binary | 1011101 | 110000 | 111000 | 0 | 110000 | 101000 | 1000000 | 101011101 | 100000 | 11100 |
Color Harmonies of #5D3038
Complementary color
Monochromatic Colors of #5D3038
Black with #5D3038
Text Example
Text Example
White with #5D3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3038; }
p { color: rgb(93,48,56); }
H1.HeaderClassName
{
color: #5D3038;
}
.AnyTagClassName
{
color: #5D3038;
}
</style>
background-color css
<style>
a { background-color: #5D3038; }
a { background-color: rgb(93,48,56); }
div.DivClassName
{
background-color: #5D3038;
}
.BgClassName
{
background-color: #5D3038;
}
</style>
border-color css
<style>
span { border-color: #5D3038; }
span { border-color: rgb(93,48,56); }
td.TdClassName
{
border-color: #5D3038;
}
.TagClassName
{
border-color: #5D3038;
}
</style>