Shades of Red Berry #761A2A
Tints of Red Berry #761A2A
RGB
CMYK
RGB Variations
Color information
#761A2A (or 0x761A2A) is known color: Red Berry. HEX triplet: 76, 1A and 2A. RGB value is (118,26,42). Sum of RGB (Red+Green+Blue) = 118+26+42=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #761A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A2A is #89E5D5. Grayscale: #373737. Windows color (decimal): -9037270 or 2759286. OLE color: 2759286.
HSL color Cylindrical-coordinate representation of color #761A2A: hue angle of 349.57º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A2A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 42 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.54 |
| HSL | 349.57º | 0.64% | 0.28% | - |
| HSV(B) | 349.57º | 0.78% | 0.46% | - |
| XYZ | 8.26 | 4.76 | 2.67 | - |
| YUV | 55.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 42 | 0 | 0.78 | 0.64 | 0.54 | 349.57 | 0.64 | 0.28 |
| Hex | 76 | 1A | 2A | 0 | 4E | 40 | 36 | 15E | 40 | 1C |
| Octal | 166 | 32 | 52 | 0 | 116 | 100 | 66 | 536 | 100 | 34 |
| Binary | 1110110 | 11010 | 101010 | 0 | 1001110 | 1000000 | 110110 | 101011110 | 1000000 | 11100 |
Color Harmonies of #761A2A
Complementary color
Monochromatic Colors of #761A2A
Black with #761A2A
Text Example
Text Example
White with #761A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A2A; }
p { color: rgb(118,26,42); }
H1.HeaderClassName
{
color: #761A2A;
}
.AnyTagClassName
{
color: #761A2A;
}
</style>
background-color css
<style>
a { background-color: #761A2A; }
a { background-color: rgb(118,26,42); }
div.DivClassName
{
background-color: #761A2A;
}
.BgClassName
{
background-color: #761A2A;
}
</style>
border-color css
<style>
span { border-color: #761A2A; }
span { border-color: rgb(118,26,42); }
td.TdClassName
{
border-color: #761A2A;
}
.TagClassName
{
border-color: #761A2A;
}
</style>