Shades of Red Berry #761A2C
Tints of Red Berry #761A2C
RGB
CMYK
RGB Variations
Color information
#761A2C (or 0x761A2C) is known color: Red Berry. HEX triplet: 76, 1A and 2C. RGB value is (118,26,44). Sum of RGB (Red+Green+Blue) = 118+26+44=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #761A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A2C is #89E5D3. Grayscale: #373737. Windows color (decimal): -9037268 or 2890358. OLE color: 2890358.
HSL color Cylindrical-coordinate representation of color #761A2C: hue angle of 348.26º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A2C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 44 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.54 |
| HSL | 348.26º | 0.64% | 0.28% | - |
| HSV(B) | 348.26º | 0.78% | 0.46% | - |
| XYZ | 8.3 | 4.77 | 2.87 | - |
| YUV | 55.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 44 | 0 | 0.78 | 0.63 | 0.54 | 348.26 | 0.64 | 0.28 |
| Hex | 76 | 1A | 2C | 0 | 4E | 3F | 36 | 15C | 40 | 1C |
| Octal | 166 | 32 | 54 | 0 | 116 | 77 | 66 | 534 | 100 | 34 |
| Binary | 1110110 | 11010 | 101100 | 0 | 1001110 | 111111 | 110110 | 101011100 | 1000000 | 11100 |
Color Harmonies of #761A2C
Complementary color
Monochromatic Colors of #761A2C
Black with #761A2C
Text Example
Text Example
White with #761A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A2C; }
p { color: rgb(118,26,44); }
H1.HeaderClassName
{
color: #761A2C;
}
.AnyTagClassName
{
color: #761A2C;
}
</style>
background-color css
<style>
a { background-color: #761A2C; }
a { background-color: rgb(118,26,44); }
div.DivClassName
{
background-color: #761A2C;
}
.BgClassName
{
background-color: #761A2C;
}
</style>
border-color css
<style>
span { border-color: #761A2C; }
span { border-color: rgb(118,26,44); }
td.TdClassName
{
border-color: #761A2C;
}
.TagClassName
{
border-color: #761A2C;
}
</style>