Shades of Red Berry #761021
Tints of Red Berry #761021
RGB
CMYK
RGB Variations
Color information
#761021 (or 0x761021) is known color: Red Berry. HEX triplet: 76, 10 and 21. RGB value is (118,16,33). Sum of RGB (Red+Green+Blue) = 118+16+33=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #761021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761021 is #89EFDE. Grayscale: #303030. Windows color (decimal): -9039839 or 2166902. OLE color: 2166902.
HSL color Cylindrical-coordinate representation of color #761021: hue angle of 350º 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 #761021 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 16 | 33 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.54 |
| HSL | 350º | 0.76% | 0.26% | - |
| HSV(B) | 350º | 0.86% | 0.46% | - |
| XYZ | 7.93 | 4.33 | 1.86 | - |
| YUV | 48.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 33 | 0 | 0.86 | 0.72 | 0.54 | 350 | 0.76 | 0.26 |
| Hex | 76 | 10 | 21 | 0 | 56 | 48 | 36 | 15E | 4C | 1A |
| Octal | 166 | 20 | 41 | 0 | 126 | 110 | 66 | 536 | 114 | 32 |
| Binary | 1110110 | 10000 | 100001 | 0 | 1010110 | 1001000 | 110110 | 101011110 | 1001100 | 11010 |
Color Harmonies of #761021
Complementary color
Monochromatic Colors of #761021
Black with #761021
Text Example
Text Example
White with #761021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761021; }
p { color: rgb(118,16,33); }
H1.HeaderClassName
{
color: #761021;
}
.AnyTagClassName
{
color: #761021;
}
</style>
background-color css
<style>
a { background-color: #761021; }
a { background-color: rgb(118,16,33); }
div.DivClassName
{
background-color: #761021;
}
.BgClassName
{
background-color: #761021;
}
</style>
border-color css
<style>
span { border-color: #761021; }
span { border-color: rgb(118,16,33); }
td.TdClassName
{
border-color: #761021;
}
.TagClassName
{
border-color: #761021;
}
</style>