Shades of Red Berry #761E2E
Tints of Red Berry #761E2E
RGB
CMYK
RGB Variations
Color information
#761E2E (or 0x761E2E) is known color: Red Berry. HEX triplet: 76, 1E and 2E. RGB value is (118,30,46). Sum of RGB (Red+Green+Blue) = 118+30+46=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #761E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E2E is #89E1D1. Grayscale: #3A3A3A. Windows color (decimal): -9036242 or 3022454. OLE color: 3022454.
HSL color Cylindrical-coordinate representation of color #761E2E: hue angle of 349.09º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E2E is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 46 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.54 |
| HSL | 349.09º | 0.59% | 0.29% | - |
| HSV(B) | 349.09º | 0.75% | 0.46% | - |
| XYZ | 8.43 | 4.98 | 3.1 | - |
| YUV | 58.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 46 | 0 | 0.75 | 0.61 | 0.54 | 349.09 | 0.59 | 0.29 |
| Hex | 76 | 1E | 2E | 0 | 4B | 3D | 36 | 15D | 3B | 1D |
| Octal | 166 | 36 | 56 | 0 | 113 | 75 | 66 | 535 | 73 | 35 |
| Binary | 1110110 | 11110 | 101110 | 0 | 1001011 | 111101 | 110110 | 101011101 | 111011 | 11101 |
Color Harmonies of #761E2E
Complementary color
Monochromatic Colors of #761E2E
Black with #761E2E
Text Example
Text Example
White with #761E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E2E; }
p { color: rgb(118,30,46); }
H1.HeaderClassName
{
color: #761E2E;
}
.AnyTagClassName
{
color: #761E2E;
}
</style>
background-color css
<style>
a { background-color: #761E2E; }
a { background-color: rgb(118,30,46); }
div.DivClassName
{
background-color: #761E2E;
}
.BgClassName
{
background-color: #761E2E;
}
</style>
border-color css
<style>
span { border-color: #761E2E; }
span { border-color: rgb(118,30,46); }
td.TdClassName
{
border-color: #761E2E;
}
.TagClassName
{
border-color: #761E2E;
}
</style>