Shades of Red Berry #76212E
Tints of Red Berry #76212E
RGB
CMYK
RGB Variations
Color information
#76212E (or 0x76212E) is known color: Red Berry. HEX triplet: 76, 21 and 2E. RGB value is (118,33,46). Sum of RGB (Red+Green+Blue) = 118+33+46=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76212E is #89DED1. Grayscale: #3B3B3B. Windows color (decimal): -9035474 or 3023222. OLE color: 3023222.
HSL color Cylindrical-coordinate representation of color #76212E: hue angle of 350.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76212E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 46 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.54 |
| HSL | 350.82º | 0.56% | 0.3% | - |
| HSV(B) | 350.82º | 0.72% | 0.46% | - |
| XYZ | 8.51 | 5.14 | 3.13 | - |
| YUV | 59.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 46 | 0 | 0.72 | 0.61 | 0.54 | 350.82 | 0.56 | 0.3 |
| Hex | 76 | 21 | 2E | 0 | 48 | 3D | 36 | 15F | 38 | 1E |
| Octal | 166 | 41 | 56 | 0 | 110 | 75 | 66 | 537 | 70 | 36 |
| Binary | 1110110 | 100001 | 101110 | 0 | 1001000 | 111101 | 110110 | 101011111 | 111000 | 11110 |
Color Harmonies of #76212E
Complementary color
Monochromatic Colors of #76212E
Black with #76212E
Text Example
Text Example
White with #76212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76212E; }
p { color: rgb(118,33,46); }
H1.HeaderClassName
{
color: #76212E;
}
.AnyTagClassName
{
color: #76212E;
}
</style>
background-color css
<style>
a { background-color: #76212E; }
a { background-color: rgb(118,33,46); }
div.DivClassName
{
background-color: #76212E;
}
.BgClassName
{
background-color: #76212E;
}
</style>
border-color css
<style>
span { border-color: #76212E; }
span { border-color: rgb(118,33,46); }
td.TdClassName
{
border-color: #76212E;
}
.TagClassName
{
border-color: #76212E;
}
</style>