Shades of Wine Berry #533A41
Tints of Wine Berry #533A41
RGB
CMYK
RGB Variations
Color information
#533A41 (or 0x533A41) is known color: Wine Berry. HEX triplet: 53, 3A and 41. RGB value is (83,58,65). Sum of RGB (Red+Green+Blue) = 83+58+65=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A41 is #ACC5BE. Grayscale: #424242. Windows color (decimal): -11322815 or 4274771. OLE color: 4274771.
HSL color Cylindrical-coordinate representation of color #533A41: hue angle of 343.2º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A41 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 65 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.67 |
| HSL | 343.2º | 0.18% | 0.28% | - |
| HSV(B) | 343.2º | 0.3% | 0.33% | - |
| XYZ | 6.03 | 5.25 | 5.7 | - |
| YUV | 66.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 65 | 0 | 0.30 | 0.22 | 0.67 | 343.2 | 0.18 | 0.28 |
| Hex | 53 | 3A | 41 | 0 | 1E | 16 | 43 | 157 | 12 | 1C |
| Octal | 123 | 72 | 101 | 0 | 36 | 26 | 103 | 527 | 22 | 34 |
| Binary | 1010011 | 111010 | 1000001 | 0 | 11110 | 10110 | 1000011 | 101010111 | 10010 | 11100 |
Color Harmonies of #533A41
Complementary color
Monochromatic Colors of #533A41
Black with #533A41
Text Example
Text Example
White with #533A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A41; }
p { color: rgb(83,58,65); }
H1.HeaderClassName
{
color: #533A41;
}
.AnyTagClassName
{
color: #533A41;
}
</style>
background-color css
<style>
a { background-color: #533A41; }
a { background-color: rgb(83,58,65); }
div.DivClassName
{
background-color: #533A41;
}
.BgClassName
{
background-color: #533A41;
}
</style>
border-color css
<style>
span { border-color: #533A41; }
span { border-color: rgb(83,58,65); }
td.TdClassName
{
border-color: #533A41;
}
.TagClassName
{
border-color: #533A41;
}
</style>