Shades of Wine Berry #4F2F36
Tints of Wine Berry #4F2F36
RGB
CMYK
RGB Variations
Color information
#4F2F36 (or 0x4F2F36) is known color: Wine Berry. HEX triplet: 4F, 2F and 36. RGB value is (79,47,54). Sum of RGB (Red+Green+Blue) = 79+47+54=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F36 is #B0D0C9. Grayscale: #393939. Windows color (decimal): -11587786 or 3551055. OLE color: 3551055.
HSL color Cylindrical-coordinate representation of color #4F2F36: hue angle of 346.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F2F36 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 47 | 54 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.69 |
| HSL | 346.88º | 0.25% | 0.25% | - |
| HSV(B) | 346.88º | 0.41% | 0.31% | - |
| XYZ | 4.91 | 3.96 | 4 | - |
| YUV | 57.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 47 | 54 | 0 | 0.41 | 0.32 | 0.69 | 346.88 | 0.25 | 0.25 |
| Hex | 4F | 2F | 36 | 0 | 29 | 20 | 45 | 15B | 19 | 19 |
| Octal | 117 | 57 | 66 | 0 | 51 | 40 | 105 | 533 | 31 | 31 |
| Binary | 1001111 | 101111 | 110110 | 0 | 101001 | 100000 | 1000101 | 101011011 | 11001 | 11001 |
Color Harmonies of #4F2F36
Complementary color
Monochromatic Colors of #4F2F36
Black with #4F2F36
Text Example
Text Example
White with #4F2F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2F36; }
p { color: rgb(79,47,54); }
H1.HeaderClassName
{
color: #4F2F36;
}
.AnyTagClassName
{
color: #4F2F36;
}
</style>
background-color css
<style>
a { background-color: #4F2F36; }
a { background-color: rgb(79,47,54); }
div.DivClassName
{
background-color: #4F2F36;
}
.BgClassName
{
background-color: #4F2F36;
}
</style>
border-color css
<style>
span { border-color: #4F2F36; }
span { border-color: rgb(79,47,54); }
td.TdClassName
{
border-color: #4F2F36;
}
.TagClassName
{
border-color: #4F2F36;
}
</style>