Shades of Red Berry #76101B
Tints of Red Berry #76101B
RGB
CMYK
RGB Variations
Color information
#76101B (or 0x76101B) is known color: Red Berry. HEX triplet: 76, 10 and 1B. RGB value is (118,16,27). Sum of RGB (Red+Green+Blue) = 118+16+27=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #76101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76101B is #89EFE4. Grayscale: #2F2F2F. Windows color (decimal): -9039845 or 1773686. OLE color: 1773686.
HSL color Cylindrical-coordinate representation of color #76101B: hue angle of 353.53º 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 #76101B is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 16 | 27 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.54 |
| HSL | 353.53º | 0.76% | 0.26% | - |
| HSV(B) | 353.53º | 0.86% | 0.46% | - |
| XYZ | 7.85 | 4.3 | 1.45 | - |
| YUV | 47.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 27 | 0 | 0.86 | 0.77 | 0.54 | 353.53 | 0.76 | 0.26 |
| Hex | 76 | 10 | 1B | 0 | 56 | 4D | 36 | 162 | 4C | 1A |
| Octal | 166 | 20 | 33 | 0 | 126 | 115 | 66 | 542 | 114 | 32 |
| Binary | 1110110 | 10000 | 11011 | 0 | 1010110 | 1001101 | 110110 | 101100010 | 1001100 | 11010 |
Color Harmonies of #76101B
Complementary color
Monochromatic Colors of #76101B
Black with #76101B
Text Example
Text Example
White with #76101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76101B; }
p { color: rgb(118,16,27); }
H1.HeaderClassName
{
color: #76101B;
}
.AnyTagClassName
{
color: #76101B;
}
</style>
background-color css
<style>
a { background-color: #76101B; }
a { background-color: rgb(118,16,27); }
div.DivClassName
{
background-color: #76101B;
}
.BgClassName
{
background-color: #76101B;
}
</style>
border-color css
<style>
span { border-color: #76101B; }
span { border-color: rgb(118,16,27); }
td.TdClassName
{
border-color: #76101B;
}
.TagClassName
{
border-color: #76101B;
}
</style>