Shades of Red Berry #76111B
Tints of Red Berry #76111B
RGB
CMYK
RGB Variations
Color information
#76111B (or 0x76111B) is known color: Red Berry. HEX triplet: 76, 11 and 1B. RGB value is (118,17,27). Sum of RGB (Red+Green+Blue) = 118+17+27=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #76111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76111B is #89EEE4. Grayscale: #303030. Windows color (decimal): -9039589 or 1773942. OLE color: 1773942.
HSL color Cylindrical-coordinate representation of color #76111B: hue angle of 354.06º 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 #76111B is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 17 | 27 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.54 |
| HSL | 354.06º | 0.75% | 0.26% | - |
| HSV(B) | 354.06º | 0.86% | 0.46% | - |
| XYZ | 7.87 | 4.33 | 1.46 | - |
| YUV | 48.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 27 | 0 | 0.86 | 0.77 | 0.54 | 354.06 | 0.75 | 0.26 |
| Hex | 76 | 11 | 1B | 0 | 56 | 4D | 36 | 162 | 4B | 1A |
| Octal | 166 | 21 | 33 | 0 | 126 | 115 | 66 | 542 | 113 | 32 |
| Binary | 1110110 | 10001 | 11011 | 0 | 1010110 | 1001101 | 110110 | 101100010 | 1001011 | 11010 |
Color Harmonies of #76111B
Complementary color
Monochromatic Colors of #76111B
Black with #76111B
Text Example
Text Example
White with #76111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76111B; }
p { color: rgb(118,17,27); }
H1.HeaderClassName
{
color: #76111B;
}
.AnyTagClassName
{
color: #76111B;
}
</style>
background-color css
<style>
a { background-color: #76111B; }
a { background-color: rgb(118,17,27); }
div.DivClassName
{
background-color: #76111B;
}
.BgClassName
{
background-color: #76111B;
}
</style>
border-color css
<style>
span { border-color: #76111B; }
span { border-color: rgb(118,17,27); }
td.TdClassName
{
border-color: #76111B;
}
.TagClassName
{
border-color: #76111B;
}
</style>