Shades of Red Berry #76102B
Tints of Red Berry #76102B
RGB
CMYK
RGB Variations
Color information
#76102B (or 0x76102B) is known color: Red Berry. HEX triplet: 76, 10 and 2B. RGB value is (118,16,43). Sum of RGB (Red+Green+Blue) = 118+16+43=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #76102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76102B is #89EFD4. Grayscale: #313131. Windows color (decimal): -9039829 or 2822262. OLE color: 2822262.
HSL color Cylindrical-coordinate representation of color #76102B: hue angle of 344.12º 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 #76102B is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 16 | 43 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.54 |
| HSL | 344.12º | 0.76% | 0.26% | - |
| HSV(B) | 344.12º | 0.86% | 0.46% | - |
| XYZ | 8.09 | 4.4 | 2.71 | - |
| YUV | 49.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 43 | 0 | 0.86 | 0.64 | 0.54 | 344.12 | 0.76 | 0.26 |
| Hex | 76 | 10 | 2B | 0 | 56 | 40 | 36 | 158 | 4C | 1A |
| Octal | 166 | 20 | 53 | 0 | 126 | 100 | 66 | 530 | 114 | 32 |
| Binary | 1110110 | 10000 | 101011 | 0 | 1010110 | 1000000 | 110110 | 101011000 | 1001100 | 11010 |
Color Harmonies of #76102B
Complementary color
Monochromatic Colors of #76102B
Black with #76102B
Text Example
Text Example
White with #76102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76102B; }
p { color: rgb(118,16,43); }
H1.HeaderClassName
{
color: #76102B;
}
.AnyTagClassName
{
color: #76102B;
}
</style>
background-color css
<style>
a { background-color: #76102B; }
a { background-color: rgb(118,16,43); }
div.DivClassName
{
background-color: #76102B;
}
.BgClassName
{
background-color: #76102B;
}
</style>
border-color css
<style>
span { border-color: #76102B; }
span { border-color: rgb(118,16,43); }
td.TdClassName
{
border-color: #76102B;
}
.TagClassName
{
border-color: #76102B;
}
</style>