Shades of Wine Berry #57363A
Tints of Wine Berry #57363A
RGB
CMYK
RGB Variations
Color information
#57363A (or 0x57363A) is known color: Wine Berry. HEX triplet: 57, 36 and 3A. RGB value is (87,54,58). Sum of RGB (Red+Green+Blue) = 87+54+58=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57363A is #A8C9C5. Grayscale: #404040. Windows color (decimal): -11061702 or 3814999. OLE color: 3814999.
HSL color Cylindrical-coordinate representation of color #57363A: hue angle of 352.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57363A is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 54 | 58 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.66 |
| HSL | 352.73º | 0.23% | 0.28% | - |
| HSV(B) | 352.73º | 0.38% | 0.34% | - |
| XYZ | 6.01 | 4.97 | 4.65 | - |
| YUV | 64.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 54 | 58 | 0 | 0.38 | 0.33 | 0.66 | 352.73 | 0.23 | 0.28 |
| Hex | 57 | 36 | 3A | 0 | 26 | 21 | 42 | 161 | 17 | 1C |
| Octal | 127 | 66 | 72 | 0 | 46 | 41 | 102 | 541 | 27 | 34 |
| Binary | 1010111 | 110110 | 111010 | 0 | 100110 | 100001 | 1000010 | 101100001 | 10111 | 11100 |
Color Harmonies of #57363A
Complementary color
Monochromatic Colors of #57363A
Black with #57363A
Text Example
Text Example
White with #57363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57363A; }
p { color: rgb(87,54,58); }
H1.HeaderClassName
{
color: #57363A;
}
.AnyTagClassName
{
color: #57363A;
}
</style>
background-color css
<style>
a { background-color: #57363A; }
a { background-color: rgb(87,54,58); }
div.DivClassName
{
background-color: #57363A;
}
.BgClassName
{
background-color: #57363A;
}
</style>
border-color css
<style>
span { border-color: #57363A; }
span { border-color: rgb(87,54,58); }
td.TdClassName
{
border-color: #57363A;
}
.TagClassName
{
border-color: #57363A;
}
</style>