Shades of Wine Berry #53333D
Tints of Wine Berry #53333D
RGB
CMYK
RGB Variations
Color information
#53333D (or 0x53333D) is known color: Wine Berry. HEX triplet: 53, 33 and 3D. RGB value is (83,51,61). Sum of RGB (Red+Green+Blue) = 83+51+61=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53333D is #ACCCC2. Grayscale: #3D3D3D. Windows color (decimal): -11324611 or 4010835. OLE color: 4010835.
HSL color Cylindrical-coordinate representation of color #53333D: hue angle of 341.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53333D is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 51 | 61 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.67 |
| HSL | 341.25º | 0.24% | 0.26% | - |
| HSV(B) | 341.25º | 0.39% | 0.33% | - |
| XYZ | 5.59 | 4.54 | 5 | - |
| YUV | 61.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 61 | 0 | 0.39 | 0.27 | 0.67 | 341.25 | 0.24 | 0.26 |
| Hex | 53 | 33 | 3D | 0 | 27 | 1B | 43 | 155 | 18 | 1A |
| Octal | 123 | 63 | 75 | 0 | 47 | 33 | 103 | 525 | 30 | 32 |
| Binary | 1010011 | 110011 | 111101 | 0 | 100111 | 11011 | 1000011 | 101010101 | 11000 | 11010 |
Color Harmonies of #53333D
Complementary color
Monochromatic Colors of #53333D
Black with #53333D
Text Example
Text Example
White with #53333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53333D; }
p { color: rgb(83,51,61); }
H1.HeaderClassName
{
color: #53333D;
}
.AnyTagClassName
{
color: #53333D;
}
</style>
background-color css
<style>
a { background-color: #53333D; }
a { background-color: rgb(83,51,61); }
div.DivClassName
{
background-color: #53333D;
}
.BgClassName
{
background-color: #53333D;
}
</style>
border-color css
<style>
span { border-color: #53333D; }
span { border-color: rgb(83,51,61); }
td.TdClassName
{
border-color: #53333D;
}
.TagClassName
{
border-color: #53333D;
}
</style>