Shades of Red Berry #76141C
Tints of Red Berry #76141C
RGB
CMYK
RGB Variations
Color information
#76141C (or 0x76141C) is known color: Red Berry. HEX triplet: 76, 14 and 1C. RGB value is (118,20,28). Sum of RGB (Red+Green+Blue) = 118+20+28=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #76141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76141C is #89EBE3. Grayscale: #323232. Windows color (decimal): -9038820 or 1840246. OLE color: 1840246.
HSL color Cylindrical-coordinate representation of color #76141C: hue angle of 355.1º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76141C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 20 | 28 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.54 |
| HSL | 355.1º | 0.71% | 0.27% | - |
| HSV(B) | 355.1º | 0.83% | 0.46% | - |
| XYZ | 7.93 | 4.44 | 1.54 | - |
| YUV | 50.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 28 | 0 | 0.83 | 0.76 | 0.54 | 355.1 | 0.71 | 0.27 |
| Hex | 76 | 14 | 1C | 0 | 53 | 4C | 36 | 163 | 47 | 1B |
| Octal | 166 | 24 | 34 | 0 | 123 | 114 | 66 | 543 | 107 | 33 |
| Binary | 1110110 | 10100 | 11100 | 0 | 1010011 | 1001100 | 110110 | 101100011 | 1000111 | 11011 |
Color Harmonies of #76141C
Complementary color
Monochromatic Colors of #76141C
Black with #76141C
Text Example
Text Example
White with #76141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76141C; }
p { color: rgb(118,20,28); }
H1.HeaderClassName
{
color: #76141C;
}
.AnyTagClassName
{
color: #76141C;
}
</style>
background-color css
<style>
a { background-color: #76141C; }
a { background-color: rgb(118,20,28); }
div.DivClassName
{
background-color: #76141C;
}
.BgClassName
{
background-color: #76141C;
}
</style>
border-color css
<style>
span { border-color: #76141C; }
span { border-color: rgb(118,20,28); }
td.TdClassName
{
border-color: #76141C;
}
.TagClassName
{
border-color: #76141C;
}
</style>