Shades of Red Berry #761C2C
Tints of Red Berry #761C2C
RGB
CMYK
RGB Variations
Color information
#761C2C (or 0x761C2C) is known color: Red Berry. HEX triplet: 76, 1C and 2C. RGB value is (118,28,44). Sum of RGB (Red+Green+Blue) = 118+28+44=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #761C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C2C is #89E3D3. Grayscale: #383838. Windows color (decimal): -9036756 or 2890870. OLE color: 2890870.
HSL color Cylindrical-coordinate representation of color #761C2C: hue angle of 349.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C2C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 44 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.54 |
| HSL | 349.33º | 0.62% | 0.29% | - |
| HSV(B) | 349.33º | 0.76% | 0.46% | - |
| XYZ | 8.34 | 4.86 | 2.88 | - |
| YUV | 56.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 44 | 0 | 0.76 | 0.63 | 0.54 | 349.33 | 0.62 | 0.29 |
| Hex | 76 | 1C | 2C | 0 | 4C | 3F | 36 | 15D | 3E | 1D |
| Octal | 166 | 34 | 54 | 0 | 114 | 77 | 66 | 535 | 76 | 35 |
| Binary | 1110110 | 11100 | 101100 | 0 | 1001100 | 111111 | 110110 | 101011101 | 111110 | 11101 |
Color Harmonies of #761C2C
Complementary color
Monochromatic Colors of #761C2C
Black with #761C2C
Text Example
Text Example
White with #761C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C2C; }
p { color: rgb(118,28,44); }
H1.HeaderClassName
{
color: #761C2C;
}
.AnyTagClassName
{
color: #761C2C;
}
</style>
background-color css
<style>
a { background-color: #761C2C; }
a { background-color: rgb(118,28,44); }
div.DivClassName
{
background-color: #761C2C;
}
.BgClassName
{
background-color: #761C2C;
}
</style>
border-color css
<style>
span { border-color: #761C2C; }
span { border-color: rgb(118,28,44); }
td.TdClassName
{
border-color: #761C2C;
}
.TagClassName
{
border-color: #761C2C;
}
</style>