Shades of Red Berry #76102A
Tints of Red Berry #76102A
RGB
CMYK
RGB Variations
Color information
#76102A (or 0x76102A) is known color: Red Berry. HEX triplet: 76, 10 and 2A. RGB value is (118,16,42). Sum of RGB (Red+Green+Blue) = 118+16+42=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #76102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76102A is #89EFD5. Grayscale: #313131. Windows color (decimal): -9039830 or 2756726. OLE color: 2756726.
HSL color Cylindrical-coordinate representation of color #76102A: hue angle of 344.71º 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 #76102A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 16 | 42 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.54 |
| HSL | 344.71º | 0.76% | 0.26% | - |
| HSV(B) | 344.71º | 0.86% | 0.46% | - |
| XYZ | 8.07 | 4.39 | 2.61 | - |
| YUV | 49.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 42 | 0 | 0.86 | 0.64 | 0.54 | 344.71 | 0.76 | 0.26 |
| Hex | 76 | 10 | 2A | 0 | 56 | 40 | 36 | 159 | 4C | 1A |
| Octal | 166 | 20 | 52 | 0 | 126 | 100 | 66 | 531 | 114 | 32 |
| Binary | 1110110 | 10000 | 101010 | 0 | 1010110 | 1000000 | 110110 | 101011001 | 1001100 | 11010 |
Color Harmonies of #76102A
Complementary color
Monochromatic Colors of #76102A
Black with #76102A
Text Example
Text Example
White with #76102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76102A; }
p { color: rgb(118,16,42); }
H1.HeaderClassName
{
color: #76102A;
}
.AnyTagClassName
{
color: #76102A;
}
</style>
background-color css
<style>
a { background-color: #76102A; }
a { background-color: rgb(118,16,42); }
div.DivClassName
{
background-color: #76102A;
}
.BgClassName
{
background-color: #76102A;
}
</style>
border-color css
<style>
span { border-color: #76102A; }
span { border-color: rgb(118,16,42); }
td.TdClassName
{
border-color: #76102A;
}
.TagClassName
{
border-color: #76102A;
}
</style>