Shades of Wine Berry #53313E
Tints of Wine Berry #53313E
RGB
CMYK
RGB Variations
Color information
#53313E (or 0x53313E) is known color: Wine Berry. HEX triplet: 53, 31 and 3E. RGB value is (83,49,62). Sum of RGB (Red+Green+Blue) = 83+49+62=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53313E is #ACCEC1. Grayscale: #3C3C3C. Windows color (decimal): -11325122 or 4075859. OLE color: 4075859.
HSL color Cylindrical-coordinate representation of color #53313E: hue angle of 337.06º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53313E is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 62 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.67 |
| HSL | 337.06º | 0.26% | 0.26% | - |
| HSV(B) | 337.06º | 0.41% | 0.33% | - |
| XYZ | 5.54 | 4.38 | 5.11 | - |
| YUV | 60.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 62 | 0 | 0.41 | 0.25 | 0.67 | 337.06 | 0.26 | 0.26 |
| Hex | 53 | 31 | 3E | 0 | 29 | 19 | 43 | 151 | 1A | 1A |
| Octal | 123 | 61 | 76 | 0 | 51 | 31 | 103 | 521 | 32 | 32 |
| Binary | 1010011 | 110001 | 111110 | 0 | 101001 | 11001 | 1000011 | 101010001 | 11010 | 11010 |
Color Harmonies of #53313E
Complementary color
Monochromatic Colors of #53313E
Black with #53313E
Text Example
Text Example
White with #53313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53313E; }
p { color: rgb(83,49,62); }
H1.HeaderClassName
{
color: #53313E;
}
.AnyTagClassName
{
color: #53313E;
}
</style>
background-color css
<style>
a { background-color: #53313E; }
a { background-color: rgb(83,49,62); }
div.DivClassName
{
background-color: #53313E;
}
.BgClassName
{
background-color: #53313E;
}
</style>
border-color css
<style>
span { border-color: #53313E; }
span { border-color: rgb(83,49,62); }
td.TdClassName
{
border-color: #53313E;
}
.TagClassName
{
border-color: #53313E;
}
</style>