Shades of Wine Berry #4F363B
Tints of Wine Berry #4F363B
RGB
CMYK
RGB Variations
Color information
#4F363B (or 0x4F363B) is known color: Wine Berry. HEX triplet: 4F, 36 and 3B. RGB value is (79,54,59). Sum of RGB (Red+Green+Blue) = 79+54+59=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F363B is #B0C9C4. Grayscale: #3E3E3E. Windows color (decimal): -11585989 or 3880527. OLE color: 3880527.
HSL color Cylindrical-coordinate representation of color #4F363B: hue angle of 348º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F363B is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 54 | 59 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.69 |
| HSL | 348º | 0.19% | 0.26% | - |
| HSV(B) | 348º | 0.32% | 0.31% | - |
| XYZ | 5.33 | 4.62 | 4.75 | - |
| YUV | 62.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 59 | 0 | 0.32 | 0.25 | 0.69 | 348 | 0.19 | 0.26 |
| Hex | 4F | 36 | 3B | 0 | 20 | 19 | 45 | 15C | 13 | 1A |
| Octal | 117 | 66 | 73 | 0 | 40 | 31 | 105 | 534 | 23 | 32 |
| Binary | 1001111 | 110110 | 111011 | 0 | 100000 | 11001 | 1000101 | 101011100 | 10011 | 11010 |
Color Harmonies of #4F363B
Complementary color
Monochromatic Colors of #4F363B
Black with #4F363B
Text Example
Text Example
White with #4F363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F363B; }
p { color: rgb(79,54,59); }
H1.HeaderClassName
{
color: #4F363B;
}
.AnyTagClassName
{
color: #4F363B;
}
</style>
background-color css
<style>
a { background-color: #4F363B; }
a { background-color: rgb(79,54,59); }
div.DivClassName
{
background-color: #4F363B;
}
.BgClassName
{
background-color: #4F363B;
}
</style>
border-color css
<style>
span { border-color: #4F363B; }
span { border-color: rgb(79,54,59); }
td.TdClassName
{
border-color: #4F363B;
}
.TagClassName
{
border-color: #4F363B;
}
</style>