Shades of Red Berry #761020
Tints of Red Berry #761020
RGB
CMYK
RGB Variations
Color information
#761020 (or 0x761020) is known color: Red Berry. HEX triplet: 76, 10 and 20. RGB value is (118,16,32). Sum of RGB (Red+Green+Blue) = 118+16+32=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #761020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761020 is #89EFDF. Grayscale: #303030. Windows color (decimal): -9039840 or 2101366. OLE color: 2101366.
HSL color Cylindrical-coordinate representation of color #761020: hue angle of 350.59º degrees, saturation: 0.76, 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 #761020 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 16 | 32 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.54 |
| HSL | 350.59º | 0.76% | 0.26% | - |
| HSV(B) | 350.59º | 0.86% | 0.46% | - |
| XYZ | 7.92 | 4.33 | 1.78 | - |
| YUV | 48.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 32 | 0 | 0.86 | 0.73 | 0.54 | 350.59 | 0.76 | 0.26 |
| Hex | 76 | 10 | 20 | 0 | 56 | 49 | 36 | 15F | 4C | 1A |
| Octal | 166 | 20 | 40 | 0 | 126 | 111 | 66 | 537 | 114 | 32 |
| Binary | 1110110 | 10000 | 100000 | 0 | 1010110 | 1001001 | 110110 | 101011111 | 1001100 | 11010 |
Color Harmonies of #761020
Complementary color
Monochromatic Colors of #761020
Black with #761020
Text Example
Text Example
White with #761020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761020; }
p { color: rgb(118,16,32); }
H1.HeaderClassName
{
color: #761020;
}
.AnyTagClassName
{
color: #761020;
}
</style>
background-color css
<style>
a { background-color: #761020; }
a { background-color: rgb(118,16,32); }
div.DivClassName
{
background-color: #761020;
}
.BgClassName
{
background-color: #761020;
}
</style>
border-color css
<style>
span { border-color: #761020; }
span { border-color: rgb(118,16,32); }
td.TdClassName
{
border-color: #761020;
}
.TagClassName
{
border-color: #761020;
}
</style>