Shades of Wine Berry #53333F
Tints of Wine Berry #53333F
RGB
CMYK
RGB Variations
Color information
#53333F (or 0x53333F) is known color: Wine Berry. HEX triplet: 53, 33 and 3F. RGB value is (83,51,63). Sum of RGB (Red+Green+Blue) = 83+51+63=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53333F is #ACCCC0. Grayscale: #3D3D3D. Windows color (decimal): -11324609 or 4141907. OLE color: 4141907.
HSL color Cylindrical-coordinate representation of color #53333F: hue angle of 337.5º 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 #53333F is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 51 | 63 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.67 |
| HSL | 337.5º | 0.24% | 0.26% | - |
| HSV(B) | 337.5º | 0.39% | 0.33% | - |
| XYZ | 5.65 | 4.57 | 5.29 | - |
| YUV | 61.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 63 | 0 | 0.39 | 0.24 | 0.67 | 337.5 | 0.24 | 0.26 |
| Hex | 53 | 33 | 3F | 0 | 27 | 18 | 43 | 152 | 18 | 1A |
| Octal | 123 | 63 | 77 | 0 | 47 | 30 | 103 | 522 | 30 | 32 |
| Binary | 1010011 | 110011 | 111111 | 0 | 100111 | 11000 | 1000011 | 101010010 | 11000 | 11010 |
Color Harmonies of #53333F
Complementary color
Monochromatic Colors of #53333F
Black with #53333F
Text Example
Text Example
White with #53333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53333F; }
p { color: rgb(83,51,63); }
H1.HeaderClassName
{
color: #53333F;
}
.AnyTagClassName
{
color: #53333F;
}
</style>
background-color css
<style>
a { background-color: #53333F; }
a { background-color: rgb(83,51,63); }
div.DivClassName
{
background-color: #53333F;
}
.BgClassName
{
background-color: #53333F;
}
</style>
border-color css
<style>
span { border-color: #53333F; }
span { border-color: rgb(83,51,63); }
td.TdClassName
{
border-color: #53333F;
}
.TagClassName
{
border-color: #53333F;
}
</style>