Shades of Wine Berry #53343E
Tints of Wine Berry #53343E
RGB
CMYK
RGB Variations
Color information
#53343E (or 0x53343E) is known color: Wine Berry. HEX triplet: 53, 34 and 3E. RGB value is (83,52,62). Sum of RGB (Red+Green+Blue) = 83+52+62=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53343E is #ACCBC1. Grayscale: #3E3E3E. Windows color (decimal): -11324354 or 4076627. OLE color: 4076627.
HSL color Cylindrical-coordinate representation of color #53343E: hue angle of 340.65º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53343E is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 62 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.67 |
| HSL | 340.65º | 0.23% | 0.26% | - |
| HSV(B) | 340.65º | 0.37% | 0.33% | - |
| XYZ | 5.66 | 4.64 | 5.16 | - |
| YUV | 62.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 62 | 0 | 0.37 | 0.25 | 0.67 | 340.65 | 0.23 | 0.26 |
| Hex | 53 | 34 | 3E | 0 | 25 | 19 | 43 | 155 | 17 | 1A |
| Octal | 123 | 64 | 76 | 0 | 45 | 31 | 103 | 525 | 27 | 32 |
| Binary | 1010011 | 110100 | 111110 | 0 | 100101 | 11001 | 1000011 | 101010101 | 10111 | 11010 |
Color Harmonies of #53343E
Complementary color
Monochromatic Colors of #53343E
Black with #53343E
Text Example
Text Example
White with #53343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53343E; }
p { color: rgb(83,52,62); }
H1.HeaderClassName
{
color: #53343E;
}
.AnyTagClassName
{
color: #53343E;
}
</style>
background-color css
<style>
a { background-color: #53343E; }
a { background-color: rgb(83,52,62); }
div.DivClassName
{
background-color: #53343E;
}
.BgClassName
{
background-color: #53343E;
}
</style>
border-color css
<style>
span { border-color: #53343E; }
span { border-color: rgb(83,52,62); }
td.TdClassName
{
border-color: #53343E;
}
.TagClassName
{
border-color: #53343E;
}
</style>