Shades of Wine Berry #53313C
Tints of Wine Berry #53313C
RGB
CMYK
RGB Variations
Color information
#53313C (or 0x53313C) is known color: Wine Berry. HEX triplet: 53, 31 and 3C. RGB value is (83,49,60). Sum of RGB (Red+Green+Blue) = 83+49+60=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53313C is #ACCEC3. Grayscale: #3C3C3C. Windows color (decimal): -11325124 or 3944787. OLE color: 3944787.
HSL color Cylindrical-coordinate representation of color #53313C: hue angle of 340.59º 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 #53313C is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 60 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.67 |
| HSL | 340.59º | 0.26% | 0.26% | - |
| HSV(B) | 340.59º | 0.41% | 0.33% | - |
| XYZ | 5.48 | 4.36 | 4.83 | - |
| YUV | 60.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 60 | 0 | 0.41 | 0.28 | 0.67 | 340.59 | 0.26 | 0.26 |
| Hex | 53 | 31 | 3C | 0 | 29 | 1C | 43 | 155 | 1A | 1A |
| Octal | 123 | 61 | 74 | 0 | 51 | 34 | 103 | 525 | 32 | 32 |
| Binary | 1010011 | 110001 | 111100 | 0 | 101001 | 11100 | 1000011 | 101010101 | 11010 | 11010 |
Color Harmonies of #53313C
Complementary color
Monochromatic Colors of #53313C
Black with #53313C
Text Example
Text Example
White with #53313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53313C; }
p { color: rgb(83,49,60); }
H1.HeaderClassName
{
color: #53313C;
}
.AnyTagClassName
{
color: #53313C;
}
</style>
background-color css
<style>
a { background-color: #53313C; }
a { background-color: rgb(83,49,60); }
div.DivClassName
{
background-color: #53313C;
}
.BgClassName
{
background-color: #53313C;
}
</style>
border-color css
<style>
span { border-color: #53313C; }
span { border-color: rgb(83,49,60); }
td.TdClassName
{
border-color: #53313C;
}
.TagClassName
{
border-color: #53313C;
}
</style>