Shades of Red Berry #76212D
Tints of Red Berry #76212D
RGB
CMYK
RGB Variations
Color information
#76212D (or 0x76212D) is known color: Red Berry. HEX triplet: 76, 21 and 2D. RGB value is (118,33,45). Sum of RGB (Red+Green+Blue) = 118+33+45=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76212D is #89DED2. Grayscale: #3B3B3B. Windows color (decimal): -9035475 or 2957686. OLE color: 2957686.
HSL color Cylindrical-coordinate representation of color #76212D: hue angle of 351.53º 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 #76212D is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 45 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.54 |
| HSL | 351.53º | 0.56% | 0.3% | - |
| HSV(B) | 351.53º | 0.72% | 0.46% | - |
| XYZ | 8.49 | 5.13 | 3.03 | - |
| YUV | 59.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 45 | 0 | 0.72 | 0.62 | 0.54 | 351.53 | 0.56 | 0.3 |
| Hex | 76 | 21 | 2D | 0 | 48 | 3E | 36 | 160 | 38 | 1E |
| Octal | 166 | 41 | 55 | 0 | 110 | 76 | 66 | 540 | 70 | 36 |
| Binary | 1110110 | 100001 | 101101 | 0 | 1001000 | 111110 | 110110 | 101100000 | 111000 | 11110 |
Color Harmonies of #76212D
Complementary color
Monochromatic Colors of #76212D
Black with #76212D
Text Example
Text Example
White with #76212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76212D; }
p { color: rgb(118,33,45); }
H1.HeaderClassName
{
color: #76212D;
}
.AnyTagClassName
{
color: #76212D;
}
</style>
background-color css
<style>
a { background-color: #76212D; }
a { background-color: rgb(118,33,45); }
div.DivClassName
{
background-color: #76212D;
}
.BgClassName
{
background-color: #76212D;
}
</style>
border-color css
<style>
span { border-color: #76212D; }
span { border-color: rgb(118,33,45); }
td.TdClassName
{
border-color: #76212D;
}
.TagClassName
{
border-color: #76212D;
}
</style>