Shades of Red Berry #761124
Tints of Red Berry #761124
RGB
CMYK
RGB Variations
Color information
#761124 (or 0x761124) is known color: Red Berry. HEX triplet: 76, 11 and 24. RGB value is (118,17,36). Sum of RGB (Red+Green+Blue) = 118+17+36=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #761124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761124 is #89EEDB. Grayscale: #313131. Windows color (decimal): -9039580 or 2363766. OLE color: 2363766.
HSL color Cylindrical-coordinate representation of color #761124: hue angle of 348.71º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761124 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 17 | 36 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.54 |
| HSL | 348.71º | 0.75% | 0.26% | - |
| HSV(B) | 348.71º | 0.86% | 0.46% | - |
| XYZ | 7.99 | 4.38 | 2.09 | - |
| YUV | 49.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 36 | 0 | 0.86 | 0.69 | 0.54 | 348.71 | 0.75 | 0.26 |
| Hex | 76 | 11 | 24 | 0 | 56 | 45 | 36 | 15D | 4B | 1A |
| Octal | 166 | 21 | 44 | 0 | 126 | 105 | 66 | 535 | 113 | 32 |
| Binary | 1110110 | 10001 | 100100 | 0 | 1010110 | 1000101 | 110110 | 101011101 | 1001011 | 11010 |
Color Harmonies of #761124
Complementary color
Monochromatic Colors of #761124
Black with #761124
Text Example
Text Example
White with #761124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761124; }
p { color: rgb(118,17,36); }
H1.HeaderClassName
{
color: #761124;
}
.AnyTagClassName
{
color: #761124;
}
</style>
background-color css
<style>
a { background-color: #761124; }
a { background-color: rgb(118,17,36); }
div.DivClassName
{
background-color: #761124;
}
.BgClassName
{
background-color: #761124;
}
</style>
border-color css
<style>
span { border-color: #761124; }
span { border-color: rgb(118,17,36); }
td.TdClassName
{
border-color: #761124;
}
.TagClassName
{
border-color: #761124;
}
</style>