Shades of Red Berry #761F2E
Tints of Red Berry #761F2E
RGB
CMYK
RGB Variations
Color information
#761F2E (or 0x761F2E) is known color: Red Berry. HEX triplet: 76, 1F and 2E. RGB value is (118,31,46). Sum of RGB (Red+Green+Blue) = 118+31+46=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #761F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F2E is #89E0D1. Grayscale: #3A3A3A. Windows color (decimal): -9035986 or 3022710. OLE color: 3022710.
HSL color Cylindrical-coordinate representation of color #761F2E: hue angle of 349.66º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F2E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 46 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.54 |
| HSL | 349.66º | 0.58% | 0.29% | - |
| HSV(B) | 349.66º | 0.74% | 0.46% | - |
| XYZ | 8.45 | 5.03 | 3.11 | - |
| YUV | 58.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 46 | 0 | 0.74 | 0.61 | 0.54 | 349.66 | 0.58 | 0.29 |
| Hex | 76 | 1F | 2E | 0 | 4A | 3D | 36 | 15E | 3A | 1D |
| Octal | 166 | 37 | 56 | 0 | 112 | 75 | 66 | 536 | 72 | 35 |
| Binary | 1110110 | 11111 | 101110 | 0 | 1001010 | 111101 | 110110 | 101011110 | 111010 | 11101 |
Color Harmonies of #761F2E
Complementary color
Monochromatic Colors of #761F2E
Black with #761F2E
Text Example
Text Example
White with #761F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F2E; }
p { color: rgb(118,31,46); }
H1.HeaderClassName
{
color: #761F2E;
}
.AnyTagClassName
{
color: #761F2E;
}
</style>
background-color css
<style>
a { background-color: #761F2E; }
a { background-color: rgb(118,31,46); }
div.DivClassName
{
background-color: #761F2E;
}
.BgClassName
{
background-color: #761F2E;
}
</style>
border-color css
<style>
span { border-color: #761F2E; }
span { border-color: rgb(118,31,46); }
td.TdClassName
{
border-color: #761F2E;
}
.TagClassName
{
border-color: #761F2E;
}
</style>