Shades of Red Berry #761E2C
Tints of Red Berry #761E2C
RGB
CMYK
RGB Variations
Color information
#761E2C (or 0x761E2C) is known color: Red Berry. HEX triplet: 76, 1E and 2C. RGB value is (118,30,44). Sum of RGB (Red+Green+Blue) = 118+30+44=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #761E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E2C is #89E1D3. Grayscale: #393939. Windows color (decimal): -9036244 or 2891382. OLE color: 2891382.
HSL color Cylindrical-coordinate representation of color #761E2C: hue angle of 350.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E2C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 44 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.54 |
| HSL | 350.45º | 0.59% | 0.29% | - |
| HSV(B) | 350.45º | 0.75% | 0.46% | - |
| XYZ | 8.39 | 4.96 | 2.9 | - |
| YUV | 57.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 44 | 0 | 0.75 | 0.63 | 0.54 | 350.45 | 0.59 | 0.29 |
| Hex | 76 | 1E | 2C | 0 | 4B | 3F | 36 | 15E | 3B | 1D |
| Octal | 166 | 36 | 54 | 0 | 113 | 77 | 66 | 536 | 73 | 35 |
| Binary | 1110110 | 11110 | 101100 | 0 | 1001011 | 111111 | 110110 | 101011110 | 111011 | 11101 |
Color Harmonies of #761E2C
Complementary color
Monochromatic Colors of #761E2C
Black with #761E2C
Text Example
Text Example
White with #761E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E2C; }
p { color: rgb(118,30,44); }
H1.HeaderClassName
{
color: #761E2C;
}
.AnyTagClassName
{
color: #761E2C;
}
</style>
background-color css
<style>
a { background-color: #761E2C; }
a { background-color: rgb(118,30,44); }
div.DivClassName
{
background-color: #761E2C;
}
.BgClassName
{
background-color: #761E2C;
}
</style>
border-color css
<style>
span { border-color: #761E2C; }
span { border-color: rgb(118,30,44); }
td.TdClassName
{
border-color: #761E2C;
}
.TagClassName
{
border-color: #761E2C;
}
</style>