Shades of Red Berry #76152C
Tints of Red Berry #76152C
RGB
CMYK
RGB Variations
Color information
#76152C (or 0x76152C) is known color: Red Berry. HEX triplet: 76, 15 and 2C. RGB value is (118,21,44). Sum of RGB (Red+Green+Blue) = 118+21+44=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76152C is #89EAD3. Grayscale: #343434. Windows color (decimal): -9038548 or 2889078. OLE color: 2889078.
HSL color Cylindrical-coordinate representation of color #76152C: hue angle of 345.77º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76152C is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 44 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.54 |
| HSL | 345.77º | 0.7% | 0.27% | - |
| HSV(B) | 345.77º | 0.82% | 0.46% | - |
| XYZ | 8.19 | 4.57 | 2.83 | - |
| YUV | 52.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 44 | 0 | 0.82 | 0.63 | 0.54 | 345.77 | 0.7 | 0.27 |
| Hex | 76 | 15 | 2C | 0 | 52 | 3F | 36 | 15A | 46 | 1B |
| Octal | 166 | 25 | 54 | 0 | 122 | 77 | 66 | 532 | 106 | 33 |
| Binary | 1110110 | 10101 | 101100 | 0 | 1010010 | 111111 | 110110 | 101011010 | 1000110 | 11011 |
Color Harmonies of #76152C
Complementary color
Monochromatic Colors of #76152C
Black with #76152C
Text Example
Text Example
White with #76152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76152C; }
p { color: rgb(118,21,44); }
H1.HeaderClassName
{
color: #76152C;
}
.AnyTagClassName
{
color: #76152C;
}
</style>
background-color css
<style>
a { background-color: #76152C; }
a { background-color: rgb(118,21,44); }
div.DivClassName
{
background-color: #76152C;
}
.BgClassName
{
background-color: #76152C;
}
</style>
border-color css
<style>
span { border-color: #76152C; }
span { border-color: rgb(118,21,44); }
td.TdClassName
{
border-color: #76152C;
}
.TagClassName
{
border-color: #76152C;
}
</style>