Shades of Wine Berry #53303D
Tints of Wine Berry #53303D
RGB
CMYK
RGB Variations
Color information
#53303D (or 0x53303D) is known color: Wine Berry. HEX triplet: 53, 30 and 3D. RGB value is (83,48,61). Sum of RGB (Red+Green+Blue) = 83+48+61=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53303D is #ACCFC2. Grayscale: #3B3B3B. Windows color (decimal): -11325379 or 4010067. OLE color: 4010067.
HSL color Cylindrical-coordinate representation of color #53303D: hue angle of 337.71º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53303D is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 61 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.67 |
| HSL | 337.71º | 0.27% | 0.26% | - |
| HSV(B) | 337.71º | 0.42% | 0.33% | - |
| XYZ | 5.47 | 4.29 | 4.95 | - |
| YUV | 59.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 61 | 0 | 0.42 | 0.27 | 0.67 | 337.71 | 0.27 | 0.26 |
| Hex | 53 | 30 | 3D | 0 | 2A | 1B | 43 | 152 | 1B | 1A |
| Octal | 123 | 60 | 75 | 0 | 52 | 33 | 103 | 522 | 33 | 32 |
| Binary | 1010011 | 110000 | 111101 | 0 | 101010 | 11011 | 1000011 | 101010010 | 11011 | 11010 |
Color Harmonies of #53303D
Complementary color
Monochromatic Colors of #53303D
Black with #53303D
Text Example
Text Example
White with #53303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53303D; }
p { color: rgb(83,48,61); }
H1.HeaderClassName
{
color: #53303D;
}
.AnyTagClassName
{
color: #53303D;
}
</style>
background-color css
<style>
a { background-color: #53303D; }
a { background-color: rgb(83,48,61); }
div.DivClassName
{
background-color: #53303D;
}
.BgClassName
{
background-color: #53303D;
}
</style>
border-color css
<style>
span { border-color: #53303D; }
span { border-color: rgb(83,48,61); }
td.TdClassName
{
border-color: #53303D;
}
.TagClassName
{
border-color: #53303D;
}
</style>