Shades of Wine Berry #53363E
Tints of Wine Berry #53363E
RGB
CMYK
RGB Variations
Color information
#53363E (or 0x53363E) is known color: Wine Berry. HEX triplet: 53, 36 and 3E. RGB value is (83,54,62). Sum of RGB (Red+Green+Blue) = 83+54+62=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53363E is #ACC9C1. Grayscale: #3F3F3F. Windows color (decimal): -11323842 or 4077139. OLE color: 4077139.
HSL color Cylindrical-coordinate representation of color #53363E: hue angle of 343.45º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53363E is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 54 | 62 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.67 |
| HSL | 343.45º | 0.21% | 0.27% | - |
| HSV(B) | 343.45º | 0.35% | 0.33% | - |
| XYZ | 5.76 | 4.83 | 5.19 | - |
| YUV | 63.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 62 | 0 | 0.35 | 0.25 | 0.67 | 343.45 | 0.21 | 0.27 |
| Hex | 53 | 36 | 3E | 0 | 23 | 19 | 43 | 157 | 15 | 1B |
| Octal | 123 | 66 | 76 | 0 | 43 | 31 | 103 | 527 | 25 | 33 |
| Binary | 1010011 | 110110 | 111110 | 0 | 100011 | 11001 | 1000011 | 101010111 | 10101 | 11011 |
Color Harmonies of #53363E
Complementary color
Monochromatic Colors of #53363E
Black with #53363E
Text Example
Text Example
White with #53363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53363E; }
p { color: rgb(83,54,62); }
H1.HeaderClassName
{
color: #53363E;
}
.AnyTagClassName
{
color: #53363E;
}
</style>
background-color css
<style>
a { background-color: #53363E; }
a { background-color: rgb(83,54,62); }
div.DivClassName
{
background-color: #53363E;
}
.BgClassName
{
background-color: #53363E;
}
</style>
border-color css
<style>
span { border-color: #53363E; }
span { border-color: rgb(83,54,62); }
td.TdClassName
{
border-color: #53363E;
}
.TagClassName
{
border-color: #53363E;
}
</style>