Shades of Red Berry #76101C
Tints of Red Berry #76101C
RGB
CMYK
RGB Variations
Color information
#76101C (or 0x76101C) is known color: Red Berry. HEX triplet: 76, 10 and 1C. RGB value is (118,16,28). Sum of RGB (Red+Green+Blue) = 118+16+28=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #76101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76101C is #89EFE3. Grayscale: #2F2F2F. Windows color (decimal): -9039844 or 1839222. OLE color: 1839222.
HSL color Cylindrical-coordinate representation of color #76101C: hue angle of 352.94º 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 #76101C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 16 | 28 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.54 |
| HSL | 352.94º | 0.76% | 0.26% | - |
| HSV(B) | 352.94º | 0.86% | 0.46% | - |
| XYZ | 7.87 | 4.31 | 1.52 | - |
| YUV | 47.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 28 | 0 | 0.86 | 0.76 | 0.54 | 352.94 | 0.76 | 0.26 |
| Hex | 76 | 10 | 1C | 0 | 56 | 4C | 36 | 161 | 4C | 1A |
| Octal | 166 | 20 | 34 | 0 | 126 | 114 | 66 | 541 | 114 | 32 |
| Binary | 1110110 | 10000 | 11100 | 0 | 1010110 | 1001100 | 110110 | 101100001 | 1001100 | 11010 |
Color Harmonies of #76101C
Complementary color
Monochromatic Colors of #76101C
Black with #76101C
Text Example
Text Example
White with #76101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76101C; }
p { color: rgb(118,16,28); }
H1.HeaderClassName
{
color: #76101C;
}
.AnyTagClassName
{
color: #76101C;
}
</style>
background-color css
<style>
a { background-color: #76101C; }
a { background-color: rgb(118,16,28); }
div.DivClassName
{
background-color: #76101C;
}
.BgClassName
{
background-color: #76101C;
}
</style>
border-color css
<style>
span { border-color: #76101C; }
span { border-color: rgb(118,16,28); }
td.TdClassName
{
border-color: #76101C;
}
.TagClassName
{
border-color: #76101C;
}
</style>